what are the steps to sort in a cobol program?
Answer Posted / vaneesh
SORT WORK-FILE ON
ASCENDING KEY AS WS-KEY1
DESCENDING KEY WS-KEY2
USING INPUT-FILE GIVING OUTPUT-FILE.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Name the sections present in data division.
how do you reference the variable block file formats from cobol programs
What are the different open modes available in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the different rules to perform a Search?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Write down the divisions of cobol program?
HOw can I get the negative sign while deduct high value from low value
What is an in line perform? When would you use it? Anything else you wish to say about it.
IF I mention stop run in CICS what happens?
What is the utilization of copybook in cobol?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Write the code to count the sum of n natural numbers.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?