how we separate the cobol cics statements from cobol&cics
programming?
Answer Posted / vinay sonar
CICS statements starts with
EXEC CICS
and end with
END-EXEC.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is link edit in cobol?
What is the problem of ordered sequential files access?
What is the difference between external and global variables in COBOL?
What is the difference between Call and a Link?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
For rewrite, why is it mandatory that file needs to be opened?
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 inspect in cobol ?
how do you reference the esds vsam file formats from cobol programs
How many bytes S(8) comp field occupy and its maximum value?
i need a small 3d program using inline and outline.
Write some characteristics of cobol as means of business language.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the default value(s) for an initialize and what keyword allows for an override of the default?