Given a input file with duplicates how to remove the
duplicate records from the file using JCL?
Answer Posted / subbu
in sort field we can give SUM Fields=None
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
what is the resolution for sb37 error
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 ?
//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 /*
Explain the function of the dd dcb keyword?
What dd statement is used to supply the name of a dataset?
Explain how can the submitting users racf authority be overridden in a job stream?
what is DD statement is used in JCL?
Differentiate between addressing mode and run mode.
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain in DD statement what is the use of DCB parameter?
what is JCL?
How would you understand error(execution phase)?
How to submit jcl through a cobol program?
what are JCLLIB and STEPLIB in JCL?
List the different components of jcl statement?