How do you invoke other programs? What are the pros and
cons of each method?



How do you invoke other programs? What are the pros and cons of each method?..

Answer / adwait

In COBOL - CICS, other programs can be invoked in 2 ways.
1. CALL
2. LINK/XCTL

Pros - Call -
1. Progrm definition not required.
2. no limit of data passing

Cons - Call -
1. Static

LINK / XCTL
This is a CICS way of calling program
Dyanamic calling

Cons - Link -
1. Data can be passed up to fullword binary.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More CICS Interview Questions

What are different system tables used in CICS?

1 Answers   IBM,


What is the command that is used to delay the processing of a task for a specified time interval

1 Answers  


CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).

1 Answers  


Name the three ways available for a program to position the cursor on the screen?

0 Answers  


What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?

3 Answers  






Specify cics transaction initiation process?

0 Answers  


What does the 'ceci:cics' transactions do?

0 Answers  


How is the stopper byte different from an auto skip byte ?

1 Answers  


WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)

1 Answers  


Translation Time is not reduced if the Pre-compilation is done first(True or False).

1 Answers   Kanbay,


What are the ways fot initiating a transaction?

0 Answers  


How and where is the TWA size set? .

1 Answers   IBM,


Categories