What is SORT ? How do we eliminate duplicate records ? How
do I select some records using SORT ?
Answer Posted / prashanth
---sort is a sorting of records either in asc/ des order,
---sort field(6,10,ch,ASC) or sort field(6,10,ch,ASC),equal
sum field none
---sort field(6,10,ch,Asc) 6 is the starting position
10 record length
ch for alpnum (X)
asc order of sorting
| Is This Answer Correct ? | 14 Yes | 6 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?
What is the function of dd disp parameter?
What are the parameter we cannot use in procedure?
What is the significance of addrspc parameter in the exec statement?
What is jcl in mainframe?
What is the function of //cntl statement?
When space is allocated for an output dataset, what units can be used?
what is the resolution for sb37 error
How does jcl act on a cobol code?
What are steplib and joblib? What for they are used?
When output dataset space is required, what quantity categories are used?
Explain the function of //jcllib statement?
what is JCL?
Can we use DISP=SHR in output file in JCL
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed