What is the difference between link xctl?
Answer Posted / jkb
The LINK command calls the sub rogram at the next lowest
logical level. The main program remains in memory. The
XCTL command transfers control to the sub program at the
same logical level. The main program is released from
memory.
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
What is the meaning of the deq command?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What is journal recovery?
What is the common systems area?
What does the 'cebr:cics' transactions do?
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.
Explain the difference between a physical bms mapset and a logical bms mapset?
what are the thress bms options?
what are the reserved words for cics?
Explain the difference between the into and the set option in the exec cics receive map command?
Define the term transaction routing?
Explain how DSECT parameter is used in BMS ?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Explain the purpose of the program list table?
How do we pass parameters into a CICS –DB2 program