whar is the difference bwn LINK() and XCTL()?
Answer Posted / lu
Link is passing control to another program and it get back
after.
Ex:
program-A : a)Perform Link-program-B
b) move xx to yy.
After executing perform , it returns to b...
XCTL is passing control to another program, and it NEVER
get back.
program-A : a) Perform XCTL-program-B...
This is a basic rule when you write CICS pseudo-
conversational....
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is meant by an AICA ABEND?
How to define a vsam file in cics getting into cics to define a vsam file.
what is effect on receive map when
Can you define cemt?
cics command level is?
How can you access qsam (seq) files from cics?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
What is the difference between pct and fct?
Name the two types of transient data queues?
Define exec cics retrieve?
What is fset?
Add a field to screen when what's the flow of impact?
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
Kindly specify the pic clause for the data type of length option field type of data fields?
What is the use of the program list table?