How to use the same cobol program in Batch and CICS
onlines ? Please expalin with an example. Thanks in advance.
Answer / guest1
1) Compile your cobol program and keep in the LOAD LIB.
2) Your CICS program's PROCEDURE DIVISION should be coded as
PROCEDURE DIVISION USING DFHEIBLK, DFHCOMMAREA, <your
variable>
3) Define your variable in Linkage section
4) Call the sub program in your CICS coce.
5) Compile the COBOL + CICS coding(Ensure that the cobol
LIB is added).
6) Give CEMT Command in CICS Region and type your
transaction it.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is EIBCALEN? Why it is used?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How many divisions we have in Cobol ?
What is R-mode and A-mode?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between copy and include in cobol?
is it possible to declare index in cobol program? if it is not why its tell me pls
In COBOL programming, what is PERFORM? What is VARYING?
What type of SDLC u followed? Why?
What are the different types of condition in cobol and write their forms.
What is sqlca and why is it needed in any cobol-db2 program?