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
which utility is used to run a cobol-db2 program?
what is JCL?
How does jcl act on code(if you take a cobol 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.
What is NOTCAT ?
How to alter the parameters for the existing gdg?
how you can access an uncataloged dataset in a JCL?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Is their any limit for data sets?
what are the various stages of job processing?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what is SOC4 error?
Why include statement is used 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?