Previous Topic: STOP CommandNext Topic: Online Label Interface


Command Samples

CANCEL TLMS

The TLMS subtask abends with a User-111 and a dump. If the DUMP subtask is active, the abend dump is spun off to SYSOUT.

START TLMS RETRY(4)

The TLMS subtask is attached and is restarted the next four times it ends with a nonzero return code. If TLMS ends with a zero return code, it is not restarted.

MSG TLMS TRACE

The text TRACE is sent to the TLMS subtask. TRACE tells TLMS to snap all transactions to the SNAP log on entry and exit to TLMS.

MSG INQR 'UPV VOL001 SCRATCH=YES'

The text is sent to the INQR subtask which processes it just as though it was entered in response to INQRs WTOR. In this case, VOL001 is scratched.

SET TLMS DEBUG(1)

The DEBUG switch in TLMSs CTSB is set to 1. The meaning of the DEBUG setting varies with the task.

SET TLMS DEBUG()

The DEBUG switch in TLMSs CTSB is set to reset to blank.

STOP ALL

STOP is sent to all subtasks in the CTS address space. Each subtask terminates with a zero return code. The one exception is CMD. CMD never terminates while another subtask is active, because it would be needed to process the STOP or CANCEL for the other task. If CMD receives a command to terminate when another task is active, it waits 20 seconds, then tries again. If another task is still active, it issues a message and remains active.