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
Can you explain cics translator?
Explain the difference between a package and a plan.
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is the use of the eibaid field?
Define cics interface block?
Can QSAM files be accessed from CICS?
What are the recoverable cics resources?
Explain cebr transaction commands?
Can you explain dfheiblk?
Explain how do you dynamically set the cursor position to a specific field?
list the sequence of steps used to achieve modiication in skip sequential mode?
What is the term conversational programs means?
name the command that is used to dump the main storage areas related to a task?
what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?
Explain how do you establish a starting position in a browse operation?