In job processing, what happens in execution stage?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

a dd statement has 2 types of parameters. Name them?

0 Answers  


Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?

2 Answers  


What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?

2 Answers   IBM,


can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch

1 Answers   IBM,


there are 10 steps in jcl how to execute the steps from step2 to step8 only

6 Answers   EDS,






I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

0 Answers  


What is the difference between Sysin,Sysout,Sysdbout and Sysudump?

3 Answers  


How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


how can the same proc be re-used and called by many jobs?

0 Answers   IBM,


List the different jcl statements that are not permitted in the procedures?

0 Answers  


How much space OS allocates when you create a PS or PDS?

4 Answers  


How to compare 2 files using File-Aid?

1 Answers   IBM,


Categories