two types of read performed in dataqueue?????
Answer Posted / 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 |
Post New Answer View All Answers
what are the key words you must use when using a subfile?
what is program status data structure?
What is the difference between copybooks and subprocedures in as400?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
what is the difference between do while and do until?
are there any useful c runtime apis that I can call from rpg iv?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
how do I declare a table or array in rpg iv?
What is difference between bind by copy and bind by reference?
can I touch the array during treatments?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
is this a rpg channel?
How to declare the pull button in AS/400..
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?