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 |
Sync points cannot be requested by the application programs (True or False).
how do you fire a batch job from a cics txn ?
Mention the option used in a cics command to retrieve the response code after execution of the command?
Explain the primary function of the processing program table (ppt)?
Can you explain common systems area?
What is the difference between link xctl?
What is data only and map only in cics
Name some important fields in the EIB block ?
What is the command used to send a map to a terminal?
How to execute a cics program from a paticular date and time .or specified date and time.
How is Telon(CA-Telon) used to build map?
How to dsect parameter is used in bms?