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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you define cemt?

657


Explain the uses that are associated to tsq and tdq ?

653


Explain how do you access the records randomly in tsq?

602


which cics command must be issued by the application program in order to gain access to the common work area (cwa)?

671


What are the common tables in cics and their usage?

526






What is the comaera?

766


What is frset?

574


What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

721


Define an asra?

563


What is the comaera (communication area)?

640


How do you use altindxs in batch, cics programs?

582


What is the common work area?

552


What is fset?

578


which transient data queue support ati?

697


Is length = 0 sufficient to ascertain that the field has been modified?

574