Explain the difference among the EXEC LINK, EXEC XCTL and
Cobol II static call statements in CICS.

Answers were Sorted based on User's Feedback



Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS...

Answer / guest

use a COBOL II CALL statement to invoke a subprogram. This
method is transparent to CICS, which sees only the one load
module. 2). an EXEC LINK is similar to a call; it invokes
a separate CICS program and ends with a RETURN to the
invoking program. or 3). an EXEC XCTL which transfers
control to another CICS program and does not get control
back.
COBOL II allows for static calls which are more efficient
than the LINK instruction which establishes a new run-unit.

Is This Answer Correct ?    3 Yes 0 No

Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS...

Answer / 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

More CICS Interview Questions

Explain processing program table(ppt)?

0 Answers  


What other file control processing commands are used for file updating?

1 Answers  


Define task work area?

0 Answers  


Native Mode Data Stream (NMDS) is a mixture of Buffer Control Characters(BCC) and text data (True or False)

2 Answers  


What is the difference between START and XCTL ?

3 Answers   IBM,






What is CEBR?

3 Answers   IBM,


What is the attribute byte?

2 Answers   IBM,


In case you modify the attribute field of map do you need to recompile the map?

5 Answers   RBS,


What Are Send Map Maponly & Send Map Dataonly ?

0 Answers   IBM,


What are the types of processes to create a map in cics?

0 Answers  


What will be the length of the eibcalen ,if the transaction is used to cics first time?

3 Answers   IBM,


explain abt types of maps? and explain

1 Answers  


Categories