How to find the number of duplicates in a file using Sort?
Answer Posted / divya reddy
we can sort it simply by using a command called" DF-sort"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
//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 /*
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
how you will the direct the data to spool using sysout option?
Explain in DD statement what is the use of DCB parameter?
what is the resolution for sb37 error
Explain how can an in-stream dataset be terminated?
what is the purpose of coding class parameter in job statement?
What is NOTCAT ?
What are the difference between jcl and jes?
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
Is it possible to left uncode disp?
What is job control language?
which parameter is used to check the syntax of a jcl without executing it?
Can we use DISP=SHR in output file in JCL