Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
Answer Posted / anu
yes. if the program is related to online then we cnt call
it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Define static linking and dynamic linking.
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.
What is the difference between perform … with test after and perform … with test before?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Name the sections present in data division.
how do you reference the printer file formats from cobol programs
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is difference between static and dynamic call in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What rules are to be followed while using the corresponding options?
Discuss about changing dataset name in proc.
Difference between array and sub-script ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how do you reference the fixed unblock file formats from cobol programs