If we want to see the eliminated duplicate record thru
SORT, how its output file will be managed
Answer Posted / devendra acharya
it can be happen by using
SORT FIELDS=COPY
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Why block size is multiple of lrecl in jcl?
Explain the purpose of the dd keylen parameter?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Mention the types of job control statements?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain the function of the dd dcb keyword?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How jcl work to handle various input output file operations?
What is Cataloged Procedures?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What do you understand by the term job time – out and how can you overcome that?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the purpose of dd?