Previous Topic: PRFX - PREFIXNext Topic: PRIV - PRIVATE, PRLS - PROCLIST, and PRML - PARMLIB


PRIN - PRINT

PRIN001E Invalid number of lines specified

An invalid number of lines is specified with the PRINT command. Issue the PRINT command again, specifying a valid number of lines. The number must be a decimal number and cannot be zero.

PRIN002W Print file not open

The print file cannot be closed because it is not open.

PRIN003I Print file closed

The print file has been successfully closed.

PRIN004I <prtct> lines printed to <prttgt> <truncct>

The number of lines in the body of the display that have printed is <prtct>. The title,info, and heading lines may have also printed, but they are not included in the count. The <prttgt> variable will display the print target data set name and member name or the sysout class and destination. If any print lines were truncated (because the display line length was greater than the print record length) then the <truncct> variable will display the number of lines truncated as "(nnn truncated)".

PRIN005I Print terminated by ATTN - <xx> lines printed <nnnnnnnn>

The PRINT command has terminated prematurely because either the ATTN key or the PA1 key was pressed. The number of lines that have already printed is <nnnnnnnn>.

PRIN006E Invalid placement for <keyword-name> keyword

The PRINT command keyword <keyword-name> was found in a position in which it was not valid. For example, the MEmber keyword cannot directly follow the PRINT command. Review the syntax of the PRINT command and issue the command again.

PRIN007E Unexpected parameter - <parm-name>

The extra parameter <parm-name> was found where none was allowed. Review the syntax of the PRINT command and issue the command again.

PRIN008E Value required for <keyword-name> keyword

A value is required for the keyword <keyword-name>, but none was found. Review the syntax of the PRINT command and issue the command again.

PRIN009E Invalid <keyword-name> keyword value - <key-value>

The value <key-value> specified for the keyword <keyword-name> was not valid. Review the syntax of the PRINT command and issue the command again.

PRIN010W Print file already open

A PRINT OPEN command was issued when the print data set was already open.

PRIN011I Print opened to <mem-name>

This is a response to the PRINT OPEN command. If the print file is a member of the copy data set, then <mem-name> is <copy-dataset-name> <member>; otherwise, it is SYSOUT= <class>, DEST=<destination,remote-user-id>.

PRIN012E <errkwd> keyword invalid with SCREEN keyword

The keyword <errkwd> is not valid with the SCREEN keyword.

PRIN013E <errkwd> keyword only valid with SCREEN keyword

The keyword <errkwd> is only valid with the SCREEN keyword.

PRIN014I Screen printed to <print-target>

The PRINT SCREEN command completed. The contents of the screen were printed to the indicated data set and member or sysout data set.

PRIN015E <errkwd> keyword not valid with the <cmd> command.

The keyword <errkwd> is not valid when using the <cmd> command.

PRIN016E Invalid member name - <mbrnm>

The member name <mbrnm> is not a valid member name.