if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
wht happens if blksize = 0 and lrec = 0 ?
what operation is performed by job statement?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
How to compare 2 files using File-Aid?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
What is the difference between run mode and addressing mode?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
Must tape dataset definitions include vol=ser specifications?
I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?
what is “Cond= even” and “Cond=only”?