I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / suresh babu
see there should be only one job card in one jcl but there
can be 255 steps
for example in C land there should be only one main right
can N E body tell me more plz
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
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?
Name a few IBM utility programs, and explain its function.
when does a dataset go uncataloged?
What is one line to pass PARM from JCL to COBOL?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Explain the function of //jcllib statement?
What do you understand by jcl?
Explain how can return codes be tested before execution of a job step?
Explain the function of dd disp parameter?
What is the format of comment statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Suppose I have five jobs to do. But I want to hold one?
Can an individual step be restricted from using all the jobs allowed cpu time?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Name the statement which can be used to send data to another mvs jes3 node?