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 |
Name the three ways available for a program to position the cursor on the screen?
After execute the map, What will happen ? Give breif Description
Can you use DYNAMIC calls in CICS ?
Can you define transid?
Explain the difference between using the read command with into option and set option?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
Name three ways the Modified Data Tag can be set on?
Explain cedf transaction commands?
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
How can you access esds files from cics?
If we wish to create bms executable, what are the basic steps that the user has to go through?