|
Sorry Joe,
I guess i typed it wrong.
My from file and to file are the same.
OVRDBF FILE(MPPMP100) TOFILE(DXGO/MPPMP100)
The requirement of my program is that, if file MPPMP100 does not exist in
DXGO, then an error message should be written to the printer file.Anyfile.
suggestions for this??
From: "Joe Pluta" <joepluta@xxxxxxxxxxxxxxxxx>
Reply-To: RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>
To: "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
Subject: RE: Does Qcmdexc return an error ??
Date: Wed, 30 May 2007 07:29:55 -0500
From: derek gonsalvescapture
Hi,
I have a Qcmdexc statement in a program.
OVRDBF FILE(ABC) TOFILE( )
Now for eg.
the TOFILE is DXGO/ABC. If MPPMP100 does not exist in DXGO, can i
this error?(Or is there any other way of doing it)
Derek, the override command (OVRDBF) doesn't actually check for the
fileIt simply tells the operating system that any programs trying to open
AtABC should instead open MPPMP100 in DXGO. (I assume you meant that your
TOFILE is DXGO/MPPMP100.)
An error doesn't actually occur until a program tries to open file ABC.
thethat point, the operating system sees the override and attempts to open
theTOFILE. Typically, this is when your RPG program first loads (or if you
have defined the USROPN keyword for the file, it happens when you issue
couldOPEN opcode to the file).
The easiest way to handle this is probably with a USROPN file. You
listput an error indicator on your OPEN statement, or put a MONITOR block
around
it.
Joe
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
Hotmail.To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
_________________________________________________________________
More photos, more messages, more storage—get 2GB with Windows Live
http://imagine-windowslive.com/hotmail/?locale=en-list
us&ocid=TXT_TAGHM_migration_HM_mini_2G_0507
--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.