function-name allocation of dataset dataset-name failed; RTC=hex-return-code; RSC=hex-reason-code
Error message issued by VNCRXF22, the MBRLST function. The function attempted to dynamically allocate the dataset name specified in the function call, but received reason codes other than x’1708′ and x’6708,’ which indicate “not found”.
The return and reason codes are documented in in the IBM manual z/OS MVS Authorized Assembler Services Guide in the section Interpreting DYNALLOC Return Codes.
function-name dataset dataset-name not found
Error message issued by VNCRXF22, the MBRLST function. The function attempted to dynamically allocate the dataset name specified in the function call, but received one of the following reason codes from the z/OS dynamic allocation service:
• x’1708′ (not in catalog)
• x’6708′ (not on volume)
function-name DD name mbrlst-ddname not allocated
This error message is issued by VNCRXF22, the MBRLST function. The function has searched the agent’s list of allocated DD names and not found the DD name specified in the function call.
function-name “DD” or “dataset” mbrlst-ddname or dataset-name DSORG not PO
Error message issued by VNCRXF22, the MBRLST function. The dataset referred to by DD name or dataset name is not in partitioned organization (PO).
program-name: exec-name function-name
mbrlst-operation dataset=dataset-name; DD=mbrlst-ddname; CPB=cpb-address
Debug message issued by VNCRXF22, the MBRLST function. The message is issued when each internal subroutine is entered, before the operation named mbrlst-operation is performed.
exec-name: user-name function-name invalid %INCLUDE substitution keyword “include-keyword”
Error message issued by VNCRXF12, the GETCFG function that reads agent configuration files. The function has processed an %INCLUDE statement that specified a substitution keyword that is not supported.
RECV SCI alert message: RTC=return-code, RSN=reason-code, ADR=address, LEN=length, MID=message-id
This message is for diagnostics only.
ADD|DELETE SCI alert listener filters: RTC=return-code, RSN=reason-code, failed|successful
This message is for diagnostics only.
program-name: processing-step user user-name job job-name filter filter-name
Debug message issued by VNCVTL03, the send-to-user-list message processor. It shows the processing step in the program and identifies the filter that was the source of the user list being processed.
The value of processing-step is send to, active, or inactive.
The value of user-name is the user ID for the session window where the message will be sent. The ID comes from from the user list identified in the message filter.
The value of job-name is from the message filter that contained the user list.
The value of filter-name identifies the message filter that contained the user list.
Message notification arrived with no SCIR
The System Logger was notified of a new system console message, but the notification did not include any data.
Action: If the condition persists, contact SDS Technical Support.