In My job I have 15 procs.and in each proc i have 3 steps.
i want to execute 3 step in proc 10.is it possible?
if possible how?
Answer Posted / madhavi chava
yes u can run the 3rd step of 10th proc by coding
exec=procstepname.stepname
procstepname is the step name where the 10th proc is used
and stepname is 3.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
What is job control language?
Explain how can an in-stream dataset be terminated?
What are some jcl statements that are not allowed in procedures?
What is the maximum length of a single line of jcl?
How does jcl specify the job to the operating system?
what are the types of abends that occur on job failure? And explain the possible causes of these
Is their any limit for data sets?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
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 send output of job to my remote device careerride123?
how you can access an uncataloged dataset in a JCL?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Suppose I have five jobs to do. But I want to hold one?
Explain the function of the dd dcb keyword?