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 many sections are there in data division in COBOL?
how do you reference the rrds file formats from cobol programs
What kind of error is trapped by on size error option?
What is rmode(any) ?
Write some characteristics of cobol as means of business language.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the variable block file formats from cobol programs
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 usage of comp fields in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is rmode(24)
What is a report item?
What is comp-1 and comp-2?