Cisco Cisco Workload Automation 6.3 ユーザーガイド

ページ / 68
58
Gateway Commands to Control the Started Tasks
SET Commands for Defining Parameters
AUTOCOMMAND(‘command operands’)
Where
 ‘
command operands’
 
is a 
TSIRECRD command of any length with optional operands enclosed in quotes. This 
command will be automatically issued by the primary system everyday at the time specified in the 
AUTOTIME parameter 
defined below. The alias 
AUTOCMD can also be used in place of AUTOCOMMAND. There is no default for this parameter. An 
example of using this parameter would be to issue a 
STACK command. See the STACK command in the Commands for 
TSIRECRD, TSISPACE and TSESCHED section later in this chapter.
AUTOTIME(hhmm)
Where 
hhmm is the local time, in hours and minutes between 0000 and 2400, at which the command specified in the 
AUTOCOMMAND parameter is to be issued on a daily basis. The default is 0000. If the user is using this parameter to initiate 
purge activity, it should not be set during the Daily Space Management window or other periods of heavy HSM activity.
BLOCKS(nnnnnn)
Where 
nnnnnn is the decimal number ranging from one to six digits representing the initial size in 4K blocks of the 
dataspace obtained and initialized by the Started Task 
TSISPACE. The default is 400 blocks. This parameter is only used 
by 
TSISPACE and not TSIRECRD. Although this parameter can be changed later, it is only effective at TSISPACE 
initialization time. The maximum usable value is 524288 which gives two gigabytes of dataspace. 
Note: 
Do not set this parameter larger than 524288 since the parameter is not currently checked for validity and 
unpredictable results will occur.
CBNAME(cbname)
Where 
cbname is the one to eight character name of a 256-byte control block built in common storage by TSISPACE
The default name is 
TSISMFVT. This name is stored as an eye-catcher at the beginning of the control block. Also, this 
name is used as the minor name of an exclusive enqueue to prevent multiple 
TSISPACE address spaces from being 
started using the same control block structure. This parameter must be the same for both 
TSISPACE and TSIRECRD to 
function properly. This parameter is provided for future use when it may be necessary to start multiple 
TSISPACE and 
TSIRECRD started tasks to support multiple products. Do not change this parameter unless directed by Support.
CTLLIB(dsname)
Where 
dsname is the one to forty-four character data set name of the partitioned data set that contains the CNTL 
members used as input to 
TSISPACE and TSIRECRD functions. The alias CNTLLIB or PARMLIB can also be used in place 
of 
CTLLIB. The default data set name is the name of the data set allocated to DDNAME SYSTSIN if the DDNAME is specified 
in the started task 
JCL. If DDNAME SYSTSIN is not specified and DDNAME TSICNTL is, then the default data set name is 
the data set allocated to 
DDNAME TSICNTL. If neither DDNAME is specified and this parameter is not specified in the EXEC 
statement 
PARM field or the START command parameters, then the logical Parmlib is dynamically allocated and used to 
find 
CNTL members.
DEBUG(yes/no) yes
Yes indicates that a message will be issued each time a Type 30 SMF record is processed and each time a dynamic 
allocation occurs, depending on the 
MSGLEVEL parameter.
The default is 
NO indicating no such messages will occur.