× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Yes, that should work unless the override at the previous call level was done 
with SECURE(*YES).

The other option is to use OVERSCOPE(*JOB).  Which would allow you to delete 
the override from a lower level.  BUT, it also means overrides done at a lower 
level don't disappear when you come back from the call.  For example:

/* Pgm 1 */
OVRPRTF <...> DEV(PRT01) OPNSCOPE(*JOB)
CALL PGM2
/* At this point DEV on the printer file is PRT02!!! */



/* Pgm 2 */
OVRPRTF <...> DEV(PRT02) OPNSCOPE(*JOB)



HTH,

Charles Wilt
iSeries Systems Administrator / Developer
Mitsubishi Electric Automotive America
ph: 513-573-4343
fax: 513-398-1121
 

> -----Original Message-----
> From: midrange-l-bounces@xxxxxxxxxxxx
> [mailto:midrange-l-bounces@xxxxxxxxxxxx]On Behalf Of Dwayne Allison
> Sent: Wednesday, February 09, 2005 8:27 AM
> To: Midrange Systems Technical Discussion
> Subject: RE: Delete Over ride print file & Over Ride print file
> 
> 
> Ok,
> 
> We are using OPM CL, all we need to do is the over ride?
> 


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.