How to compare two files in SYNCSORT and on the mismatch
record should be deleted from second file.
No Answer is Posted For this Question
Be the First to Post Answer
what is a MODELDSCB?
How to copy VSAM files without using REPRO
Explain the function of the dd dcb keyword?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
define cond parameter in jcl?
What is a JCL Command statement ?
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
what do you mean by include statement in jcl?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
//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 /*
How to change default PROCLIB?