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

What is the function of the CICS translator?

1 Answers  


What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?

1 Answers  


How do you execute a background CICS transaction ?

1 Answers  


Explain how do you terminate an already issued delay command?

0 Answers  


What information do you get when an EXEC CICS STARTCODE is issued?

1 Answers   CTS, IBM,






What is temporary storage?

1 Answers   IBM,


What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?

1 Answers  


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

0 Answers   IBM,


Name and explain some common CICS abend codes?

2 Answers   HSBC,


Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.

4 Answers   Cap Gemini,


What is the use of using MDT in CICS? How it works?

3 Answers   Barclays,


How can you access qsam (seq) files from cics?

0 Answers  


Categories