DISPLAY SPOOLLIST - USAP Command

Description

The DISPLAY SPOOLLIST command displays a spool list from an SAP system. The spool list can be identified by jobname/jobid/stepnumber or, by specifying the spool list ID.

Command Line Syntax

The following figure illustrates the command line syntax of the DISPLAY SPOOLLIST command, using the command line long form of its configuration options.

-display spoollist {-jobname jobname -jobid jobid -stepnum stepnumber | -spool_id id} -max_spool_size size -maxspoolsizeexceededec exitcode 
[-spool_codepage codepage]
[-spool_recv_buffer size]
[-transtab translation_table]
[-first_page page]
[-last_page page]

Command Argument

The DISPLAY SPOOLLIST command can be expressed as either:

  • -D: Short form
  • -display: Long form

The DISPLAY SPOOLLIST command argument, spoollist, requests the display of a job step's spoollist.

Configuration Options

The following table describes all DISPLAY SPOOLLIST configuration options and provides the command line, long form of each option illustrated in the DISPLAY SPOOLLIST command line syntax, above.

Configuration
Option Name

Command Line
Long Form

Description

EXIT_MAX_SPOOL_SIZE_EXCEEDED

-maxspoolsizeexceededec

Minimum exit code that will be set if an attempt is made to return a spool list that exceeds the maximum size for job logs as specified by the MAX_SPOOL_LIST_SIZE USAP configuration option.

FIRST_PAGE

-first_page

Starting page from which a spool list will be returned.

LAST_PAGE

-last_page

Last page of a spool list to be returned.

JOB_ID

-jobid

Job ID of an existing SAP job to use as a model for the new job definition.

JOB_NAME

-jobname

Name of an existing SAP job to use as a model for the new job definition.

MAX_SPOOL_LIST_SIZE

-max_spool_size

Maximum size for spool lists.

SPOOL_CODEPAGE

-spool_codepage

Codepage used for transferring spool lists from SAP system.

SPOOL_ID

-spool_id

Spool request number in an SAP system.

SPOOL_RECEIVE_BUFFER

-spool_recv_buffer

Size of the blocks (number of pages) used when transferring spool lists.

STEP_NUMBER

-stepnum

Step number of the SAP job step.

TRANSLATION_TABLE

-transtab

Spoollist translation table file to use for formatting returned spoollists.