Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is CICS ?

0 Answers  


Define task work area?

0 Answers  


What is a Logical Unit of Work (LUW)?

1 Answers  


what is the option to be coded on return to associate a transaction identifier with next terminal.

1 Answers   IBM,


what are the thress bms options?

0 Answers   IBM,


How do you delete Item 3 in a five-item TSQ?

3 Answers   IBM,


What is the kcp in the cics?

0 Answers  


How to get the cursor position when we receive a map?

0 Answers  


What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.

1 Answers  


What are the common cics service programs and explain their usage?

0 Answers  


What is the drawback of using HANDLE CONDITION?

1 Answers   IBM,


What is the COMMAREA(communications area)?

1 Answers   IBM,


Categories