How do you invoke other programs? What are the pros and
cons of each method?
In COBOL - CICS, other programs can be invoked in 2 ways.
1. CALL
2. LINK/XCTL
Pros - Call -
1. Progrm definition not required.
2. no limit of data passing
Cons - Call -
1. Static
LINK / XCTL
This is a CICS way of calling program
Dyanamic calling
Cons - Link -
1. Data can be passed up to fullword binary.
| Is This Answer Correct ? | 1 Yes | 0 No |
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
What is the pic clause for the hhmmss type of data fields?
What is the difference between pct and fct?
Can you use DYNAMIC calls in CICS ?
Name the cics command that gives the length of twa area?
what is the differences between getting the system time with eibtime and asktime command?
what is invreq condition?
explain abt types of maps? and explain
What CICS facilities can you use to save data between the transactions?
Explain the difference between a package and a plan.
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM