Answer Posted / neeharika m
Jobtrrac is tool which is used to run the batch jobs. using
job trac we can find the successor and the predesissor. if
any job fails then we can re run the job.
for this we have two jcls
1. JCL LIB and
2. SCHEDULE LIB
If u want to run job 1st u have to put the jon in JCL LIB
and also u have to put the job in the SCH LIB then only it
will shedules the job.
in db2 one shedule that is MASTER SHEDULE it will take all
the shedules jobs automatically to shedule the jobs.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the function of a dd statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the function of dd disp parameter?
How to submit jcl through a cobol program?
List the various advantages of using jcl language?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the function of job statement in jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to run cobol program using jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the motivation behind coding class parameter in job statement?
What do you understand by the terms: joblib and steplib?
Explain the function of the steplib dd statement?
when can a job time-out occur? How to overcome that?
what are the various stages of job processing?