PL6* - PRILOG6 Print Program Messages

The following message groups are described:


Messages from the Independent Components

Overview of Messages

PL6000I | PL6001E | PL6002E | PL6003W | PL6004E | PL610I | PL611E
PL6000I Card read =>control-card
Explanation

The PRILOG6 input control card that was read is displayed in the message

Action

No action is required for this informational message.


PL6001E Unrecognized input card
Explanation

One of the control cards read was not recognized by PRILOG6.

Action

Ensure that all cards either being with PRILOG6 or an asterisk (*) for a comment line.


PL6002E Invalid parm: parameter
Explanation

The specified input parameter or value in the PRILOG6 control cards is invalid.

Action

Correct the identified parameter and rerun the program.


PL6003W CLOGLAYOUT is x
Explanation

This informs the user as to the CLOGLAYOUT being processed. x is the CLOGLAYOUT type (usually 8, older CLOGs maybe 5).

Action

This is an information message.


PL6004E VERBOSE parameter requires another qualifier
Explanation

The PRILOG FIELDS VERBOSE parameter requires a qualifier. This error occurs when the parameter FIELDS=(VERBOSE) is input, when the specification should be, for example, FIELDS=(LIST,VERBOSE).

Action

Correct the identified parameter and rerun the program.


PL610I nnnnnnnn records skipped because CLOG created with LOGCB=NO
Explanation

This message list the number of CLOG records (nnnnnnnn) that have been skipped because they do not contain ACB/ACBX data as defined by the ADARUN parameter LOGCB=NO.

Action

No action is required for this informational message.


PL611E no records read from DDCLOGIN
Explanation

The file linked to DDCLOGIN is either empty or is of the wrong type. This may be accompanied by PL6D02 or PL6D03 messages.

Action

Check the JCL link statement DDCLOGIN and the file linked to it. Correct and rerun the job.


Messages from the System-Dependent Component

Overview of Messages

PL6D01 | PL6D02 | PL6D03
PL6D01 DDCARD file failed to open, using defaults
Explanation

The input card file could not be opened.

Action

If the defaults are used, there are no input cards and this file is not required. The message can be ignored. The default values are CLOGLAYOUT=5 and FIELDS=(LIST).

If values other than the defaults are required, ensure that the file is available and rerun the job.


PL6D02 DDCLOGIN file failed to open - no reports
Explanation

The file containing the CLOG records did not open. No reports are printed.

Action

Ensure that the file is properly allocated and rerun the job.


PL6D03 DDCLOGIN must be DSORG PS/VB - no Reports
Explanation

The file containing the CLOG records was of the wrong type and not opened. The file on the DDCLOGIN link name should be sequential (DSORG PS) and variable-blocked (RECFM=VB). No reports are printed.

Action

Check the attributes of the file on the DDCLOGIN link name. Reallocate and rerun the job.