Previous Topic: TSO Interface NCL Procedures

Next Topic: Return Codes from $USTSFTS


Messages Returned to TSO

The distributed procedures can return the following messages to the TSO environment following the execution of each subcommand. If the subcommand used specified the NOMSG option, then these messages are suppressed and not written to the terminal.

Note: Some messages are CA NetMaster messages that are received by the procedure following the execution of an internal command. Others are generated by the CA SOLVE:FTS procedures.

PFTS01

VFS access FAILED, KEY=filekey , FDBK=fb

This message indicates a severe file error and provides the access as READ or UPDATE, the file key causing the error, and the VSAM feedback information fb. The procedure terminates with a return code of 24.

PFTS02

ONLY FIRST 99 MEMBERS PROCESSED, OTHERS IGNORED

This is a warning message indicating that the received member list specified more than 99 members. Only the first 99 members are processed, the rest are ignored.

PFTS03

NO MEMBERS FOUND WHEN MEMBER LIST SPECIFIED

This message indicates a request to process a member list was received but the member list was empty. The procedure terminates with a return code of 24.

PFTS04

TRANSMISSION REQUEST name IN ERROR

This general message indicates an error and is followed by another message providing the error details.

PFTS05

PRIVATE DEFINITIONS MAY NOT SPECIFY FRCMD OR TOCMD

The acceptance of a FRCMD or TOCMD is restricted to system definitions only. If set for a private definition, the definition is rejected and the procedure terminates with a return code of 8.

PFTS06

DEFINITION REQUESTED TO COPY WAS NOT FOUND

A request specified an existing definition to copy but no definition by that name was found. The request is rejected and the procedure terminates with a return code of 20.

PFTS07

PROC=procname, REQUEST=request, INVALID FOR MEMBER LIST

The request received is not supported when a member list is also specified. This indicates an invalid call to procedure procname, which terminates with a return code of 24.

PFTS08

INVALID REQUEST ‘request’ RECEIVED BY procname

The request indicated is not supported by the procedure named. Processing terminates with a return code of 24.

PFTS09

FTS REQUEST name DEFINED. nn REQUESTS CHAINED FOR TRANSMISSION

This is an informational message that follows the successful processing of a member list and provides the total number of definitions successfully defined.

PFTS10

DEFINITION name ADDED

This is an informational message that follows the successful addition of a single CA SOLVE:FTS definition.

PFTS11

DEFINITION name ALREADY EXISTS, IS NOT ADDED

An attempt was made to define the definition indicated but one by that name already exists. The request is rejected and the procedure terminates with a return code of 16.

PFTS12

DEFINITION name DELETED

This informational message indicates the successful deletion of the named definition.

PFTS13

DEFINITION name NOT DELETED, RECORD NOT FOUND

A request to delete the definition named failed because no definition by that name was found. The request fails and the procedure terminates with return code 12.

PFTS14

nn CHAINED DEFINITIONS DELETED

A request to delete all definitions chained from the provided definition name has completed. This message is an information message providing the number of successful deletions. If the chained deletion was terminated by an error, another message is issued indicating the error condition.