what is sort? whis is internal & external sort ?when do u go
for inter sort & external sort? tell about some sort utilites?
Answer Posted / 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 |
Post New Answer View All Answers
Name the divisions, which are available in a cobol program?
Are you comfortable in cobol or jcl?
Define static linking and dynamic linking.
What are the cobol coding sheets?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is report-item in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
Whats the difference between search & search ALL?
Can you please let me know the centre name of INS certification in Kolkata.
Mention the guidelines to write a structured cobol program?
what is search and searchall?what is the diffrence between them?give an best example?
How do we get current date from system with century in COBOL?
Can we change the password using ALTER? anyone tried and changed?
What are the different types of condition in cobol and write their forms.
What is comp-1 and comp-2?