What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Whtz the specialty of 77 level number ?
What is a subscript ?
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 we move X(7) to S9(7) COMP?
what is a load module ?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
What is 88 level used for ?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
What is the difference between binary search and sequential search?
tell me about examine inspect and evaluate ?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
)what is retrieve?