The maximum number of dimensions that an array can have in
COBOL-85 is ?
Answer Posted / kumar
cobol85 will support up to 7 min.
cobol74 will support only 3 dim.
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the problem of ordered sequential files access?
What is redefines clause in COBOL?
What is the difference between next sentence and continue in cobol programing language?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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 link edit in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Can we change the password using ALTER? anyone tried and changed?
When is inspect verb is used in cobol?
How do you get the data to code the BMS macro?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Difference between array and sub-script ?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Name some of the examples of COBOl 11?