Cisco Cisco Workload Automation 6.3 User Guide

Page of 68
60
Gateway Commands to Control the Started Tasks
SET Commands for Defining Parameters
JOBDSNAME(dsname)
Where 
dsname is the dataset name of the job activity database. 
The default is 
TSI.JOBDATA. The alias JOBDATASET or JOBDATABASE can also be used in place of JOBDSNAME.
JOBNAMETABLE(member)
Where 
member is the name of a member in the CNTL library that contains the table of job names that are pre-registered 
as being monitored by specific CWA masters. 
The default is 
TSIJOB00. The information in this member is only used to initialize the job activity database when the 
database is opened prior to any CWA masters registering jobs to be monitored.
JSDEBUGLEVEL(n)
Where 
n is a number between zero and four inclusive that indicates the maximum level of messages to be issued by the 
CWA interface. The message levels are:
0–Error messages
1–Audit messages
2–Log messages
3–Information messages
4–Debug messages
The default is one indicating error and audit level messages will be issued. Specifying 
JSDEBUGLEVEL(4) produces 
Error
Audit
Log
Information
 and 
Debug
 messages.
JSLISTENADDRESS(nnn,nnn,nnn,nnn)
Where 
nnn is a number between 0-255 and the four digits represent the IP address of the network interface where the 
CWA listener address space accepts connections.
J
SLISTENADDRESS(0,0,0,0) is the default, indicating that it accepts a connection from any interface.
JSLISTENJOBNAME(jobname)
Where 
jobname is the jobname of the CWA listener address space. This address space is a started task automatically 
started at initialization. 
The default jobname is 
TSESCHED. The alias JSJOB or JSSTC can also be used in place of JSLISTENJOBNAME.
JSLISTENPORT(nnnnn)
Where 
nnnnn is an IP port number that the CWA listener address space uses to listen for connections. This value must 
match the port configured on the CWA master. 
The default is 5700.
JSLISTENPROCNAME(procname)
Where 
procname is the started task procedure name to be used to start the CWA listener address space. 
The default is 
IEESYSAS and does not need to be added to the installation procedure library as it is provided by IBM and 
is also used by other system tasks. The alias 
JSPROC can also be used in place of JSLISTENPROCNAME.