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 is the MASSINSERT option?
What is quasi rentrancy concept in CICS?
What are the types of important programs that are used in the cics?
Explain how do you establish a starting position in a browse operation?
Kindly specify the pic clause for the hhmmss type of data fields?
Have you entered any program names in PPT or PCT? If so How?
What is trigger level in the context of TDQs?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
How can you accomplish breakpoint in intertest?
What is the CICS command that is used to receive the un- formatted data from the terminal?
plz give the syntax for receive map and receive text cmds in cics
What is the pic clause for the data type of length option field type of data fields?