How do you invoke other programs? What are the pros and
cons of each method?
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 |
What are different system tables used in CICS?
What is the command that is used to delay the processing of a task for a specified time interval
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
Name the three ways available for a program to position the cursor on the screen?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
Specify cics transaction initiation process?
What does the 'ceci:cics' transactions do?
How is the stopper byte different from an auto skip byte ?
WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
Translation Time is not reduced if the Pre-compilation is done first(True or False).
What are the ways fot initiating a transaction?
How and where is the TWA size set? .