Answer Posted / syam
Kumar's answer is correct.
OVRDBF FILE(File name) TOFILE(new file name) MBR(*first)
POSITION(*RRN 55)
55 = record number
OR
OVRDBF FILE(File name) TOFILE(new file name) MBR(*first)
POSITION(*KEY 1 RCD1 SYAM)
1 = no of key field
RCD1= Record format name
SYAM = Value
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
what is the procedure and explain about real time scenario.
What is the difference between copybooks and subprocedures in as400?
can I touch the array during treatments?
How can we know running job is batch or interactive?
how do I declare a table or array in rpg iv?
how do I declare a minor?
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 purpose of record level identifier?
can you debug ile rpg program using isdb?
how can you display specific subfile page on the screen in unequal subfile?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
How Chain operation copies the record's data to the input buffer for the program?
When it is desirable to describe files Internally?
Interviewer asked me write down DDS for load all subfile .can anybody write dds