Purge - connect_cdc_sqdata - Latest

Connect CDC (SQData) Utilities

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Utilities
Copyright
2024
First publish date
2000
Last updated
2024-07-30
Published on
2024-07-30T19:47:43.164598

The PURGE process command is used to force a stop (purge) a specific process subtask. This command should only be used to force a process down that is not responding to the TERMINATE command.

Syntax
P  # | name  

Where # is the process number or name is the process name to be stopped. Engine numbers are assigned by the Master Controller during startup based on the position of the engine specifications within the startup parameter.

Command Source Syntax
Operator’s Console F jobname,P # | name
WTOR Reply wtor#,P # | name
Command Queue P # | name

Example

Force a stop of engine subtask ENGINE2 from the operator’s console and then display the status of the engine subtasks using the DISPLAY command. Assume that the name of the Master Controller job is SQDAMAST.
F SQDAMAST,T  ENGINE2
F SQDAMAST,DISPLAY
Job log/console output:
+SQD0302I: TERM 02  COMMAND ACCEPTED  (MQ)  
+SQD0308I: ENGINE 02 ENGINE2  NORMAL SHUTDOWN      
+SQD0302I: DISPLAY  COMMAND ACCEPTED  (MQ)  
+--------------------------------------------------
+   AGENTS     :   #   NAME   STATUS              
+--------------------------------------------------
+SQD0308I: ENGINE 01 ENGINE1  ACTIVE              
+SQD0308I: ENGINE 02 ENGINE2  NOT RUNNING          
+SQD0308I: ENGINE 03 ENGINE3  ACTIVE              
+--------------------------------------------------