AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE
DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I
GET THE PROGRAM FOR THIS
Answer Posted / ksingla.vikas
A Sort program will do that for you. Just write
sumfiled=NONE. This will remove the duplicates for you.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in exec statement?
How does jcl specify the job to the operating system?
how to compare two datasets without using superce because output is limited to 133 bytes
Name a few IBM utility programs, and explain its function.
What is the difference between run mode and addressing mode?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
In sms datasets, what is the function of the dd mgmtclas keyword?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
How can the disposition of sysout datasets be set for an entire jobstream?
Is automatic restart possible in jcl? If yes, how?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
is there any way to execute more than one proc in the same exec statement at the same time..?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you