Can you give the sort card to arrange the specific column
in the version of GDG.
Answer Posted / 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 |
Post New Answer View All Answers
Explain the function of the steplib dd statement?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the syntax of JCL statement?
Explain how can return codes be tested before execution of a job step?
Is their any limit for data sets?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Where can program checkpoints be stored for use in a restart?
What is the function of the dd avgrec keyword in sms datasets?
how do you code a null statement?
Explain the job statement in jcl?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain the hierarchy levels in jcl?
what is a jcl?
what happens in conversion stage in job processing?