What is the difference between LINK and XCTL ?
Answer / pop
LINK Command passes control to an application program at
the next logical level and expect to come back..
XCTL Command transfers control to an application program at
the same logical level and do not expect to come back....
| Is This Answer Correct ? | 6 Yes | 1 No |
Define temporary storage?
Define task work area?
What is the purpose of the Program List Table?
i would like to practise some programs in code some cics programs plz send the programs
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
What is data only and map only in cics
How to import the cics code for updations? what are steps do we need follow for execution again after modification? plz any body help me to know
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.
which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
How to dsect parameter is used in bms?
What are all things you can do with CEDA?
Explain the difference between exec cics handle condtion and an exec cics ignore command?