Explain the purpose of the dd keylen parameter?
No Answer is Posted For this Question
Be the First to Post Answer
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
what is a null indicator in db2?
Explain how can a stopped job be started again?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
Explain dfsort utility?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
How can unused space allocation be returned to the system when a dataset is closed?
Explain about LMPUT-
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
I have three files for one step i need to override the third file how to do that in jcl?
What is the purpose of dd?
How to skip first step of a job? Can we use COND on the first step?