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


  • Subject: RE: Spooled files from 400 to 400
  • From: "Stone, Brad V (TC)" <bvstone@xxxxxxxxxxxxxx>
  • Date: Fri, 27 Mar 1998 16:16:45 -0600

Copying a Spooled File To A Physical File
CRTPF FILE(library/pfname) RCDLEN(133) SIZE(*NOMAX) TEXT('whatever you
want')

For the Record Length(RCDLEN) you want to specify the width of the page
+ 1.

CPYSPLF FILE(spoolfilename) TOFILE(library/pfname) JOB(number/user/job)
CTLCHAR(*FCFC)

Saving the Physical File To Tape
SAVOBJ OBJ(pfname) SAVLIB(library) DEV(TAP01) OBJTYPE(*FILE)

For the Device(DEV) you might have to specify something else, like TAP02
depending on the device name of your tape drive.

Restoring the Physcial File From Tape
RSTOBJ OBJ(pfname) SAVLIB(library) DEV(TAP01) OBJTYPE(*FILE)

Copying the Physical File Back To  A Spooled File
OVRPRTF FILE(QPRINT) CTLCHAR(*FCFC)
CPYF FROMFILE(library/pfname) TOFILE(QPRINT)

Now the spooled file should be ready to print.  It's name will be
QPRINT.

Just happened to have this in a word document...

Bradley V. Stone        
bvstone@taylorcorp.com
http://prairie.lakes.com/~bvstone/
"Robble Robble" - The Hamburgler

        ----Original Message-----
        From:   Doug Barnes [SMTP:Doug.Barnes@RHTelCo.Com]
        Sent:   Friday, March 27, 1998 3:29 PM
        To:     MIDRANGE-L@midrange.com
        Subject:        Spooled files from 400 to 400

        I need to move a spooled file from one 400 to another. No
physical
        connection between two 400s, no dial up, only tape drives. Can
I? How/why not?




        - Doug Barnes -
        +---
        | This is the Midrange System Mailing List!
        | To submit a new message, send your mail to
MIDRANGE-L@midrange.com.
        | To unsubscribe from this list send email to
MIDRANGE-L-UNSUB@midrange.com.
        | Questions should be directed to the list owner/operator:
david@midrange.com
        +---
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


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.