Cisco Cisco Workload Automation 6.3 User Guide

Page of 68
64
Gateway Commands to Control the Started Tasks
Commands for TSIRECRD and TSISPACE
DSNAME(dsname)– Can be specified as DATASET(dsname), where dsname is the one to forty-four character name 
of an existing dataset, a relative generation of a generation dataset group may be specified by adding the relative 
generation number preceded by a plus (+) or minus (-) sign in parentheses following the dsname. The dsname may 
also have symbols used in it (i.e. &SYSNAME, &SYSPLEX etc.)
OLD/MOD/SHR)– Indicates the requested allocation status.
CATALOG/UNCATLOG/DELETE/KEEP) – Indicates the requested normal disposition.
DISPLAY command
The 
DISPLAY command is used to display certain configuration information and the current value of parameters in 
TSISPACE and TSIRECRD, by issuing: 
F TSISPACE,DISPLAY
, or 
F TSIRECRD,DISPLAY
 console commands. The 
configuration information and current values of parameters are displayed.
DUMP command
The 
DUMP command is used to cause an SVC dump of the TSISPACE or TSIRECRD and TSISPACE address spaces. If a 
F TSISPACE,DUMP console command is issued, an SVC dump of TSISPACE address space and the data space owned 
by 
TSISPACE is taken. If a F TSIRECRD,DUMP console command is issued, an SVC dump of the TSIRECRD address space 
is taken.
END command
The 
END command is used to separate the SET commands from action commands in the initial TSIRECRD input in the 
SYSTSIN file. This is primarily used in the TSIPARMS member of the “PARMLIB” file.
EXTEND command
The 
EXTEND command is used to extend the data space owned by TSISPACE and used as a buffer for information coming 
into 
TSIRECRD. The only parameter available for this command is: BLOCKS(n), where n is the number of 4096 blocks to 
extend the data space by. The maximum size of the data space is two gigabytes, or the installation defined maximum. 
Example: 
F TSISPACE,EXTEND,BLOCKS(n)
FREE command
The 
FREE command is used to unallocate datasets allocated through the ALLOCATE command. Example: 
F TSIRECRD,FREE, DSNAME(your.dataset) 
The parameters available for this command are:
DDNAME(ddname) ) parameter, which can also be specified as FILE(ddname), where ddname is the one to eight 
character ddname.
DSNAME(dsname) parameter, which can be specified as DATASET(dsname), where dsname is the one to forty-four 
character name of an existing dataset, a relative generation of a generation dataset group may be specified by 
adding the relative generation number preceded by a plus (+) or minus (-) sign in parentheses following the dsname.
IDCAMS command
The 
IDCAMS command performs predefined IDCAMS functions. The IDCAMS command causes the VSAM database to be 
dynamically unallocated before 
IDCAMS is called to process the IDCAMS input statements from the dataset referenced in 
the command parameters. After 
IDCAMS completes, the VSAM database is dynamically unallocated again to insure any 
exclusive enqueue is released prior to dynamically allocating the VSAM database with a disposition of SHR.