Explain the difference between an internal and an external
sort, the pros and cons, internal sort syntax etc.
Answer Posted / mailid
Sort fields syntax is
//SYSIN DD*
SORT FIELDS=(START POSITION,LENGTH,A/D,DATATYPE)
/*
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between goback, stop run and exit program in cobol?
What is report-item in COBOL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the difference between next sentence and continue in cobol programing language?
Give some examples of command terminators?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Which Search verb is equivalent to PERFORM…VARYING?
What kind of error is trapped by on size error option?
how can i see junk values in dclgen or in hostvariable of comp ?
When is inspect verb is used in cobol?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between PIC 9.99 and 9v99 in COBOL?
HOw can I get the negative sign while deduct high value from low value
What are the pertinent COBOL commands?
What is the problem of ordered sequential files access?