What is the maximum length of a field you can define using
COMP-3?
Answer Posted / vivek ar
The first answr is correct .It is indeeed 10
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Write a program that uses move corresponding.
Difference between cobol and cobol-ii?
How are the next sentence and continue different from each other?
how to convert the recors form vsam file to db2 table tru file aid
In which area will you utilize 88 level items in cobol?
What is the compute verb? How is it used?
What is the difference between next sentence and continue in cobol programing language?
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?
Write the code implementing the perform … varying.
What are all the divisions of a COBOL program?
What are different data types in cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between Global and External Variables?
How you can read the file from bottom?
how do you define single dimensional array and multidimensional array in your cobol?