Cisco Cisco Tidal Enterprise Scheduler 6.2 Guida Utente

Pagina di 72
60
Cisco Tidal Enterprise Scheduler z/OS Agent and Gateway Adapter Guide
6.2.1 SP3
Chapter 8      Gateway Commands to Control the Started Tasks 
SET Commands for Defining Parameters
  •
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.
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 Scheduler 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 Scheduler 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 Scheduler 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 Scheduler listener address space accepts connections.