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 the kcp in the cics?
What are the types of the dfhmdf present in the cics?
Can you explain exec cics handle condition command?
Explain how do you dynamically set the cursor position to a specific field?
Explain the primary function of the processing program table (ppt)?
Explain the difference between and exec cics xctl and exec cics start command?
Receive consists of buffer option in it. What is the significance of this option?
What are the cics commands associated with task control?
Specify cics transaction initiation process?
With the use of an alternate index, how is a VSAM file accessed?
Explain processing program table(ppt)?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
What is meant by a ‘Transid’ ?
What are the terms cics generally means?
What are the uses of ppt in cics?