what is meant by jobtrac?
Answers were Sorted based on User's Feedback
Answer / raju
Jobtrac is a tool wich is used to scheduele the jobs,
monitoring the jobs and to know the predecessor and
successor combination of a job which is running in jobtrac.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / anil kumar
This tool is mainley used for running batchs (like
PRODUCTION,Testing and Development )and also we can run the
jobs manuvally
If any job is fail, we will rerun the job using with this
jobtrac
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / 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 |
Answer / vikash chawla
It is a tool wich is used to know the sucesser n
predesissor job of a perticuler job which is rennunig in
production n about to get edited.
| Is This Answer Correct ? | 4 Yes | 4 No |
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
Explain the hierarchy levels in jcl?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
a dd statement has 2 types of parameters. Name them?
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
What are the parameters that are used in creating a gdg?
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) ?
how you can access an uncataloged dataset in a JCL?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
How to do automated restart when a job abend?