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
What are the classifications of the cics program?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What are the main uses of the transaction in the cics?
What is bms map?
Explain the significance of rdo?
Name the command used for terminating a browse operation?
how do you intitiate another transaction?
Explain how and where is the twa size set?
Define the term function request shipping?
Kindly specify the pic clause for the hhmmss type of data fields?
What are fset, frset?
In a CICS program, how will you read a VSAM file?
Can you explain multitasking and multithreading?
what are the reserved words for cics?
List out all the tables that are a part of cics ?