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


Please Help Members By Posting Answers For Below Questions

What is the difference between copybooks and subprocedures in as400?

814


are there any useful c runtime apis that I can call from rpg iv?

705


How to select highest score of each subject or how to select highest income of every month?

1299


what is file information data structure?

1380


if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.

2204






What is a record lock error?

1272


explain sflclr, sflend, sfldlt, and sflcsrrrn?

891


what is *place and *auto keyword in prtf ?plz explain

2732


can you debug ile rpg program using isdb?

742


Interviewer asked me write down DDS for load all subfile .can anybody write dds

1026


how do I declare a table or array in rpg iv?

741


how do I play {insert rpg system here}?

590


How to handle duplicate error handling in RPG?

1689


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2056


What are the types of identifiers?

574