The target subsystem is not defined
The subsystem name specified for an ADD command was not found on the system that the utility ran on.
Action: Correct the JCL and rerun the job.
The target subsystem is not defined
The subsystem name specified for an ADD command was not found on the system that the utility ran on.
Action: Correct the JCL and rerun the job.
Target Subsystem name missing
The ADD command requires a subsystem name as the third operand of the PARM input on the EXEC statement, but none was found.
Action: Correct the JCL and rerun the job.
Target Subsystem name too long (max 4 chars)
The subsystem name specified for an ADD command is greater than four characters long.
Action: Correct the JCL and rerun the job.
DELETE command syntax error. Found operands after CPF string
The DELETE command takes the Command Prefix string to delete as a single operand, but the utility found additional operands after the CPF string.
Action: Correct the JCL and rerun the job.
CPF string too long (max 8 chars)
The second operand after ADD or DELETE on the EXEC statement must be the Command Prefix string that has a maximum length of eight characters, but he string that the utility found was longer than this.
Action: Correct the JCL and rerun the job.
CPF string missing
The second operand after ADD or DELETE on the EXEC statement must be the Command Prefix string to add or delete, but no string was found.
Action: Correct the JCL and rerun the job.
Command must be ADD or DELETE, found command
The first operand of the JCL PARM parameter on the EXEC statement must be ADD or DELETE, but the utility found command instead.
Action: Correct the JCL and rerun the job.
CPF command parameter missing
No data was entered via the JCL PARM parameter of the EXEC statement.
Action: Correct the JCL and rerun the job.
CPF string already defined on this system
While attempting to add a Command Prefix string, the utility determined that the CPF string was already defined on this z/OS system.
Action: No action is required if the CPF definition is correct.
CPF string string DELETE gave RC=x′return-code′
While attempting to delete the Command Prefix string string, the CPF REQUEST=DELETE macro gave return code return-code.
Action: Review the return code for the CPF REQUEST=DELETE macro. Contact SDS Technical Support for additional assistance.