How can u pass the control from one prog to another in CICS?
Answer Posted / g.kalyani
using XCTL() and LINK()
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What does the 'cemt:cics' transactions do?
Explain how do you access storage outside your cics program?
Explain the difference between pseudo-conversational and conversational?
Explain the difference between a physical bms mapset and a logical bms mapset?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Explain how do you dynamically set the cursor position to a specific field?
What is the tcp in the cisc?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
What is meant by a ‘Transid’ ?
Differentiate between PCT and FCT.
What is a transid?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
How errors are handled in CICS programs?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
How do we pass parameters into a CICS –DB2 program