How do you overcome this limitation ?


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

Post New Answer

More JCL Interview Questions

wht is step lib n job lib ? where can we code joblib n steplib ?

3 Answers   L&T,


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

3 Answers  


after submiting the jcl.how do you know that the job has been completed.

4 Answers   ACS,


What parameter of the job statement is used to limit the cpu time consumed by the job?

0 Answers  


If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,

3 Answers   IBM,






What is STEPLIB, JOBLIB? What is it used for?

2 Answers  


describe the job statement, its meaning,syntax and significant keywords?

1 Answers  


Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?

4 Answers   IBM,


What is the difference between a symbolic and an override in executing a PROC?

2 Answers  


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

0 Answers   IBM,


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 statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

0 Answers  


Categories