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

ページ / 68
59
Gateway Commands to Control the Started Tasks
SET Commands for Defining Parameters
ENTRYNAME(epname)
Where 
epname is the one to eight character alias name of an entry point in the load module referenced in the 
MODULENAME parameter that is loaded in common storage the first time TSISPACE is initialized or is initialized with the 
REINITIALIZE(YES) parameter in effect. The default name is TSISMFVA. This entry point references an area in the load 
module that will contain the address of the 256-byte control block referenced in the 
CBNAME parameter after TSISPACE 
initializes and loads the load module into common storage.
This parameter is provided for future use when it may be necessary to run multiple exits. Do not change this parameter 
unless directed to do so by Support.
GROUPNAME(grpname)
Where 
grpname is the one to eight character SYSPLEX group name to be used for SYSPLEX definition purposes. There 
is no default for this parameter. If this parameter is not specified during 
TSIRECRD initialization, SYSPLEX mode will not 
be established and each system running 
TSIRECRD must use its own VSAM database. Also, this name is used as the 
minor name of an exclusive enqueue to serialize updates to the 
SYSPLEX group member status. If SYSPLEX mode is to 
be used, all participating systems must use the same 
SYSPLEX group name. Also, all participating systems should specify 
the same database name with the 
DSNAME parameter and the database should not be included in the TSIRECRD started 
task JCL.
INITIALCOMMAND(‘command operands’)
Where 
‘command operands’ is a TSISPACE command of any length with optional operands enclosed in quotes. This 
command is automatically issued after 
TSISPACE initializes. The alias INITCMD can also be used in place of 
INITIALCOMMAND. There is no default for this parameter. The task, TSISPACE, may have to be authorized in certain 
environments, to issue an MVS command.
The default is 
INITIALCOMMAND(‘MVS START TSERECRD’) so the TSIRECRD is automatically started after TSISPACE 
initialization.
JOBACTIVITY(yes/no)
The default parameter for 
JOBACTIVITY is yes. If this parameter is not specified, then job activity is collected. The 
following parameters are set unless overridden elsewhere:
SMFTYPE(30)
SUBROUTINE(TSIJOBPR)
JOBDDNAME(JOBDATA)
JOBDSNAME(TSI.JOBDATA)
The job activity database named in the 
JOBDDNAME and/or JOBDSNAME parameters is opened for processing. No other 
parameter is normally necessary to process job activity. 
JOBACTIVITY(YES) is the default when TSIRECRD is initialized 
if the 
TSESCHED feature is authorized in the TSIKEY00 member of the Parmlib file or system Parmlib file; otherwise, the 
default is
 JOBACTIVITY(NO).
JOBDDNAME(ddname)
Where 
ddname is ddname referencing the job activity database. 
The default is 
JOBDATA. The alias JOBFILE can also be used in place of JOBDDNAME.