Explain the exact situation, when to use CALL, XCTL and LINK?
Answer Posted / qasim
1- We do XCTL to another program and we do not want to
return.
2- We do LINK to another program and we do want to return.
3- We do CALL to another program and we do want to return,
and we use it if we need to pass and return more
information than what COMMAREA is holding by the "USING"
option in the CALL.
this is the exact use of above 3 keywords.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Define the term function request shipping?
Explain the different ways of initiating transaction in cics?
Name the cics command that gives the length of twa area?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Explain how do you handle errors in cics programs?
Name the 3 common ways to create maps?
cics command level is?
Explain how do you set the mdt option to on status, even if data is not entered?
Kindly specify the pic clause for the any bll cell type of data fields?
What is the use of the eibaid field?
What is the pic clause for the data type of length option field type of data fields?
what is effect on receive map when
what are the commands used to gain exclusive control over a resource?
Can you explain primary aspect of cics?