Write the syntax of a two dimensional array?
Answer Posted / siri
TWO DIMENTIONAL ARRAY SYNTAX:-
01 WS-ARRAY
05 A OCCURS 30 TIMES
10 B OCCURS 30 TIMES
15 B1 PIC X(10)
15 B2 PIC X(10).
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How do u write test cases?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Are you comfortable in cobol or jcl?
Write down the divisions of cobol program?
How arrays can be defined in COBOL?
) what is the difference between AID and HANDLE AID?
What are various search techniques in cobol? Explain.
How are the next sentence and continue different from each other?
What is the LINKAGE SECTION used in COBOL?
What is the difference between perform … with test after and perform … with test before?
How do you reference the following file formats from cobol programs?
What is amode(31)
How do you differentiate between cobol and cobol-ii?
What is the difference between PIC 9.99 and PIC9v99?