Answer Posted / surendra y mudliar
PUTOVR keyword is used with OVRDTA and OVRATR keywords to
override the data and attributes respectively on the
display file which is already active.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is a record lock error?
what is the use of sflnxtchg?
How to write record if no field or the field are different in physical file in rpgle ?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
how do I declare a table or array in rpg iv?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
how does the rpg element work?
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 difference between bind by copy and bind by reference?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is file information data structure?
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.