Explain the exact situation, when to use CALL, XCTL and LINK?
Answer Posted / mehdee
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.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
which transient data queue support ati?
Explain the use of DCT ?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Explain how do you terminate an already issued delay command?
Explain the difference between the into and the set option in the exec cics receive map command?
What do you mean by CEMT?
Can you define attribute byte?
how do you fire a batch job from a cics txn ?
Name the command which is used to release a record on which exclusive control is gained?
Define TCT.
Explain how do you establish a starting position in a browse operation?
Define temporary storage?
Explain the function of the terminal control table?
Explain how do you handle errors in cics programs?
Explain the primary significance of intra-partition and extra-partition tdqs ?