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
Which statement is used to identify the private libraries in job?
Explain the purpose of dd dummy statement?
what is DD statement is used in JCL?
Is condition checking possible in jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the significance of addrspc parameter in exec statement?
Explain dd statement in jcl?
Explain in DD statement what is the use of DCB parameter?
what happens in conversion stage in job processing?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is the purpose of disp parameter?
Explain how can a jobs execution priority be modified?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?