Control Commands
You can enter the Control commands on the z/OS console. The Control commands include SET, SHUT, SWITCH, and TERM commands.
SET Command
The SET commands change various entities. For information about the command values, see "Substation ES Parameters" in TIBCO Substation ES Installation.
The SET commands are used in the following ways:
- SET,CICS,TRCLVL-HVS=value[,INTF|IID=intf-id]
- This command changes the trace level of CICS when tracing reliable TSQ trigger entries that pass through the interface. The range of the valid values is from 0 to 3. The optional keyword INTF|IID=intf-id specifies a CICS interface identifier.
- SET,CICS|IMS,TRCLVL-TRIG=value[,INTF|IID=intf-id]
- This command changes the level of CICS or IMS trigger information recorded to the trace file. The range of the valid values is from 0 to 3. The optional keyword INTF|IID=intf-id specifies a CICS or IMS interface identifier.
- SET,IMS,BUFFER-PURGE[,INTF|IID=intf-id]
- This command cleans the OTMA buffers currently in use for all IMS interfaces that are active within the current Substation ES instance. The optional keyword and IMS identifier INTF|IID=intf-id can be used to specify a particular IMS interface for cleanup.
- SET,IMS,FREE-TRIG[,INTF|IID=intf-id]
- This command starts the tpipes associated with the IMS trigger processes. The optional keyword INTF|IID=intf-id specifies a particular IMS interface identifier.
- SET,IMS,HOLD-TRIG[,INTF|IID=intf-id]
- This command stops the tpipes for the IMS trigger processes. The optional keyword INTF|IID=intf-id specifies a particular IMS interface identifier.
- SET,IMS,REL-TRNAK[,SXITRNAK|DFS$$TOQ]
- This command starts processing of triggers that were NAKd and requeued to the NAKd trigger queue (SXITRNAK), or were timed out by IMS (DFS$$TOQ). If a queue name is not specified, the default is SXITRNAK. Any other queue name is rejected.
- SET,LOGDEST=value
- This command changes the destination for the Substation ES log file. The valid values are D(isk) or P(rint).
- SET,LOGLVL=value
- This command changes the level of information recorded to the log file. The range of the valid values is from 1 to 5.
- SET,LOGFWRITE=value
- This command changes the number of centiseconds (1/100 of a second) of the Force Write for the LTA Log agent. The range of the valid values is from 0 to 30.
- SET,RED,ABEND-RESET[,INTF|IID=intf-id]
- This command resets the abend counter to 0. The counter is the number of times that #RED or the application abend. The optional keyword INTF|IID=intf-id specifies a particular RED interface identifier. This command does not change the maximum abend value in the RED interface.
- SET,,RED,TRCLVL-AMSG|TRCLVL-SSRED|TRCLVL-CICS|TRCLVL-#RED|TRCLVL-TRG|TRCLVL-VIEW=value
- This command changes the level of information recorded from the following processes to the trace file:
- TRCLVL-AMSG: the RED interface for AMSG related messages. The range of the valid values is from 0 to 5.
- TRCLVL-SSRED: the RED interface for general messages. The range of the valid values is from 0 to 5.
- TRCLVL-CICS: the RED trace level for online relate messages. The range of the valid values is from 0 to 5. If it is set to zero (0) then all the following trace levels will also be set to zero (0). TRCLVL-#RED, TRCLVL-TRG and TRCLVL-VIEW.
- TRCLVL-#RED: the RED trace level only for #RED transaction relate messages. The range of the valid values is from 0 to 5.
- TRCLVL-TRG: the RED trace level only for OTRED the trigger processes relate messages. The range of the valid values is from 0 to 5.
- TRCLVL-VIEW: the RED trace level only for VIEW transaction relate messages. The range of the valid values is from 0 to 5.
- SET,RVFT[=value],INTF|IID=intf-id
- This command allows dynamic switch between the RVFT daemons. The value can be 1, 2 and 3 of the daemon to be switched to. If no value is specified, it will be switched to the number 1 daemon in the sequence.
- SET,TRACE-ENTRY=CONFIG,DETAIL
- This command sets TRACE-ENTRY for the Substation ES transformer.
- SET,TRCDEST=value
- This command changes the destination for Substation ES trace information. The valid values are D(isk) or P(rint).
- SET,TRCLVL=value
- This command changes the level of information recorded to the trace file. The range of the valid values is from 1 to 5.
- SET,TRCLVL=value[,OTMA|OPS|RR]
- This command changes the level of information recorded from the following processes to the trace file:
- SET,TRCLVL-ONL=value
-
This command changes the level of information messages produced by CICS resident programs that act on or on behalf of Substation ES. Messages are written to the CEEOUT and CEEMSG CICS
output data sets. The range of the valid values is from 0 to 5.
- SET,TRCFWRITE=value
- This command changes the number of centiseconds (1/100 of a second) of the Force Write for LTA Trace Agent. The range of the valid values is from 0 to 30.
SHUT Command
The SHUT command causes an active Substation ES instance to terminate in an orderly manner. All input is stopped and all active requests within the Substation ES instance can be completed before the final termination request is sent to all active Substation ES interfaces.
SWITCH Command
The SWITCH instructs the appropriate LTA Log agent or LTA Trace agent to continue recording events on the next available disk file. If no files are available, an error is recorded to the log file and processing continues. You can use this command only if the recording medium is set to disk on the Substation ES SSP member.
SWITCH,LOGFILE
SWITCH,TRCFILE
TERM Command
The TERM command causes an active Substation ES instance to terminate in an orderly manner. Termination proceeds as if a SHUT command were issued. However, if the Substation ES tasks do not appear to be terminating, the Substation ES master task attempts to cancel all the active tasks within each Substation ES interface.