HZAT001U

HZATAGP COULD NOT OPEN THE INPUT FILE file

A required file could not be opened successfully.

In the message text:

file
name of file.
Processing terminates with condition code 16.
Correct the file definition and rerun the job.
None.
HZATAGP

HZAT002S

UNRECOGNIZED STATEMENT TYPE: stattyp

Input text was encountered which does not match any known statement type.

In the message text:

stattyp
encountered input data.
Processing terminates with condition code 12.
Correct the input and rerun the job.
None.
HZATAGP

HZAT003S

DUPLICATE VALUE SUPPLIED FOR stattyp

More than one occurrence of the named statement type was encountered, but only one value can be accepted.

In the message text:

stattyp
name of the statement verb.
Processing terminates with condition code 12.
Remove the redundant statement and rerun the job.
None.
HZATAGP

HZAT004S

VALUE MISSING IN stattyp STATEMENT

An input statement of the type indicated was encountered, but no non-blanks followed the statement type name.

In the message text:

stattyp
name of the statement verb.
Processing terminates with condition code 12.
Supply an appropriate value after the statement type name.
None.
HZATAGP

HZAT005S

VALUE SPECIFIED FOR LICENSED WAS NEITHER ''YES'' NOR ''NO''

A LICENSED statement was processed which had a value specified other than one of the valid values.
Processing terminates with condition code 12.
Correct the value and rerun the job.
None.
HZATAGP

HZAT006S

THE parm PARAMETER HAD NO SUBPARAMETER VALUE SPECIFIED

A statement parameter or operand was specified, but the required subparameter, or value of the parameter, was not specified. One cause for this condition is the omission of a parenthesis.

In the message text:

parm
name of the parameter or operand being processed when the error is detected.
Processing terminates with condition code 12.
Correct the input and rerun the job.
None.
HZATAGP

HZAT007I

A CLOSING PARENTHESIS ASSUMED FOR parm

End-of-file was raised when processing input statements before an expected close parenthesis was encountered.

In the message text:

parm
name of the parameter or operand being processed when the error is detected.
Processing continues as if the expected close parenthesis had been specified.
Check that the resulting processing is as expected. Correct the input file for future use, and rerun the job if the desired processing was not performed.
None.
HZATAGP

HZAT008S

UNEXPECTED OPEN PARENTHESIS ENCOUNTERED AFTER parm

An open parenthesis was encountered when one was not expected. If this occurred while a parameter or operand was being processed, then it is named in the message.

In the message text:

parm
name of the parameter or operand being processed when the error is detected.
Processing terminates with condition code 12.
Correct the input file and rerun the job.
None.
HZATAGP

HZAT009S

UNEXPECTED CLOSE PARENTHESIS ENCOUNTERED AFTER parm

A close parenthesis was encountered when one was not expected. If this occurred while a parameter or operand was being processed, then it is named in the message.

In the message text:

parm
name of the parameter or operand being processed when the error is detected.
Processing terminates with condition code 12.
Correct the input file and rerun the job.
None.
HZATAGP

HZAT010S

parm IS AN UNKNOWN SELECT PARAMETER

Input data was encountered which is not a recognized parameter, or operand, of the SELECT statement.

In the message text:

parm
the encountered input data.
Processing terminates with condition code 12.
Correct the input file and rerun the job.
None.
HZATAGP

HZAT011S

MEMBER NAME parm HAS EMBEDDED BLANK(S)

The value specified on the TAGMEM statement was not a valid partitioned data set member name, a blank was found within the eight character member name.

In the message text:

parm
the input value specified on the TAGMEM statement.
Processing terminates with condition code 12.
Correct the input file and rerun the job.
None.
HZATAGP

HZAT012S

MISSING OPEN PARENTHESIS AFTER parm

Whilst parsing the SELECT statement looking for a subparameter, or value, in parentheses specified for the parameter or operand named in the message, text was encountered which was not enclosed in parentheses.

In the message text:

parm
name of the parameter or operand being processed when the error is detected.
Processing terminates with condition code 12.
Correct the input and rerun the job.
None.
HZATAGP

HZAT013S

VALUE data TOO LONG FOR PARAMETER parm

The length of a subparameter or value was found to exceed the maximum length allowed. The maximum length allowed depends on the specific parameter or operand being processed. For example, a data set name mask exceeding 44 characters in length causes this condition, as will a volume mask exceeding six characters in length.

In the message text:

data
encountered input data.
parm
name of the parameter or operand being processed when the error is detected.
Processing terminates with condition code 12.
Correct the input and rerun the job.
None.
HZATAGP

HZAT014S

END OF INPUT REACHED, EXPECTED CONTINUATION IS MISSING

End-of-file was raised on the input (SYSIN) file, but the SELECT statement currently being processed was expected to continue on the next record.
Processing terminates with condition code 12.
Either supply the missing input data, or remove the continuation character from the last input record. Rerun the job.
None.
HZATAGP

HZAT017S

NO VALUE FOR stattyp WAS SPECIFIED

A value for a statement of the type named in the message is required, but was not found in the input file.

In the message text:

stattyp
the type of input statement required to specify the missing value.
Processing terminates with condition code 12.
Supply a statement of the named type which specifies a value.
None.
HZATAGP

HZAT019E

DESERV FAILED - RC=rc RS=rs FOR DATA SET dsn

A DESERV FUNC=GET_ALL macro was issued to acquire the member list for a data set, but DESERV issued a non-zero return code.

In the message text:

rc
the decimal return code issued by DESERV.
rs
the hexadecimal reason code issued by DESERV.
dsn
the name of the data set being processed by DESERV.
The named data set is not processed, and processing continues with the next relevant data set.
Consult the applicable DFSMS Macro Instructions for Data Sets manual to determine the meaning of the DESERV return and reason codes. Ensure that the named data set is a valid and accessible program library. If necessary, gather appropriate diagnostic materials and contact support.
None.
HZATAGP

HZAT020S

DYNAMIC ALLOCATION FAILURE - BPXWDYN RC=rc

BPXWDYN was called to dynamically allocate a required work file, but BPXWDYN issued a non-zero return code. As a result, processing cannot proceed.

In the message text:

rc
the hexadecimal return code issued by BPXWDYN.
Processing terminates with condition code 12.
Consult the applicable Using REXX and z/OS UNIX System Services manual to determine the meaning of the return code. Examine the job log and messages to see any associated dynamic allocation error message.
None.
HZATAGP

HZAT022S

RC=rc WAS RETURNED BY PROGRAM pgm

Either the High Level Assembler (program ASMA90) or the Program Binder (program IEWL) was dynamically started to assist with creating the output data, but the named program issued a non-zero return code.

In the message text:

rc
the decimal return code issued by the named program.
pgm
the name of the program that was started.
Processing terminates with condition code 12.
Examine all associated job output to determine if the problem is caused by a correctable environmental error. If so, make the correction and rerun the job. If not, gather all relevant diagnostic materials and contact support.
None.
HZATAGP

HZAT023I

PROCESSING TERMINATED DUE TO ENCOUNTERED ERROR CONDITION

Because of a previously reported error, the product tagging utility is terminating unilaterally, without processing all of the specified program library data sets, and without generating all of the requested program product tagging data.
Processing terminates.
Investigate any previously reported error conditions.
None.
HZATAGP

HZAT024E

ISITMGD FAILED - RC=rc RS=rs FOR FILE file AND DATA SET dsn

An ISITMGD macro was issued against a program library, but ISITMGD issued a non-zero return code.

In the message text:

rc
the decimal return code issued by ISITMGD.
rs
the decimal reason code issued by ISITMGD.
file
the name of the file being processed by ISITMGD.
dsn
the name of the data set being processed by ISITMGD.
The named data set is not processed, and processing continues with the next relevant data set.
Consult the applicable DFSMS Macro Instructions for Data Sets manual to determine the meaning of the ISITMGD return and reason codes. Ensure that the named data set is a valid and accessible partitioned data set. If necessary, gather the appropriate diagnostic materials and contact support.
None.
HZATAGP

HZAT025I

pgmcnt PROGRAMS FOUND TO TAG FROM DATA SET dsn

Input processing of the named data set has completed, resulting in data from the reported number of programs being accumulated for subsequent output.

In the message text:

pgmcnt
the number of programs processed.
dsn
the data set name containing the processed programs.
Processing continues.
None required.
None.
HZATAGP

HZAT026I

PROCESSING COMPLETE - RC=rc AND pgmcnt PROGRAMS TAGGED IN TOTAL

The product tagging utility program HZATAGP has completed processing. This message reports the return code issued by HZATAGP, and the number of programs from which data has been collected during this run.

In the message text:

rc
the return code issued by the HZATAGP upon termination.
pgmcnt
the number of programs processed in this run of HZATAGP.
Processing is completed with the displayed return code.
None required.
None.
HZATAGP

HZAT028W

UNABLE TO ACQUIRE ANY PRODUCT MAINTENANCE LEVEL DATE

After having processed all of the relevant programs, HZATAGP was unable to acquire any date stamp for use as a maintenance level indicator.
Blanks are placed in the maintenance level field and processing continues.
None required.
None.
HZATAGP

HZAT029S

stattyp STATEMENT VALUE LENGTH EXCEEDS THE ALLOWED MAXIMUM OF max BYTES

The value specified for the named statement type was found to be longer than the maximum allowed. The maximum byte count allowed for a value of this statement type is shown in the message.

In the message text:

stattyp
the type of input statement being processed.
max
number of bytes.
Processing terminates.
Correct the input and rerun the job.
None.
HZATAGP

HZAT030S

INVALID TEXT CHARACTER X''char'' FOUND IN stattyp STATEMENT

The displayed data byte was encountered when processing the value specified for the statement type indicated. The value specified on the statement is expected to be a string. Valid byte values for text data are in the range from X'40' to X'FE' inclusive. The control code encountered is either not valid input, or not valid input in this location. The only control codes that can be used in the input value are SO (X'0E') and SI(X'0F'), when they are used to encapsulate DBCS data.

In the message text:

char
the hexadecimal value of the invalid text code point.
stattyp
the type of input statement being processed.
Processing terminates.
Remove the undisplayable characters from the input value. If using DBCS, ensure that SO precedes DBCS text and SI terminates DBCS text, and that the DBCS text is an even number of valid text bytes.
None.
HZATAGP

HZAT032E

NO PROGRAMS ELIGIBLE FOR TAGGING COULD BE FOUND

No programs met the selection criteria and so the request had no operation to perform.

In the message text:

Processing terminates with condition code 8.
If appropriate, modify the request parameters and resubmit the job.
None.
HZATAGP

HZAT033W

NOT ALL PROGRAM NAME INCLUSION MASKS WERE MATCHED

One or more program name inclusion masks did not match any program names in the library.

In the message text:

Processing continues.
Correct or remove the inoperative selection filter.
None.
HZATAGP

HZAT034S

USE THE ANALYZER TO UPDATE THE LKB - OR PROVIDE 'TAGNOW' OVERRIDE PARAMETER

The preferred method of maintaining the LKB is via the Administration tab of the Analyzer. To continue using the batch Program Tagger an override program parameter of TAGNOW or OLDTAG must be provided. Note that tag members created by HZATAGP will be ignored by the Inquisitor unless the OLDTAG keyword is present in the program parameter string specified for the HZAPINQ program.

In the message text:

Processing terminates with condition code 12.
If appropriate, specify a program parameter override and resubmit the job. Otherwise, use the Analyzer to maintain the LKB.
None.
HZATAGP

HZAT035I

DUPLICATE parm VALUE IGNORED: data.

A subparameter value was encountered which matched a value previously specified for the same parameter. The duplicate specification is discarded.

In the message text:

parm
name of the parameter.
data
the value found to have been repeated.
Processing continues.
If the value is incorrect then correct it. To prevent the message being issued remove duplicate value specifications.
None.
HZATAGP

HZAT999U

HZAMSG/HZATMSG 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.
rs
HZAMSG reason code.
Terminates with a condition code of 20.
Inform the system programmer.
Ensure Joblib/Steplib contains the library where the HZATMSG message module resides. If you cannot resolve this issue, contact support.
HZATAGP