What is the difference between link xctl?
Answer Posted / santosh khot
Both are Tranfering control from one program to another
program where as link sends the control from one level to
another level and expect the control to be returned back
but XCTL does not expect the control should be returned
back.
| Is This Answer Correct ? | 56 Yes | 5 No |
Post New Answer View All Answers
Explain how do you terminate an already issued delay command?
Name some translator and compile options and explain their meaning?
What does the 'cemt:cics' transactions do?
Can you explain cics transaction gateway?
How can you access qsam (seq) files from cics?
How do we pass parameters into a CICS –DB2 program
Receive consists of buffer option in it. What is the significance of this option?
Explain the difference between the xctl and link commands?
Explain the maps in cics?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
If we wish to create bms executable, what are the basic steps that the user has to go through?
What is a cics task?
what is the differences between getting the system time with eibtime and asktime command?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Mention one alternative aspect of CICS?