What are the differences between an EXEC CICS XCTL and an
EXEC CICS LINK command.
Answer Posted / mahesh
Its all about the program logical level.
PLL will be incremented in LINK (Control will come back)
PLL will be the same in XCTL.(Control wont come back)
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
what are the thress bms options?
Explain the difference between link xctl?
Can you define attribute byte?
If we say that bms length of field = 0, then what does that mean?
How do we pass parameters into a CICS –DB2 program
What is meant by a ‘Transid’ ?
Explain the different system tables used in cics?
Name a few CICS programs which are generally used ?
Can you explain cics translator?
which is the cics control program that provides communication services between user written application programs and terminals?
What are the types of important programs that are used in the cics?
Name the two types of transient data queues?
What is CICS ?
Explain the function of the terminal control table?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??