Explain the difference among the EXEC LINK, EXEC XCTL and
Cobol II static call statements in CICS.
Answer Posted / shivanadri
In the COBOL it is control management.means the Operating
System pass the control from calling program to called
program in the same in two cases(LINK and XCTL)but the
difference is the control can come back when we use in the
case of LINK from called program to calling program when
completion of execution of called program. coming to the
XCTL the control never come back to the calling program from
called program
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how do you access the records randomly in tsq?
Explain how do you handle errors in cics programs?
Highlight the points of differences between XCTL and START?
Name the command which is used to release a record on which exclusive control is gained?
Can QSAM files be accessed from CICS?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
Explain how would you resolve an asra abend?
Can you define transid?
Define exec cics retrieve?
Can you define ppt and what are its uses?
Define an aey9 abend?
What is the meaning of the eibaid field?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
What is the procedure to solve an ASRA ABEND?
Explain difference between call and link?