two types of read performed in dataqueue?????
Answers were Sorted based on User's Feedback
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 |
Answer / kumar
Can anyone explain how data can retain in data queue after it is read....
Is This Answer Correct ? | 0 Yes | 0 No |
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 |
Answer / kar
Any one, explain the implementation with an example if possible?
Is This Answer Correct ? | 0 Yes | 1 No |
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.
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 ?
suppose if we want to update the data in cl what we will do?
How can i check the object existance in RPG program without using QCMDEXC command.
How can you delete records form a file in rpg without using "Delete" OPCODE?
How to change the name of physical members Dynamically?
How to search particular records from the database file in rpg?
i want to retrieve record b/w 2 dates in as400
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?
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
How to declare the pull button in AS/400..
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 ?