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
Where & How Do You Code Identifier In Jcl?
what is the compile process of cobol program expalin with code
how you will the direct the data to spool using sysout option?
how you can access an uncataloged dataset in a JCL?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
how do you access an uncataloged dataset in a jcl?
What is the significance of addrspc parameter in exec statement?
Is their any limit for data sets?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What are the jcl procedures?
How to do automated restart when a job abend?
What is the function of //jcllib statement?
what is DSN in JCL and what are the parameters to declare the DSN?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
When output dataset space is required, what quantity categories are used?