Where allowed to run:
|
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 |
Keyword | Description | Choices | Notes |
---|---|---|---|
MBR | Member | Name | Required, Positional 1 |
LIB | Library | Name, QPFRDATA | Optional, Positional 2 |
Top |
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 |
Specifies the library where the performance data is located.
Top |
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 |
Top |