How can we execute only one step in a job
Answers were Sorted based on User's Feedback
Answer / ankur
HI THIS IS ANKUR.
I THINK IF WE SECIFIED
COND=ONLY AT FIRST STEP.
| Is This Answer Correct ? | 0 Yes | 11 No |
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
what is XSUM in some fields= none, xsum ??
i just need the first and last record from a sequencial file?how
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
What are three parameters you can specify on Job statement as well as on exec stmt ?
Can we give two user name in NOTIFY parameter in JOBCARD
How do you create a temporary dataset? Where will you use them?
Explain the function of //cntl statement?
What is a COND parameter in JCL?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?