HZAA - Automation Server messages

These messages are issued by the Automation Server.

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
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
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

Parsing did not detect the expected close parenthesis.
Terminates the processing of the HZAAPARM member contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO HZAADSN

HZAA002E

EXPECTED VALUE FOR parm NOT FOUND BEFORE THE CLOSE PARENTHESIS

No subparameter value was specified within the parentheses.

In the message text:

parm
name of parameter being processed.
Terminates the processing of the HZAAPARM member contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO HZAADSN

HZAA003E

THE parm PARAMETER IS NOT RECOGNIZED

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.
Terminates the processing of the HZAAPARM member contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO

HZAA004E

THE VALUE SPECIFIED FOR parm IS INVALID

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

In the message text:

parm
name of parameter being processed.
Terminates the processing of the HZAAPARM member contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO

HZAA005E

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

There is no preceding action to relate the dsname mask to.
Terminates the processing of the HZAAPARM member contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO HZAADSN

HZAA006E

parm IS AN UNRECOGNIZED STATEMENT TYPE

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

In the message text:

parm
name of parameter.
Terminates the processing of the HZAAPARM member contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO HZAADSN

HZAA007E

TERMINATING - AUTOMATION SERVER IS ALREADY ACTIVE

The Automation Server is already running. Only one concurrent copy can run in an operating system image.
Program terminates with condition code 16. The established Automation Server continues.
None.
None.
HZAAUTO

HZAA008E

TERMINATING - COULD NOT INITIALISE WITH BAD PARAMETERS

The HZAAPARM contents contained an error so the Automation Server could not initialize.
The program terminates with condition code 16.
Correct the HZAAPARM member contents.
None.
HZAAUTO HZAADSN

HZAA009E

REFRESH IGNORED - COULD NOT PROCESS BAD PARAMETERS

The HZAAPARM contents contained an error so the Automation Server could not update its operational parameters.
Terminates the processing of HZAAPARM contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO HZAADSN

HZAA010E

NO FUNCTIONS WERE REQUESTED

No actions were specified. The Automation Server has no work to do.
Terminates the processing of HZAAPARM contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO HZAADSN

HZAA011E

NO DATA SET NAME MASKS WERE SPECIFIED

No work was requested. The Automation Server has no work to do.
Terminates the processing of HZAAPARM contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO HZAADSN

HZAA012E

NUMBER OF ACTIONS EXCEEDS MAXIMUM OF 1000

Too many actions were requested.
Terminates the processing of HZAAPARM contents.
Reduce the number of actions specified.
None.
HZAAUTO HZAADSN

HZAA013E

NUMBER OF DATA SET NAME MASKS EXCEEDS THE MAXIMUM OF 2000

Too many dataset name masks were specified.
Terminates the processing of HZAAPARM contents.
Reduce the number of dataset name masks.
None.
HZAAUTO HZAADSN

HZAA014E

MEMBER mbr WAS NOT FOUND IN THE HZAACNTL FILE

Member HZAAPARM was found to be missing from the HZAACNTL file.

In the message text:

mbr
name of missing member.
Terminates the processing of the member. If the member is HZAAPARM the Automation Server terminates. For template members the Automation Server continues processing.
Create the required member in the HZAACNTL library.
None.
HZAAUTO HZAADSN

HZAA015E

INPUT LOGICAL RECORD LENGTH WAS NOT 80

A record was read from the HZAACNTL library which was not 80 bytes long.
The program terminates and takes no actions.
Ensure the HZAACNTL library only contains fixed length 80 byte records.
None.
HZAAUTO HZAADSN

HZAA016E

EXPECTED OPEN PARENTHESIS WAS NOT FOUND IN INPUT RECORD

Parsing did not detect the expected open parenthesis.
Terminates the processing of the HZAAPARM member contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO

HZAA017E

VALUE SPECIFIED FOR parm IS TOO LONG

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.
Terminates the processing of the HZAAPARM member contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO HZAADSN

HZAA018E

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

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.
Terminates the processing of the HZAAPARM member contents.
Correct the HZAAPARM member contents.
None.
HZAAUTO

HZAA019I

AUTOMATION SERVER INITIALIZATION COMPLETE

The Automation Server is commencing normal operations.
Processing continues.
None.
None.
HZAAUTO

HZAA020I

AUTOMATION SERVER HAS NOW TERMINATED

The Automation Server is ceasing normal operations.
Processing concludes.
None.
None.
HZAAUTO

HZAA999U

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

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.