HSIA - Automation Server messages

Return codes
Table 1. Return codes and their meaning

Meaning of return codes

Return code Description
0 No errors encountered. All requests processed successfully.
16 Unrecoverable error. No requests processed. SYSIN or HSAPZIP or INQSOUT File cannot be used, or unsupported operating system.
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.

HSIA001E

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 HSIAPARM member contents.
Operator response: Correct the HSIAPARM member contents.
System programmer response: None.
Module: HSIAUTO HSIADSN

HSIA002E

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 HSIAPARM member contents.
Operator response: Correct the HSIAPARM member contents.
System programmer response: None.
Module: HSIAUTO HSIADSN

HSIA003E

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 HSIAPARM member contents.
Operator response: Correct the HSIAPARM member contents.
System programmer response: None.
Module: HSIAUTO

HSIA004E

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 HSIAPARM member contents.
Operator response: Correct the HSIAPARM member contents.
System programmer response: None.
Module: HSIAUTO

HSIA005E

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 HSIAPARM member contents.
Operator response: Correct the HSIAPARM member contents.
System programmer response: None.
Module: HSIAUTO HSIADSN

HSIA006E

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 HSIAPARM member contents.
Operator response: Correct the HSIAPARM member contents.
System programmer response: None.
Module: HSIAUTO HSIADSN

HSIA007E

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

HSIA008E

TERMINATING - COULD NOT INITIALISE WITH BAD PARAMETERS

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

HSIA009E

REFRESH IGNORED - COULD NOT PROCESS BAD PARAMETERS

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

HSIA010E

NO FUNCTIONS WERE REQUESTED

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

HSIA011E

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 HSIAPARM contents.
Operator response: Correct the HSIAPARM member contents.
System programmer response: None.
Module: HSIAUTO HSIADSN

HSIA014E

MEMBER mbr WAS NOT FOUND IN THE HSIACNTL FILE

Explanation: Member HSIAPARM 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 HSIAPARM 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: HSIAUTO HSIADSN

HSIA015E

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: HSIAUTO HSIADSN

HSIA016E

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 HSIAPARM member contents.
Operator response: Correct the HSIAPARM member contents.
System programmer response: None.
Module: HSIAUTO

HSIA017E

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 HSIAPARM member contents.
Operator response: Correct the HSIAPARM member contents.
System programmer response: None.
Module: HSIAUTO HSIADSN

HSIA018E

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 HSIAPARM member contents.
Operator response: Correct the HSIAPARM member contents.
System programmer response: None.
Module: HSIAUTO

HSIA019I

AUTOMATION SERVER INITIALIZATION COMPLETE

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

HSIA020I

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

HSIA999U

HSIMSG/HSIAMSG FAILURE - MSGID=msgid RC=rc RS=rs

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

In the message text:

msgid
identifier of the failing message.
rc
HSIMSG return code.