Write the syntax of a two dimensional array?
Answer Posted / varun v
Agree with Ans #1 and #2,
Ans #3 -- Occurs class cannot be at 01 level
| Is This Answer Correct ? | 34 Yes | 10 No |
Post New Answer View All Answers
How do you differentiate between cobol and cobol-ii?
What are the different open modes available in cobol?
What is inspect in cobol ?
What do you understand by psb and acb?
what is the use of outrecord?
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 search and searchall?what is the diffrence between them?give an best example?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the difference between structured cobol programming and object alternativelyiented cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the compute verb? How is it used?