Given a input file with duplicates how to remove the
duplicate records from the file using JCL?
Answer Posted / sudee
//STEP10 EXEC PGM=SORT,REGION=1024K
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=...,DISP=SHR
//SORTOUT DD DSN=...
//SYSIN DD *
SORT FIELDS=copy
SUM FIELDS=NONE
/*
//
| Is This Answer Correct ? | 25 Yes | 12 No |
Post New Answer View All Answers
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What are the 4 fields in dd statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain the job statement in jcl?
what are the statements that are not valid to be included in an include statement?
What is Cataloged Procedures?
How do you overcome this limitation ?
How does jcl specify the job to the operating system?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What are steplib and joblib?
Explain how can the attributes of one sms dataset be copied to another dataset?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Explain the function of job statement in jcl?
Explain how can values be passed from the job stream to an executable program?