CL Command Reference - PRTINTDTA

CL Command List > PRTINTDTA Reference

Description:

The Print Internal Data (PRTINTDTA) command is used primarily for problem analysis tasks. It writes the machine internal data to a spooled printer file. The data is used to service the system.

Restrictions:

1. This command is shipped with public *EXCLUDE authority and the QPGMR, QSYSOPR, QSRV, and QSRVBAS user profiles have private authorities to use the command.

2. To use this command, you must have service (*SERVICE) special authority, or be authorized to the Service dump function of Operating System through iSeries Navigator¡¯s Application Administration support. The Change Function Usage (CHGFCNUSG) command, with a function ID of QIBM_SERVICE_DUMP, can also be used to change the list of users that are allowed to perform dump operations.

3. The command must be issued from within the job with internal data being printed, or the issuer of the command must be running under a user profile which is the same as the job user identity of the job with internal data being printed, or the issuer of the command must be running under a user profile which has a job control (*JOBCTL) special authority. The job user identity is the name of the user profile by which a job is known to other jobs. It is described in more detail in the Work Management Guide.

4. This command is intended to be used only at the direction of your iSeries service representative.


Examples:

Example 1: Dump by Dump Identifier

PRTINTDTA TYPE(*DMP) DMPID(0102FA3C)

This command prints the job internal dump output that has a dump identifier of 0102FA3C.



Example 2: Dump by Job Identifier

PRTINTDTA TYPE(*JOB) JOB(201230/ALMATM/QPADEV0008) SLTTHD(*ALL)

This command prints the job internal dump output for the selected job including all threads information.



Example 3: Dump by Task Name

PRTINTDTA TYPE(*TASK) TASK(MSCP)

This command prints the dump output for the task named MSCP.



Example 4: Dump a Job by Specifying Server Type

PRTINTDTA TYPE(*JOB) JOB(*SVRTYPE) SVRTYPE(QIBM_FTP)

This command prints the dump output for the job with the server type set to QIBM_FTP.