Answer Posted / hariharan mahadeek
Evaluate Statement used for case structure - When working
multiple options this statement will be handy. Instead of
using multiple IF statement.
Hariharan Mahadeek -
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are declaratives and what are their uses 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 is the difference between comp and comp-3 usage?
What is the local-storage section?
how do you reference the ksds vsam file formats from cobol programs
How arrays can be defined 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?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
In which area will you utilize 88 level items in cobol?
What are the different rules to perform a Search?
what is the use of outrecord?
What is the problem of ordered sequential files access?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?