If the last record of a file has been read, and the next
operation on that file is a READ operation, what will be
the values of the input fields for that file?
A. They will be blank and/or zero.
B. They will be null.
C. They will equal the values of the first record in the
file.
D. They will equal the values of the last record read.
Answer Posted / rahul
iT may depend on situation......on loop.....do while...or
not...thats all
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How to handle duplicate error handling in RPG?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
what is the necessary keyword needed to scroll subfile records?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
How can we override a file during runtime in rpg?
how do I play {insert rpg system here}?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
how do you use commitment control in rpg?
How to declare the pull button in AS/400..
how do I preserve and clean the array?
how does the rpg element work?
What is file identifier where we can use?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
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?
What are the types of identifiers?