Report - connect_cdc_sqdata - Latest

Connect CDC (SQData) Utilities

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
ft:locale
en-US
Product name
Connect CDC (SQData)
ft:title
Connect CDC (SQData) Utilities
Copyright
2024
First publish date
2000
ft:lastEdition
2024-11-25
ft:lastPublication
2024-11-25T15:17:45.575000

The REPORT process command instructs a specific engine subtask to generate a snapshot of the runtime report.

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)