The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / rajeev
7
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How you can characterize tables in cobol?
How do you get the data to code the BMS macro?
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 Oriented COBOL programming?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you reference the printer file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Name the sections present in data division.
How you can read the file from bottom?
Difference between cobol and cobol-ii?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
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 type of SDLC u followed? Why?
What are different data types in cobol?