Is it possible to left uncode disp?
No Answer is Posted For this Question
Be the First to Post Answer
How do you submit JCL via a Cobol program?
what sort card you will use to copy the data from one dataset to another dataset?
Define concatenating?
Explain about LMPUT-
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?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
How to fetch even records from one file to another file by using ICETOOL in JCL?
How can you execute a COBOL program via SYSIN in JCL?
Explain how can an in-stream dataset be terminated?
What is the DD statement for a output file?
What is GDG and what is the maximum limit of versions that can be created?
What is the format of comment statement?