Answer Posted / 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 |
Post New Answer View All Answers
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) ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain about LMQUERY�give a dialog information about a data set
What is the function of dd disp parameter?
Is automatic restart possible in jcl?
Where & How Do You Code Identifier In Jcl?
Explain the job statement in jcl?
What are the jcl procedures?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What is job control language?
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) ?
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
what is SOC4 error?
how can the same proc be re-used and called by many jobs?
What is the function of dd name parameter with a 2 part structure; audit.report?