Change Job Type (CHGJOBTYP)

Where allowed to run:
  • Interactive job (*INTERACT)
  • Interactive program (*IPGM)
  • Using QCMDEXEC, QCAEXEC, or QCAPCMD API (*EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The Change Job Type (CHGJOBTYP) command allows you to change the job type for jobs that appear on the reports you produce using the Print Transaction Report (PRTTNSRPT) command. With this command you can change the characteristics of a job (for example, from batch to interactive), correct a missing job type, or assign a job type.

Top

Parameters

Keyword Description Choices Notes
MBR Member Name Required, Positional 1
LIB Library Name, QPFRDATA Optional, Positional 2
Top

Member (MBR)

Specifies the performance data member used. This name should correspond to the member name specified on the MBR parameter of the End Performance Trace (ENDPFRTRC) command.

This is a required parameter.

Top

Library (LIB)

Specifies the library where the performance data is located.

QPFRDATA
The performance data files are located in the IBM-supplied performance data library, QPFRDATA.
library-name
Specify the name of the library where the performance database files are located.
Top

Examples

Example 1: Start a New Session

CHGJOBTYP  MBR(TEST)  LIB(QPFRDATA)

This command will show a list of all the jobs in member TEST (within QAPMDMPT file, in QPFRDATA library), from which the job type can be changed, for example from batch (B) to interactive (I).

Top

Error messages

*ESCAPE Messages

PFR3280
Performance data files for this report do not exist.
Top