× 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.



Hi, Michael,
That is very clever.   The main "gotcha" is the requirement for the users to be enrolled in the system directory.   Nowadays, since many shops no longer use SNADS, this could become an issue.
You may also want to try the (newer) SNDTCPSPLF command, vis:
 SNDTCPSPLF RMTSYS(LOCALHOST) PRTQ('yourlib/youroutq') FILE(A) +     DESTTYP(*AS400)  TRANSFORM(*NO) SEPPAGE(*NO)                                              
Note the use of "localhost" to send the spool file to a user on the same system.  There are other optional parameters available.
All the best,
Mark S. Waterbury
On Wednesday, June 19, 2024 at 10:03:15 PM EDT, Michael Quigley <michaelquigley@xxxxxxxxxx> wrote:

I don't know if some else already put this out there, but I think the best bet would be to try using the SNDNETSPLF command once the spoolfile is generated.

Michael Quigley
Computer Services
The Way international
www.TheWay.org

-----Original Message-----

message: 2
date: Tue, 18 Jun 2024 20:34:10 +0000
from: Dan Bale <dan.bale@xxxxxxxxxxxxxxxxxxxxx>
subject: RE: Question about redirecting spooled output

Do you mean something like:
OVRPRTF FILE(QPRINT) OUTQ(QUSRSYS/BALEOUT) where BALEOUT is my
personal outq.

Not sure if it's possible to change the owner of the spool file to you.
OVRPRTF has a SPLFOWN parameter, but you can't assign your own personal
profile to it.  If you are trying to keep the user running the job from viewing
the spool file, you may be able to do that via authorities on the outq you
override to (per above).

Dan Bale

-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf
Of James H. H. Lampert via MIDRANGE-L
Sent: Tuesday, June 18, 2024 3:10 PM
To: Midrange Systems Technical Discussion <midrange-
l@xxxxxxxxxxxxxxxxxx>
Cc: James H. H. Lampert <jamesl@xxxxxxxxxxxxxxxxx>
Subject: Question about redirecting spooled output

EXTERNAL: This email originated from outside of the organization. Do not click
on any links or open any attachments unless you trust the sender and know
the content is safe.

I have an RPG program that generates spooled output. The F-spec looks like

FQPRINT    O    F  132        PRINTER

The job in which this runs is under an entirely different user profile, and the
spool file goes to QUSRSYS/PRT01.

On this particular system, QUSRSYS/PRT01 gets purged on a daily basis.

I'm pretty sure this can be sent to another queue with an OVRPRTF, although
I'm not entirely sure how (or what queue).

But is there also an easy way to have it spooled to me, rather than to the
user profile under which the job runs?


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.