what is the difference between perform varying and perform
What is the use of symbol // in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
what is “Cond= even” and “Cond=only”?
Explain how can the attributes of one sms dataset be copied to another dataset?
wht is step lib n job lib ? where can we code joblib n steplib ?
How can we see data in TEMPARARY DATA SET in JCL ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
there are 10 steps in jcl how to execute the steps from step2 to step8 only
Is automatic restart possible in jcl?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?