IN DFSORT sum fields=none is usec to remove duplicates.how
to write the duplicates in another dataset?
Answers were Sorted based on User's Feedback
Answer / madhu s reddy
.
.
//SORTXSUM DD DSN=UID.DUPS,DISP=SHR
//SYSIN DD *
SORT FIELDS = (10,5,CH,A)
SUM FIELDS = NONE,XSUM
/*
.
.
| Is This Answer Correct ? | 11 Yes | 2 No |
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
What is the purpose of the PARM keyword in the EXEC statement?
How to execute a set of JCL statements from a COBOL program ?
If Region=0k means What Happen?
Where can program checkpoints be stored for use in a restart?
describe the exec statement,its meaning ,syntax and keywords?
What is the function of job statement in jcl?
Explain about LMPUT-
What is the function of the dd mgmtclas keyword in sms datasets?
At what stage, operator can change the class and priority of a submitted job?
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
Explain the function of the dd dcb keyword?