VNCRXC07: exec-name member-name input from panel available; CPB=cpb-address
Debug message issued by VNCRXC07, the VIEW host command, to indicate that the ECB for a message received from the VNAC client was posted and was not preempted by a cancel or shutdown request.
command-id: command-text
The delete operator message (DOM) command was used to remove a WTO or WTOR message from one or more MVS consoles. An error was encountered in the command.
Action: Look for other messages (particularly message VNC0515E) for the cause of the error. Correct the error and rerun the command.
execname: userid WARNING Spin lines less than minimum. Reset to 500.
While processing an OBEYFILE command input file, VNAC detected that the number of lines specified for the SPIN parameter card was less than 500. The setting defaults to the minimum of 500.
execname is the exec name. userid is the name of the issuing user.
Destination: VNCLOG.
Action: Correct the SPIN operand in the OBEYFILE input file line and reissue the OBEYFILE command.
full-cmd-id: exec execution terminated due to REXXLOOPDETECT limit reached.
The REXX exec named in exec was terminated because it executed for a period of time greater than the REXXLOOPDETECT time without invoking a VNAC REXX function or command.
Action: Determine why the exec failed to issue a VNAC REXX function call or command for the REXXLOOPDETECT time. If the cause is legitimate, consider using the SETPROT function to temporarily turn off REXX loop detection for that REXX task while the non-VNAC function is executing.
OBEYFILE: %SYMSUB setting “n” is invalid, member, line l.
An invalid %SYMSUB directive was encountered on line l of configuration member. Processing continues, but the configuration will not be installed.
OBEYFILE: Return code from ASASYMBP is return-code, member, line l
A non-zero return code was returned from ASASYMBP when processing line l of member member. See the IBM z/OS Assembler Services Guide for an explanation of ASASYMBP return codes. Substitution will not be performed for this line.
OBEYFILE: Failed to load ASASYMBP. Symbolic substitution will not be performed. Return code=return-code
The parser failed to load the ASASYMBP system substitution service program. Return code return-code was returned from the LOAD request. No substitution will be performed.
Retry retry # of max # retries for console open
This message is issued in the unlikely event that a request to open a console session to issue a system command fails and circumstances allow it to be retried.
The VNAC host command CONSOLE ACTIVATE SESSION opens a console session for the purpose of issuing a system command. That command could be issued from a user exec or from any of the VNAC-supplied execs that issue system commands.
retry # is the number of the current retry.
max # retries is the maximum number of retries allowed. The maximum is 5 retries, 3 seconds apart.
VNCRXF08: exec-name JOB/MSG=data-value; FILTER=filter-value; MATCHED/UNMATCHED; TASK=task-name
Debug message issued by VNCRXF08, the GETMSG function processor, to confirm the result of its filtering process for one unsolicited message obtained from the console listener. The JOB/MSG input data, data-value, is compared with the filter, filter-value, and the result is MATCHED/UNMATCHED.
Identical to VNC0573D, but with 16-character FILTER and MSG values to accomodate the external host command CONSOLE ACTIVATE LISTENER .
OBEYFILE: MessageRules processing order is implied. Continue options may not work as expected.
In the MessageRules configuration, Order Implicit is specified or defaulted and one or more Continue (-p) flags is coded.
The message rules will be processed in an order implied by their specificity, and not explicitly in the order coded. The Continue option may not work as expected.
Action: Examine the MessageRules configuration and ensure the rules will be processed in the order you want. Use the MSGRULE command to see the order in which message filters will be processed.
Consider adding Order Explicit to the MessageRules configuration. See the VNAC Programming & Automation manual for details.