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
How to call one program from another program in RPG? please help me with the code
how do I declare a minor?
What are the types of identifiers?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what do you mean by an input subfile, what are the keywords required?
What is a record lock error?
How to write record if no field or the field are different in physical file in rpgle ?
how can you display specific subfile page on the screen in unequal subfile?
How would display prime numbers using CL program?
what is kids-rpg?
what are the key words you must use when using a subfile?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
How to handle duplicate error handling in RPG?
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.
can I touch the array during treatments?