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 / saisankar

only one job statement has to be there in jcl.


for info:saisankar85@gmail.com

Is This Answer Correct ?    5 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For what purpose steplib and joblib are used ?

688


IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C

1627


whats the diff bw the evaluate also and and?

1857


What is the function of the dd avgrec keyword in sms datasets?

841


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






how do you code a null statement?

780


What is the function of the dd mgmtclas keyword in sms datasets?

740


Explain in DD statement what is the use of DCB parameter?

656


when can a job time-out occur? How to overcome that?

753


What is the purpose of dd?

728


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1752


What dd statement is used to supply the name of a dataset?

779


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

925


Is it possible to left uncode disp? If yes, how?

708


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

672