I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / sudha
you can have any number of job cards in a single jcl.only
the job steps is limited to 255 steps
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
what is the purpose of coding class parameter in job statement?
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?
What are the rules employed while naming the steps in a job?
How do you submit a job for execution?
How does the jcl specify the job to os?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the significance of addrspc parameter in exec statement?
What is the function of dd disp parameter?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What do you understand by the term job time – out and how can you overcome that?
is there any way to execute more than one proc in the same exec statement at the same time..?
In sms datasets, what is the function of the dd avgrec keyword?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
In job processing, what happens in conversion stage?
Is it possible to left uncode disp?