I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / anurag
It will show the JCL error , as there should be only one
job card for each job,
multiple jobs can not be kept in a single member with
multiple Job cards,
Each jobs should be placed in a different member with only
one job card,
For each Job Job card will be only one and multiple steps
could be there up to the no of 255.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
what is use of dcb parameter in dd statement?
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.
Explain how can a stopped job be started again?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is the syntax of JCL statement?
what is use of dsn parameter in dd statement?
List in order the hierarchical levels of jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what operation is performed by job statement?
How can a fb file convert to vb file using sort program?
Brief description of inline procedure of jcl.
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What are the rules employed while naming the steps in a job?
Explain the function of //jcllib statement?