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
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the variable unblock file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How you can characterize tables in cobol?
What is Pic 9v99 Indicates in COBOL?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What do you understand by psb and acb?
How arrays can be defined in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is amode(31)
What are the different open modes available in cobol?
how do you reference the variable block file formats from cobol programs
What is perform what is varying?
What is comp-1 and comp-2?