Can there be 2 job statements in a JCL?
If yes what is the purpose of doing tha?
Answer Posted / mr.perfect
we can use two job statement in single JCL, i think it is
not necessary to use two job statements in single JCL,
because a single job can execute compile and RUN jcl with
single JOB statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Why include statement is used in a jcl?
in ways data can be passed to a COBOL program from JCL?
What is the significance of addrspc parameter in the exec statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what JCL Procedures?
Why block size is multiple of lrecl in jcl?
how to run batch program without jcl?
what is the purpose of coding class parameter in job statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What are the 2 types of parameters in dd statement?
Explain the purpose of dd * statement in jcl?
Explain dd statement in jcl?
Is there any command to check wether the ps file is in sorted order?
What do you understand by the term notcat 2 – gs?