Write the syntax of a two dimensional array?
Answer Posted / bhanu
this is actually a question which i got.
How to initialize a two dimensional array with indexes?
can any one kindly show me the syntax..?
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
Write a program to explain size error.
Describe the cobol database components?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
A table has two indexes defined. Which one will be used by the SEARCH?
What is perform what is varying?
How do you get the data to code the BMS macro?
What is the usage of comp fields in cobol?
what is the difference between COBOL2 AND COBOL390?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Which Search verb is equivalent to PERFORM…VARYING?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How many sections are there in data division in COBOL?
What do you understand by psb and acb?
how do you reference the printer file formats from cobol programs