Display Job Tables (DSPJOBTBL)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Display Job Tables (DSPJOBTBL) command displays information about the job tables which are internal system objects used by the operating system to track all jobs on the system. The information includes the size of the tables and the number of different types of entries in the tables. The number of entries in these tables can affect the performance of various operating system IPL steps, commands, and application program interfaces (APIs) that work with jobs.

Top

Parameters

Keyword Description Choices Notes
OUTPUT Output *, *PRINT Optional
Top

Output (OUTPUT)

Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.

*
The output is displayed for interactive jobs or printed with the job's spooled output for non-interactive jobs.
*PRINT
The output is printed with the job's spooled output.
Top

Examples

DSPJOBTBL   OUTPUT(*)

This command displays information about the job tables.

Top

Error messages

*ESCAPE Messages

CPF9871
Error occurred while processing.
Top