Can you give the sort card to arrange the specific column
in the version of GDG.
Answer / mdv
If you are only arranging fields in the record, your sort
product will treat PS , PSD member or GDG file in the same
way. By the way , what you are saying here is a GDG
generation.
Remember, the terms generation and version have special and
specific meaning in the context of GDGs.
HTH
Thanks,
Vasanth
| Is This Answer Correct ? | 0 Yes | 0 No |
what is DD statement is used in JCL?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
Is it possible to left uncode disp? If yes, how?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
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 ??
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the DD statement for a output file?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
I need exexution process for JCL programs
How do you submit JCL via a Cobol program?