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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rahul
iT may depend on situation......on loop.....do while...or
not...thats all
| Is This Answer Correct ? | 0 Yes | 5 No |
How to add 2 new fields in a file? How many ways are there in as400?
How to print output from openquery in as400 ?
1.Coding in cl to send an message? 2..What is turnover and use? What are the different levels?
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
steps for debugging two rpg programs????
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
what was the robotech rpg?
Delete FileName at first statement in RPG.