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
name the command that is used to dump the main storage areas related to a task?
What are the classifications of the cics program?
Explain cemt transaction commands?
What is mainframe cics?
Give the definition of COMMAREA ?
What is the cics command level?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Define temporary storage?
what are the thress bms options?
What is the kcp in the cics?
Can you use occurs in bms map?
Can you define cemt?
how do you fire a batch job from a cics txn ?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Explain the usage of language in the ppt entry?