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

how to get 'time stamp' in cics prgms ,what is the syntax.

1 Answers  


How to dsect parameter is used in bms?

0 Answers  


explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?

0 Answers   IBM,


What is the use of the program list table?

0 Answers  


Can you explain enq and deq used in cics?

0 Answers  






what are the reserved words for cics?

0 Answers  


What is the procedure to solve an ASRA ABEND?

0 Answers  


What are the 3 common ways to create maps?

1 Answers   IBM,


What is the meaning of the eibaid field?

0 Answers  


How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key  is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?

1 Answers   HeadStrong, Polaris,


How do you establish a starting position in a browse operation?

2 Answers   IBM,


Sync points cannot be requested by the application programs? State true or false

0 Answers  


Categories