In a particular program one file is used where override
command is applied to a file, now this program calls
another program where we want to use the same file but
without override.How it can be done?
Answer Posted / syam
Sekhar214's answer is correct....Thanks
DLTOVR FILE(Filename) LVL(*JOB)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to declare the pull button in AS/400..
which program rpg or cl is efficent to update a transaction onto a database file and why ?
how do I play {insert rpg system here}?
How Chain operation copies the record's data to the input buffer for the program?
is this a rpg channel?
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...?
can you debug ile rpg program using isdb?
How to select highest score of each subject or how to select highest income of every month?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
What is the purpose of record level identifier?
how can you display specific subfile page on the screen in unequal subfile?
what is *place and *auto keyword in prtf ?plz explain
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?