Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

PRINT Print error entries

&pagelevel(4)&pagelevel

The PRINT statement allows you to output information on the system or error entries from the SERSLOG file (via SYSLST) to a printer. By means of specifying the appropriate operands, the information can be selected on the basis of various criteria, such as the error event type, the TSN or the time of the event. The selected entries can be printed either in their entirety, together with the error environment data, or in an abbreviated form with only the most important details.

Format

Operation

Operands

P(RINT)

{  INFO
   | LOCMAP
   | FULL
   | ADDRESS=address
   | MODULE=modulename
   | DESCRIPT[,RECTYPE=rectype]
   | SHORT
   | SUMMARY
   | { ELSN={ elsn | elsn1-elsn2 } | [TSN=tsn] | [TID=tid] } [,...] [,SHORT]
   | TIMESTP=date1/time1:date2/time2
   | RECTYPE=rectype  }

The operands of the PRINT statement are the same as those of the DISPLAY statement (see "DISPLAY Display error entries on screen").