! SUBTCOPY COMMAND LANGUAGE DEFINITION ! ! Date : 23-Jun-1988 ! File : subtcopy.cld ! Author : R. Venhola ! ! Description : ! The DCL definition of the SUBTCOPY command. The command ! consists of two required parameters, the input tape device and the ! output tape device. There are three switchs : the queue name to ! submit the generated batch job to, an optional printing of the ! batch job log file and an optional notify switch on the SUBMIT ! line. DEFINE VERB SUBTCOPY IMAGE DECUS:[TCOPY]SUBTCOPY.EXE PARAMETER P1 LABEL=INDEVICE,PROMPT="Input Tape Drive",VALUE(TYPE=$FILE,REQUIRED) PARAMETER P2 LABEL=OUTDEVICE,PROMPT="Output Tape Drive",VALUE(TYPE=$FILE,REQUIRED) QUALIFIER QUEUE,DEFAULT,NONNEGATABLE,VALUE(TYPE=QUEUETYPE,DEFAULT=AIR2) QUALIFIER PRINT,DEFAULT QUALIFIER NOTIFY,DEFAULT DEFINE TYPE QUEUETYPE KEYWORD STORM KEYWORD SMOKE KEYWORD AIR2