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
Name the sections present in data division.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Discuss about changing dataset name in proc.
how to move the records from file to array table. give with code example
i need a small 3d program using inline and outline.
how to access the file from prodution from changeman tool and to submit a file to production
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Write some characteristics of cobol as means of business language.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are the cobol coding sheets?
what is the difference between COBOL2 AND COBOL390?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the utilization of copybook in cobol?