which parameter is used to check the syntax of a jcl without executing it?
No Answer is Posted For this Question
Be the First to Post Answer
What is DISP= (NEW,PASS,DELETE)?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is DSN in JCL and what are the parameters to declare the DSN?
suppose i have 10 job steps and i want to execute only step 6.How to write?
What is the use of symbol // in jcl?
What is DATACOM db?
what is use of dcb parameter in dd statement?
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?
Which storage devices are grouped under DASD and SYSDA ?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
How can u know the current date using jcl?