What is SORT ? How do we eliminate duplicate records ? How
do I select some records using SORT ?

Answer Posted / dhan

DFSORT is one of the IBM product. It is a program you use to sort,
merge, and copy the data from one file to another file.

https://youtu.be/IPDyz2xl7Tk
https://youtu.be/9311_rE9LE8
https://youtu.be/HFT9wXtoo74

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

971


What parameter directs the output of the job log dataset?

865


What is one line to pass PARM from JCL to COBOL?

4563


What is the function of a dd statement?

807


which parameter is used to check the syntax of a jcl without executing it?

908






Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2334


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.

821


What are the rules employed while naming the steps in a job?

781


Where can program checkpoints be stored for use in a restart?

985


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1892


what happens in conversion stage in job processing?

826


In sms datasets, what is the function of the dd avgrec keyword?

726


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

770


what is “Cond= even” and “Cond=only”?

856


how can the same proc be re-used and called by many jobs?

1034