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
How do we pass parameters into a CICS –DB2 program
Differentiate between PCT and FCT.
What are some of the cics commands associated with interval control?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Explain how do you delete item 3 in a five-item tsq?
Can ESDS files be accessed from CICS?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Highlight the difference between a symbolic map and physical map?
What are the some important fields in the eib block?
What is the pic clause for the any bll cell type of data fields?
What is the term bms in cics?
Add a field to screen when what's the flow of impact?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?