The operate of TIVOLI :
In many time you do not know the frame operate ,so in this case you can operate it in background processing.
For example:
You can write the source in the UNIX or LINUX environment :
1)composer
2)cr job.txt from job=@#jobname
3)add job.txt
You will see the create job in the front frame.If you want to add the schedule to jobstream.you can write a shed.txt to the jobstream.for example:
1)composer
2)cr sched.txt from s=@#jobstreamname
3)add sched.txt
please take a look at the job and jobsteam:
1)job:
WEN#TIME001
SCRIPTNAME"/var/opt/transfer/cache/TEST.sh"
STREAMLOGON ops001
DISCRIPTION"this is a test job for the scheduel test"
TASKTYPE UNIX
RECOVERY STOP
2)jobstream:
====================== < START > =======================
SCHEDULE WEN#TIME
DESCRIPTION “this jobstream is for file check and file transfer”
ON RUNCYCLE RM_STD_DATE DESCRIPTION “this is a rule for job schedule”
"FREQ=WEEKLY; INTERVAL=1; BYDAY= MO,TU,WE,TH,FR " FDIGNORE
AT 2000 DEADLINE 2300
CARRY FORWARD
MATCHING PREVIOUS
:
WEN#TIME001
EVERY 0015
END
======================= < END > ========================