How many JOB statements a JCL can have ? If there are more
than one JOB statements in a JCL, are they submitted in
succession or in parallel ?
Answer Posted / veer
i completely agreed with Prachi we can defined more than one
"job card" in a single JCL.....
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain the function of dd disp parameter?
How to alter the parameters for the existing gdg?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what are JCLLIB and STEPLIB in JCL?
What are the 4 fields in dd statement?
Explain dd statement in jcl?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
a dd statement has 2 types of parameters. Name them?
Is there any command to check wether the ps file is in sorted order?
i want to store 20 digits . how will u do it in cobol ?
what is the difference between JES3 and JES2?
What do you know about jcl?
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