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
Can you define attribute byte?
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.
define the field with ic in the bms map.
Explain how do you intitiate another transaction?
Explain cemt transaction commands?
Explain the function of the load command?
Define communication area?
What is the pic clause for the hhmmss type of data fields?
Explain the difference between start and xctl?
What is the cics command level?
Is length = 0 sufficient to ascertain that the field has been modified?
In a CICS program, how will you read a VSAM file?
Define cics interface block?
Define an aica abend?
what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?