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
Can you define attribute byte?
How to get the cursor position when we receive a map?
Explain cemt transaction commands?
If we wish to create bms executable, what are the basic steps that the user has to go through?
How errors are handled in CICS programs?
For protecting a transaction using the transaction security function, the two things that must be done are?
what are the differences between and exec cics xctl and exec cics start command?
Explain the mdt in cics?
What is the main function of the sign-on table?
What is meant by PPT and what are its uses?
What does a cics translator do?
Can you explain communication area?
which transient data queue support ati?
Explain the logical message in cics?
What is non-conventional programs?