is there any utility for restarting a particular step in jcl reply soon ?
Answer Posted / naym
Include RESTART = stepname in the jobcard.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How does jcl specify the job to the operating system?
Explain dfsort utility?
What are the difference between jcl and jes?
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
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
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?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
how you can access an uncataloged dataset in a JCL?
Differentiate between addressing mode and run mode.
How can a fb file convert to vb file using sort program?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Can I share my data with other jobs? How?
What are the rules employed while naming the steps in a job?