How can u pass the control from one prog to another in CICS?
Answer Posted / sriharsga s r
To pass control from One program to other program
Use Link, XCTL and CALL
If You are using Link or XCTL in calling program, then use
Return command in the Called program to send control back
to Calling program.
If You are using CALL statement in Calling program,then use
GOBACK in called program to send control back to Calling
program.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain how do you dynamically set the cursor position to a specific field?
Can you define ppt and what are its uses?
Explain the difference between a package and a plan.
Can you define attribute byte?
Name the command used for terminating a browse operation?
What are the uses of ppt in cics?
What Are Send Map Maponly & Send Map Dataonly ?
What is commarea (communications area)?
What is the difference between pct and fct?
Explain the difference between and exec cics xctl and exec cics start command?
list the sequence of steps used to achieve modiication in skip sequential mode?
Add a field to screen when what's the flow of impact?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is the use of mdt (modified data tag)?
Can you use occurs in bms map?