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

Highlight the points of differences between XCTL and START?

0 Answers  


In which CICS table would you specify the length of the TASK WORK AREA (TWA)?

3 Answers   IBM, TCS,


Specify the requirements for automatic task initiation?

0 Answers  


After execute the map, What will happen ? Give breif Description

4 Answers   HCL, IBM,


how can you prevent more than one user from accessing the same transient data queue?

0 Answers   IBM,






if we want to add new column in the db2 table.How can add in the copybook?

2 Answers  


Explain the significance of rdo?

0 Answers  


What is the meaning of the ENQ and DEQ commands?

1 Answers   IBM,


What is the primary function of the Sign-on Table?

1 Answers  


The first step in the development of an application system is the Requirement Analysis(True or False).

1 Answers  


Into which table is the terminal id registered?

2 Answers  


Explain how do you access storage outside your cics program?

0 Answers  


Categories