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
How to submit jcl through a cobol program?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
which parameter is used to check the syntax of a jcl without executing it?
What are hierarchy levels in jcl?
How jcl work to handle various input output file operations?
Explain the jcl exec statement?
Explain how can a jobs execution priority be modified?
Explain dfsort utility?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
How jcl is used for testing batch programs?
what is use of disp parameter in dd statement?
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?
What is one line to pass PARM from JCL to COBOL?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
i want to store 20 digits . how will u do it in cobol ?