Write the syntax of a two dimensional array?
Answer Posted / praveen
WORKING-STORAGE SECTION.
01 MATA.
05 ROWA OCCURS 2 TIMES.
10 COLA OCCURS 2 TIMES PIC 9.
| Is This Answer Correct ? | 44 Yes | 11 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
how do you reference the variable block file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between binary search and sequential search?
What is rmode(24)
What is Pic 9v99 Indicates in COBOL?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Define static linking and dynamic linking.
What is the use of intialize verb?
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?
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.
What guidelines should be followed to write a structured cobol prgm?
What is amode(24)?
How do you define a variable of comp-1 and comp-2?