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 / manikandan
ans:
d.They will equal the values of the last record read.
let me know other answer thank u
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Interviewer asked me write down DDS for load all subfile .can anybody write dds
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
what is the use of sflnxtchg?
How many program bind in one module....
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
How can we know running job is batch or interactive?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what are the key words you must use when using a subfile?
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.
what is kids-rpg?
what is the difference between do while and do until?
When it is desirable to describe files Internally?
What are the types of identifiers?
how does the rpg element work?
do you use message subfiles? What are the necessary keywords required coding a message subfile?