Previous Topic: Printing Dumps

Next Topic: Job Stream to Print Dumps and Source Listing

PRINT and INDEX Commands

Use the following format to specify the PRINT command in the SYSIN data set to request printouts of the dumps that meet the criteria specified by the parameters:

PRINT parameters

Use the following format to specify the INDEX command in the SYSIN data set to request a list of the dumps that meet the criteria specified by the parameters:

INDEX parameters

Observe the following rules:

Note: A sample job stream follows the description of the command parameters.

The following list defines the parameters for the PRINT and INDEX commands.

Parameter

Description

Format

Default

FROMDATE=

The beginning date from which dumps are selected; if omitted, all dates used

mmddyyyy

None

FROMTIME=

The beginning time from which dumps are selected

hhmmss

000000

TODATE=

The ending date up to which dumps are selected

mmddyyyy

Current system date

TOTIME=

The ending time up to which dumps are selected

hhmmss

235959

CICS=

The applid of the CICS region from which dumps are selected

applid

None

DUMP=

The dump code for which dumps are selected

xxxx

None

PROGRAM=

The program name for which dumps are selected

xxxxxxxx

Nnoe

TRANSID=

The transaction ID for which dumps are selected

xxxx

None

TERMID

The terminal ID for which dumps are selected

xxxx

None

USERID

The CICS userid for which dumps are selected

xxxxxxxx

None

ALL

All dumps are printed

ALL

None

Note: Be aware of these considerations when specifying parameters: