How do you access the records randomly in TSQ ?

Answers were Sorted based on User's Feedback



How do you access the records randomly in TSQ ?..

Answer / joanna suresh

by giving the item number. below is the syntex of Reading
the record in TSQ

EXEC CICS READQ TS QUEUE (EXPW-TEMP-STORAGE-KEY)
ITEM (1)
LENGTH (EXPW-TEMP-STORAGE-LENGTH)
INTO (PASSWORD-FILE)
END-EXEC

Is This Answer Correct ?    16 Yes 0 No

How do you access the records randomly in TSQ ?..

Answer / ac

Using specific qid
code
Exec cics read
dsn(name)
qid(key)
exit exe.

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More CICS Interview Questions

How many maps can we declare in a mapset.what is the limit.

4 Answers   IBM,


Can you explain enq and deq used in cics?

0 Answers  


The read of a record from an Intrapartition TDQ is not destructive(True or False).

1 Answers  


Can multiple CICS regions exist under one O/S?

2 Answers  


Explain how do you terminate an already issued delay command?

0 Answers  






What are the CICS commands available for program control?

1 Answers   IBM,


How do you access storage outside your CICS program?

2 Answers   IBM,


Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?

0 Answers  


Difference between TSQ & TDQ

3 Answers  


How and where is the TWA size set? .

1 Answers   IBM,


Mention the option used in a cics command to retrieve the response code after execution of the command?

0 Answers  


Explain how many conditions can you include in a single handle condition command?

0 Answers  


Categories