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

Explain the term Transaction routing?

1 Answers   IBM,


What is the error condition that is set when the file specified in the NAME option is not in the FCT?

1 Answers   UHG,


How do u know if a start command intiated a transaction or a terminal intiated a transaction

2 Answers   ProKarma,


What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

1 Answers  


What is the eib?

0 Answers  






What does the following transactions do?

1 Answers  


What are fset, frset?

0 Answers  


Explain the difference between and exec cics xctl and exec cics start command?

0 Answers  


What is the primary objective of CICS ?

1 Answers   IBM,


how do you intitiate another transaction?

0 Answers   IBM,


Explain the difference between exec cics handle condtion and an exec cics ignore command?

0 Answers  


What is the function of the CICS translator?

1 Answers  


Categories