How do you read from a TSQ?



How do you read from a TSQ?..

Answer / anna

READQ TS

exec cics
READQ TS QUEUE(name)
INTO(data-area)/or
SET(ptr-ref)
LENGTH(data-area)
NUMITEMS(data-area)/or
NEXT/or
ITEM(data-value)
SYSID(systemname)

end-exec.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More CICS Interview Questions

Explain how do you terminate an already issued delay command?

0 Answers  


Explain the use of DCT ?

0 Answers  


Can a tsq of one particular transaction be accessed from an alternate transaction?

1 Answers  


How would you resolve an ASRA abend?

2 Answers   IBM,


How will you place cursor on a field called ?EMPNO?.

2 Answers  






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

1 Answers  


What is the meaning of the enq command?

0 Answers  


Name some commands used for CICS file browsing.

2 Answers  


What is the command which will delete a program LOADed into the main storage using LOAD command?

2 Answers  


In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?

2 Answers   IBM,


What is the general Command format of CICS ?

1 Answers   Amdocs,


What is the type of ppt in the cics?

0 Answers  


Categories