Please enable JavaScript to view this site.

The REPORT process command instructs a specific engine subtask to generate a snapshot of the runtime report. The output of the runtime report can be found in the SYSPRINT or REPORT DD statement for the engine subtask.

 

Syntax:  

R  # | name | *    Where # is the process number or name is the process name of which the snapshot runtime report will be generated. Process numbers are assigned by the z/OS Master Controller during startup based on the position of the engine specifications within the startup parameter. Alternatively, you can specify an * to issue a report for all active processes.

Command Source

Syntax

Operator’s Console

F jobname,R  # | name | *

WTOR Reply

wtor#,R  # | name | *

Command Queue

R  # | name | *

Example 1:

Instruct engine subtask ENGINE2 to generate a snapshot of the runtime report from the operator’s console. Browse the report DD statement to see the results of the REPORT ENGINE command. Assume that the name of the Master job is SQDAMAST.

F SQDAMAST,R  ENGINE2

 

Job log/console output:

+SQD0302I: REPORT 02 COMMAND ACCEPTED (OPER)

 

Example 2:

Instruct all process subtasks to a runtime report from the operator’s console.

F SQDAMAST,R  

 

Job log/console output:

+SQD0302I: REPORT ** COMMAND ACCEPTED (OPER)