HZAA - Automation Server messages

Return codes
Table 1. Return codes and their meaning
Return code Description
0 No errors encountered. All requests processed successfully.
4 Input/Output error in one or more program libraries.
8 Error - Incomplete data. Processing continues. OPEN or other system service error.
12 Syntax error.
16 Unrecoverable error.
20 Disastrous error. No requests processed. SYSPRINT file cannot be used.
Message suffix codes
Table 2. Message suffix codes and associated condition codes

Meaning of message suffix codes and the condition codes that are generated by them

Suffix Meaning Raises minimum condition code to:
I Information message 0
W Warning message 4
E Error message 8
S Severe error message 12
U Unrecoverable error message 16, 20
Message texts and explanations
All numeric completion codes of system services reported in these messages are in hexadecimal unless otherwise stated.

HZAA001E

EXPECTED CLOSE PARENTHESIS WAS NOT FOUND IN INPUT RECORD

Explanation: Parsing did not detect the expected close parenthesis.
System action: Terminates the processing of the HZAAPARM member contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA002E

EXPECTED VALUE FOR parm NOT FOUND BEFORE THE CLOSE PARENTHESIS

Explanation: No subparameter value was specified within the parentheses.

In the message text:

parm
name of parameter being processed.
System action: Terminates the processing of the HZAAPARM member contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA003E

THE parm PARAMETER IS NOT RECOGNIZED

Explanation: A parameter was detected which is not valid for the type of statement being processed.

In the message text:

parm
name of parameter being processed.
System action: Terminates the processing of the HZAAPARM member contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO

HZAA004E

THE VALUE SPECIFIED FOR parm IS INVALID

Explanation: The named parameter had a value which did not conform to syntax requirements.

In the message text:

parm
name of parameter being processed.
System action: Terminates the processing of the HZAAPARM member contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO

HZAA005E

NO "FTP" OR "JOB" STATEMENT BEFORE "DSN" STATEMENT

Explanation: There is no preceding action to relate the dsname mask to.
System action: Terminates the processing of the HZAAPARM member contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA006E

parm IS AN UNRECOGNIZED STATEMENT TYPE

Explanation: A statement type other than FTP, JOB, or DSN was specified.

In the message text:

parm
name of parameter.
System action: Terminates the processing of the HZAAPARM member contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA007E

TERMINATING - AUTOMATION SERVER IS ALREADY ACTIVE

Explanation: The Automation Server is already running. Only one concurrent copy can run in an operating system image.
System action: Program terminates with condition code 16. The established Automation Server continues.
Operator response: None.
System programmer response: None.
Module: HZAAUTO

HZAA008E

TERMINATING - COULD NOT INITIALISE WITH BAD PARAMETERS

Explanation: The HZAAPARM contents contained an error so the Automation Server could not initialize.
System action: The program terminates with condition code 16.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA009E

REFRESH IGNORED - COULD NOT PROCESS BAD PARAMETERS

Explanation: The HZAAPARM contents contained an error so the Automation Server could not update its operational parameters.
System action: Terminates the processing of HZAAPARM contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA010E

NO FUNCTIONS WERE REQUESTED

Explanation: No actions were specified. The Automation Server has no work to do.
System action: Terminates the processing of HZAAPARM contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA011E

NO DATA SET NAME MASKS WERE SPECIFIED

Explanation: No work was requested. The Automation Server has no work to do.
System action: Terminates the processing of HZAAPARM contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA014E

MEMBER mbr WAS NOT FOUND IN THE HZAACNTL FILE

Explanation: Member HZAAPARM was found to be missing from the PARMLIB file.

In the message text:

mbr
name of missing member.
System action: Terminates the processing of the member. If the member is HZAAPARM the Automation Server terminates. For template members the Automation Server continues processing.
Operator response: Create the required member in the PARMLIB library.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA015E

INPUT LOGICAL RECORD LENGTH WAS NOT 80

Explanation: A record was read from the PARMLIB library which was not 80 bytes long.
System action: The program terminates and takes no actions.
Operator response: Ensure the PARMLIB library only contains fixed length 80-byte records.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA016E

EXPECTED OPEN PARENTHESIS WAS NOT FOUND IN INPUT RECORD

Explanation: Parsing did not detect the expected open parenthesis.
System action: Terminates the processing of the HZAAPARM member contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO

HZAA017E

VALUE SPECIFIED FOR parm IS TOO LONG

Explanation: A parameter value was specified which has a length greater than the maximum allowed for the named parameter.

In the message text:

parm
name of parameter.
System action: Terminates the processing of the HZAAPARM member contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO HZAADSN

HZAA018E

THE "NOTA" VALUE IS LESS THAN THE "NOTB" VALUE

Explanation: The action can never be performed because all days of the month have been excluded by the combination of the NOTA (not after) and NOTB (not before) specifications.
System action: Terminates the processing of the HZAAPARM member contents.
Operator response: Correct the HZAAPARM member contents.
System programmer response: None.
Module: HZAAUTO

HZAA019I

AUTOMATION SERVER INITIALIZATION COMPLETE

Explanation: The Automation Server is commencing normal operations.
System action: Processing continues.
Operator response: None.
System programmer response: None.
Module: HZAAUTO

HZAA020I

AUTOMATION SERVER HAS NOW TERMINATED

Explanation: The Automation Server is ceasing normal operations.
System action: Processing concludes.
Operator response: None.
System programmer response: None.
Module: HZAAUTO

HZAA999U

HZAMSG/ HZAAMSG FAILURE - MSGID=msgid RC=rc RS=rs

Explanation: HZAMSG was called to produce a message text, but the call failed.

In the message text:

msgid
identifier of the failing message.
rc
HZAMSG return code.
rs
HZAMSG reason code.
Terminates with a condition code of 20.
Inform the system programmer.
Ensure JOBLIB/STEPLIB contains the library where the HZAAMSG message module resides. If you cannot resolve this issue, gather appropriate diagnostic materials and contact HCL support.
Module: HZAAUTO