hw to create 3 dimensional array & hw to access it?
Answer Posted / suneel
creating 3d array is same as creating 2d array....and
fetching is also same.
for example ......
in a country 5 states, in each state 5 politicians,each
politician has 4 accounts.........for that accessing as
follows...
declare i,j,k variables and
perform varying i from 1 by 1 until i>5
" " j " " j>5
" " K " " k>4
display accinfo(i,j,k)
end-perform
end-perform
end-perform.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Have you used comp and comp-3 in your project? And how?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Can a Search can be done on a table with or without Index?
What is the problem of ordered sequential files access?
What is a SSRANGE and NOSSRANGE?
Why occurs cannot be used in 01 level in COBOL?
i need a small 3d program using inline and outline.
In which area will you utilize 88 level items in cobol?
) How do u handle errors in BMS macro
how to convert the recors form vsam file to db2 table tru file aid
Define static linking and dynamic linking.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is inspect in cobol ?
What is the difference between Global and External Variables?
What is the use of intialize verb?