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 can i keyed a flat file in RPGLE
Can an indexed file be accessed in arrival sequence in RPG?
1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
what is *place and *auto keyword in prtf ?plz explain
wat is curser?? and its types???
How many program bind in one module....
In how many ways a session/device error occurs,,, and what is the remedy for it?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How to index LF by relative record no (RRN)
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening