two types of read performed in dataqueue?????

Answers were Sorted based on User's Feedback



two types of read performed in dataqueue?????..

Answer / sachin k gupta

Destructive Read - Data is removed from the Data Queue
after a read operation.
and Non Destrutive Read - Data is retained after a read
operation on the DataQueue.

-Sachin Kr. Gupta

Is This Answer Correct ?    10 Yes 0 No

two types of read performed in dataqueue?????..

Answer / kumar

Can anyone explain how data can retain in data queue after it is read....

Is This Answer Correct ?    0 Yes 0 No

two types of read performed in dataqueue?????..

Answer / sreedhar

Retrieve Data Queue Message (QMHRDQM) retrieves an entry from a data queue without removing the entry.
Required Parameter Group:

1 Receiver variable Output Char(*)
2 Length of receiver variable Input Binary(4)
3 Format name Input Char(8)
4 Qualified data queue name Input Char(20)
5 Message selection information Input Char(*)
6 Length of message selection information Input Binary(4)
7 Message selection information format name Input Char(8)
8 Error code I/O Char(*)

Is This Answer Correct ?    0 Yes 0 No

two types of read performed in dataqueue?????..

Answer / kar

Any one, explain the implementation with an example if possible?

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More RPG400 Interview Questions

How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.

2 Answers  


Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?

3 Answers   IBM,


suppose if we want to update the data in cl what we will do?

9 Answers  


How can i check the object existance in RPG program without using QCMDEXC command.

7 Answers   IBM, JDA,


How can you delete records form a file in rpg without using "Delete" OPCODE?

7 Answers  


How to change the name of physical members Dynamically?

1 Answers  


How to search particular records from the database file in rpg?

2 Answers  


i want to retrieve record b/w 2 dates in as400

2 Answers   L&T,


Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?

2 Answers   TCS,


Hi, I am getting the error in RPG (All Record Formats for externally-described file ABCD ignored or dropped due to error; file ignored.) Please suggest any

2 Answers   Satyam,


How to declare the pull button in AS/400..

0 Answers  


In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?

1 Answers  


Categories