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 resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How can a fb file convert to vb file using sort program?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the function of dd name parameter with a 2 part structure; audit.report?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What do you understand by the terms: joblib and steplib?
How to submit a jcl from cics?
Explain the job statement in jcl?
what is “Cond= even” and “Cond=only”?
how can the same proc be re-used and called by many jobs?
when does a dataset go uncataloged?
How can the submitting users racf authority be overridden in a job stream?
Suppose I have five jobs to do. But I want to hold one?