How do you invoke other programs? What are the pros and
cons of each method?
Answer Posted / 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 View All Answers
What is the pic clause for the data type of length option field type of data fields?
What is journal recovery?
What are the cics transactions?
Define the term function request shipping?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
Define transient data?
Define the term transaction routing?
What are the types of processes to create a map in cics?
Can you define temporary storage?
what are the differences between and exec cics xctl and exec cics start command?
how do you intitiate another transaction?
Can you define mapset?
What is meant by a ‘Transid’ ?
Explain how many exceptional condition can be given in a handle condition?
Name a few CICS programs which are generally used ?