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
List in order the hierarchical levels of jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain about ISPF/TSO Commands
How to submit jcl through a cobol program?
What are the 2 types of parameters in dd statement?
What is Cataloged Procedures?
Name what parameter directs the output of the job log dataset?
What are the utility programs in jcl?
List the various advantages of using jcl language?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
In sms datasets, what is the function of the dd avgrec keyword?
Where can program checkpoints be stored for use in a restart?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Is it possible to left uncode disp?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?