what is sort? whis is internal & external sort ?when do u go
for inter sort & external sort? tell about some sort utilites?
Answers were Sorted based on User's Feedback
Answer / sreedevi
external sort is done by jcl using dfsort,icetool utilities
internal sort is done by cobol sort
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / vikash chawla
Sort is a utility using which we can sort a VSAM/ NON-VSAM
file in a perticuler order i.e Assending or Discendin.
Internal Sort - It is a process to sort the file using JCL
External Sort - It is a process to sort the file using
cobol program .
Sort Utilites
sort INREC " select the fields then sort then"
sort OUTREC " sort the fields then select the records out
of them
Include " include a perticuler record
omit " except the perticuler record"
Sum fields = NONE to elemintae duplicate records
sort fields = (start postion , number of characters , type,
order )
| Is This Answer Correct ? | 6 Yes | 10 No |
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
Can the OCCURS clause be at the 01 level?
What divisions, sections and paragraphs are mandatory for a COBOL program?
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
subscript and index r not coded in u r application program what will happen?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
i WANT ALL ERROR codes IN CICS and DB2
A table has two indexes defined. Which one will be used by the SEARCH?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
what are the diferences b/w sub-script and index?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?