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 the difference between a package and a plan.
Name the cics command used to access current date and time?
Can you define bms?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
How ENQ and DEQ used in CICS?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
What are the types of important programs that are used in the cics?
How to dsect parameter is used in bms?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
What is non-conventional programs?
Can you define mapset?
Explain how many conditions can you include in a single handle condition command?
What is the meaning of the enq command?
Explain how do you set the mdt option to on status, even if data is not entered?
What is frset?