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
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
What parameter directs the output of the job log dataset?
What is one line to pass PARM from JCL to COBOL?
What is the function of a dd statement?
which parameter is used to check the syntax of a jcl without executing it?
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?
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.
What are the rules employed while naming the steps in a job?
Where can program checkpoints be stored for use in a restart?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what happens in conversion stage in job processing?
In sms datasets, what is the function of the dd avgrec keyword?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what is “Cond= even” and “Cond=only”?
how can the same proc be re-used and called by many jobs?