vncout-message
Debug messages issued by VNAC session commands and REXX execs when the DEBUG keyword is specified as the last parameter. These messages show the progress of parsing arguments passed to the exec and of calling VNAC host commands and functions.
Refer to the VNAC Programming & Automation manual or the online help for information about each exec.
The value of vncout-message is one of the following, depending on the session command:
DEBUG: VNAC command-name modification-level modification-date
DEBUG: VNAC REXX-version-and-date
DEBUG: type=command-or-subroutine
DEBUG: input-arg-#=input-arg-value
DEBUG: calling VNAC exec “M”
DEBUG: using command string command-with-arguments
DEBUG: solnum=solicited-message-limit
DEBUG: cmdparm=output-argument-list
DEBUG: execute command-with-arguments
Refer to the VNAC Programming & Automation manual for more information about the command and functions.
APPS
Session command to open a panel that provides a menu of VNAC panel-based applications.
DEBUG: execute: VIEW-parameter-list
EMAIL
The session command that opens the email panel.
DEBUG: execute: VNCXEM00-parameter-list
TIMERS
The session command that opens the timer-management panel.
DEBUG: execute: VNCXTM00-parameter-list
VNCPNL
The session command that displays no-input panels.
DEBUG: execute: MBRLST-parameter-list
DEBUG: MBRLST-PDS-member-and-concatenation-order
DEBUG: execute: VIEW-parameter-list
VNCXEM00
The exec for the panel application that creates and sends email.
DEBUG: returned from VIEW for panel panel-name, rc=VIEW-return-code
DEBUG: VIEWAID=value-of-variable
DEBUG: VIEWCURROW=value-of-variable
DEBUG: VIEWCURCOL=value-of-variable
DEBUG: VIEWROWS=value-of-variable
DEBUG: VIEWCOLS=value-of-variable
DEBUG: issuing command: VNAC-command
DEBUG: TOLIST.to-entry#=email-address
DEBUG: CCLIST.cc-entry#=email-address
DEBUG: FRLIST.from-entry#=email-address
DEBUG: line-label=line-text
DEBUG: socket initialize, rc=socket-request-return-code
DEBUG: socket initialize, subtaskid=subtask-id
DEBUG: socket initialize, maxdesc=highest-socket-descriptor
DEBUG: socket initialize, stackname=stack-name
DEBUG: socket create, rc=socket-request-return-code
DEBUG: socket create, descriptor=assigned-socket-descriptor
DEBUG: SETSOCKOPT, rc=socket-request-return-code
DEBUG: SETSOCKOPT, sockoptenable=enabled-on-or-off
DEBUG: SETSOCKOPT, sockxlatab=translate-table
DEBUG: connect, rc=socket-request-return-code
DEBUG: connect, port=SMTP-server-port
DEBUG: connect, address=SMTP-server-address
DEBUG: receive CONNECT response, rc=socket-request-return-code
DEBUG: receive CONNECT response, port=receive-port-number
DEBUG: receive CONNECT response, length=message-length
DEBUG: receive CONNECT response, message=message-text
DEBUG: send HELO, rc=socket-request-return-code
DEBUG: send HELO, length=message-length
DEBUG: send HELO, message=message-text
DEBUG: receive HELO response, rc=socket-request-return-code
DEBUG: receive HELO response, length=message-length
DEBUG: receive HELO response, message=message-text
DEBUG: send MAIL FROM, rc=socket-request-return-code
DEBUG: send MAIL FROM, length=message-length
DEBUG: send MAIL FROM, message=message-text
DEBUG: receive MAIL FROM response, rc=socket-request-return-code
DEBUG: receive MAIL FROM response, length=message-length
DEBUG: receive MAIL FROM response, message=message-text
DEBUG: send RCPT TO, rc=socket-request-return-code
DEBUG: send RCPT TO, length=message-length
DEBUG: send RCPT TO, message=message-text
DEBUG: receive RCPT TO response, rc=socket-request-return-code
DEBUG: receive RCPT TO response, length=message-length
DEBUG: receive RCPT TO response, message=message-text
DEBUG: send DATA, rc=socket-request-return-code
DEBUG: send DATA, length=message-length
DEBUG: send DATA, message=message-text
DEBUG: receive DATA response, rc=socket-request-return-code
DEBUG: receive DATA response, length=message-length
DEBUG: receive DATA response, message=message-text
DEBUG: send DATA HDR, rc=socket-request-return-code
DEBUG: send DATA HDR, length=message-length
DEBUG: send DATA HDR, message=message-text
DEBUG: send DATA HDR-END, rc=socket-request-return-code
DEBUG: send DATA HDR-END, length=message-length
DEBUG: send DATA MSG, rc=socket-request-return-code
DEBUG: send DATA MSG, length=message-length
DEBUG: send END DATA, rc=socket-request-return-code
DEBUG: send END DATA, length=message-length
DEBUG: send END DATA, message=message-text
DEBUG: receive END DATA response, rc=socket-request-return-code
DEBUG: receive END DATA response, length=message-length
DEBUG: receive END DATA response, message=message-text
DEBUG: socket assigned-socket-descriptor closed, rc=socket-request-return-code
DEBUG: socket subtask subtask-id terminated, rc=socket-request-return-code
DEBUG: globalv get VNACEMAILSMTPURL rc=GLOBALV-return-code
DEBUG: VNACEMAILSMTPURL=SMTP-server-address
VNCXTM00
The exec for the panel application that manages VNAC timers.
DEBUG: returned from VIEW for panel panel-name, rc=VIEW-return-code
DEBUG: VIEWAID= value-of-variable
DEBUG: VIEWCURROW= value-of-variable
DEBUG: VIEWCURCOL= value-of-variable
DEBUG: VIEWROWS= value-of-variable
DEBUG: VIEWCOLS= value-of-variable
DEBUG: issuing command: VNAC-command
DEBUG: create AT timer with the following parameters
DEBUG: SCHEDULE-AT-command
DEBUG: SCHEDULE AT result=SCHEDULE-return-code
DEBUG: create EV timer with the following parameters
DEBUG: SCHEDULE-EV-command
DEBUG: SCHEDULE EV result=SCHEDULE-return-code
DEBUG: cancel timer-id command# command-number result=CNCLCMD-return-code
DEBUG: sequence-number=TIMERLST-data
DEBUG: GLOBALV LIST VNACTIMERtimer-id result=GLOBALV-return-code
DEBUG: cgv-list.0=number-of-items-listed
DEBUG: cgv-list.1=first-item-listed
DEBUG: GLOBALV GET VNACTIMERtimer-id result=GLOBALV-return-code
DEBUG: VNACTIMERtimer-id=global-variable-value
VNCXTM09
The exec that restores VNAC timers when a VNAC agent restarts.
DEBUG: GLOBALV LIST VNACTIMER* result=GLOBALV-return-code
DEBUG: cgv-list.0=number-of-items-listed
DEBUG: cgv-list.1=first-item-listed
DEBUG: GLOBALV GET VNACTIMERtimer-id result=GLOBALV-return-code
DEBUG: VNACTIMERtimer-id=global-variable-value
DEBUG: calling VNAC “EXEC” function to restore timer timer-id
DEBUG: with parm=global-variable-value
DEBUG: delete VNACTIMERtimer-id, reason=delete-reason
DEBUG: end=timer-yydddhhmmss, now=current-yydddhhmmss
