Re: Trouble managing OVRDBF inside a program

David Gibbs via RPG400-L <[email protected]>
Newsgroups gmane.comp.lang.as400.rpg
Message-ID <CAEStNXnzJe0AuiY2zjgRY_8N6TUmdy8p3nVsuzTkATPUWvmOzg@mail.gmail.com>
On Mon, Feb 2, 2026 at 7:46 AM Luca Giammattei <[email protected]>
wrote:

> doU MyDS(x).companyLib = *blanks;
>   If %trim(MyDS(x).companyLib) <> defaultCompany;
>     rc=DoCmd('OVRDBF FILE(MyFILE00F) TOFILE(' +
> %trim(MyDS(x).companyLib) + '/MyFILE00F)');
>
>
Are you closing the file before the OVRDBF and reopening it after?

The way I've always done that is...

1. Code the file as usropn.
2. Close the file if it's open (use %open bif)
3. Run the OVRDBF
4. Reopen the file
5. Close the file when done

david
-- 
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: [email protected]
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: [email protected]
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.

Please contact [email protected] for any subscription related questions.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.