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



You could try doing something like this in a CL:

(note: untested)
Set the initial page to an inordinately high page number - 99999

Chgsplfa save(*yes)

:nextpage
chgvar initpage = initpage-1

if initpage = 0 goto end

Chgsplfa strtpage= initpage endpage = initpage
*/*File &1 number &2 attributes not changed. */*
Monmsg CPF3341 goto nextpage

Rlssplf
*/* release and wait for it to print */*
Dlyjob(30)
Goto nextpage    

:end

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Dave Odom
Sent: Friday, January 13, 2006 4:04 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Reversing the order of a spoolfile so it prints "backwards"

Gang,

I have an application that creates spoolfiles that contains logical
pages of our bills.   I'm looking for a utility or slick way of
"reversing" the logical bill pages so they print out in reverse order.  
Anyone got any ideas?

Thanks in advance,

Dave Odom   

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.