What are the CICS commands associated with temporary
storage queue processing?
Answers were Sorted based on User's Feedback
Answer / pavan
cics commands in tsq operations:
exec cics exec cics exec cics
writeq ts readq ts deleteq ts
queue(queue id) queue(queue id) queue(queue id)
from(ws-rec) into(ws-rec) end-exec.
item(itemno) item(itemno)
end-exec. end exec.
for rewrite same like write but we are giving the item no
manually.
item no its a working-storage section vriable.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / naren
EXEC CICS
ENQ RESOURCE('TSQ NAME')
END-EXEC.
EXEC CICS
DNQ RESOURCE('TSQ NAME')
END-EXEC
THE ENQ COMMAND IS USED TO HOLD THE QUEUE, SO THAT IT CAN
BE USED BY ONLY ONE TASK....NO SHARING WILL BE ALLOWED TO
OTHER TASKS...
THE DNQ COMMAND RELEASES THE HOLD...
| Is This Answer Correct ? | 5 Yes | 4 No |
List out all the tables that are a part of cics ?
Explain the different ways of initiating transaction in cics?
What are extra partition & intra partition TDQs?
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
What are the ways fot initiating a transaction?
How will you place cursor on a field called ?EMPNO?.
where we can declare the files in fct and pct and ppt and rct pls give clear structure
What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
what is the option to be coded on return to associate a transaction identifier with next terminal.
Explain the difference between a symbolic map and physical map?
The first step in the development of an application system is the Requirement Analysis(True or False).
What is the use of mdt (modified data tag)?