Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
No Answer is Posted For this Question
Be the First to Post Answer
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
Can 88 level variable be declared in FD section..?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
how you will define variables length in cobol.
can we write paragraph in area B .....
how would you resolve sb37 and SE37?
s9(18) comp-3:: What is the size of memory it takes internally?
What is the difference between SEARCH and SEARCH ALL?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
What is the difference between static call & Dynamic call?
what is internal sort and external sort ? which is preferable ?