What are the CICS commands associated with temporary
storage queue processing?

Answers were Sorted based on User's Feedback



What are the CICS commands associated with temporary storage queue processing?..

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

What are the CICS commands associated with temporary storage queue processing?..

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

Post New Answer

More CICS Interview Questions

How can we code a program such that we will never get a MAPFAIL error?

1 Answers   Accenture,


What is the kcp in the cics?

0 Answers  


What is the meaning of BMS length of field = 0?

1 Answers   IBM,


how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .

5 Answers   Attra Infotech,


Which is the CICS control program which governs the flow of control among the CICS application

2 Answers  


Use of DFHCOMMAREA in cics

2 Answers   Virtusa,


What is the CICS command that gives the length of TWA area?

3 Answers   IBM, TCS,


What is the eib?

0 Answers  


Define an aey9 abend?

0 Answers  


Explain the difference between the into and the set option in the exec cics receive map command?

0 Answers  


Give certain situations where NEWCOPY is obligatory?

0 Answers  


Define an asra?

0 Answers  


Categories