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


Please Help Members By Posting Answers For Below Questions

Differentiate between addressing mode and run mode.

615


Explain how can the submitting users racf authority be overridden in a job stream?

672


State the uses of syspring, sysin, sort fields, sum fields and dummy.

652


What is NOTCAT ?

739


which utility is used a dummy utility?

791






what is DSN in JCL and what are the parameters to declare the DSN?

718


what is DD statement is used in JCL?

681


Is there any command to check wether the ps file is in sorted order?

2430


what is the compile process of cobol program expalin with code

2001


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1039


Explain the purpose of the dd keylen parameter?

675


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1347


Explain how can return codes be tested before execution of a job step?

830


What is the purpose of dd * statement in jcl?

812


Can we use DISP=SHR in output file in JCL

953