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
what are the statements that are not valid to be included in an include statement?
which utility is used a dummy utility?
Explain how can return codes be tested before execution of a job step?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Name a few IBM utility programs, and explain its function.
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is DSN in JCL and what are the parameters to declare the DSN?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
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
what is the use of IEBGENER utility?
I need exexution process for JCL programs
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How to run cobol program using jcl?
how to run batch program without jcl?