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 are the types of abends that occur on job failure? And explain the possible causes of these
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What is the use of disp parameter?
Explain how can values be passed from the job stream to an executable program?
Explain the jcl exec statement?
Name a few IBM utility programs, and explain its function.
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is NOTCAT ?
How jcl work to handle various input output file operations?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What is the function of a dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Can we call instream to catalog and catalog to instream?