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
What is the compute verb? How is it used?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is static and dynamic call in cobol?
Explain how you can characterize tables in cobol?
How can you get the ksds file records into your cobol program?
How do get the result of your program directly on your pc?
When is inspect verb is used in cobol?
What is comp-1 and comp-2?
What is length is cobol?
What guidelines should be followed to write a structured cobol prgm?
How are the next sentence and continue different from each other?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Can you please let me know the centre name of INS certification in Kolkata.
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 you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?