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

name the command that is used to dump the main storage areas related to a task?

0 Answers  


What is the cics command level?

0 Answers  


Name some common CICS service programs and explain their usage?

1 Answers   IBM,


what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?

1 Answers   IBM,


What is the syncpoint command?

0 Answers  






What is the use of tdq and tsq?

0 Answers  


how can you prevent more than one user from accessing the same transient data queue?

0 Answers   IBM,


What is commarea (communications area)?

0 Answers  


NMDS is both device dependent and format dependent (True or False)

1 Answers  


Explain difference between call and link?

0 Answers  


What is the common systems area (CSA)?

0 Answers   IBM,


What do you mean by the term fct?

0 Answers  


Categories