I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / raghavendra
U can have any number of jobs in a memeber. All the jobs
with different JOB cards get submitted as long as u wont
code // at the end of each job
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can an individual step be restricted from using all the jobs allowed cpu time?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to override loadlib?
Why include statement is used in a jcl?
What is use of restart and how to use it?
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
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
Is acct parameter mandatory?
How jcl is used for testing batch programs?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Name the statement which can be used to send data to another mvs jes3 node?
I need exexution process for JCL programs
Explain the function of dd disp parameter?
What do you know about jcl?
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?