Answer Posted / shobha
-to avoid dead lock situation we use this.
-instead of waiting for user responce (locking the
resource) we are releasing the resource and once the user
enters the data then we will call back the program and use
the resource.
-here we are releasing the resource using 'RETURN'statement.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the procedure to read a statement from tsq?
Can you explain common systems area?
what are the thress bms options?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Highlight the points of differences between XCTL and START?
Explain the function of the terminal control table?
Explain cemt transaction commands?
Explain the primary function of the processing program table (ppt)?
How can you access qsam (seq) files from cics?
Name the command which is used to release a record on which exclusive control is gained?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
Define ceci?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
How do we pass parameters into a CICS –DB2 program
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?