HP3000-L Archives

January 1999, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Fontaine, Charles" <[log in to unmask]>
Reply To:
Fontaine, Charles
Date:
Wed, 20 Jan 1999 12:16:47 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (40 lines)
You can probably (sorry, I didn't actually test this, just glommed it from
an existing job that presumably works!) add some code like this right before
the !EOJ in a job:

!IF BOUND(HPSPOOLID) = TRUE THEN
!  FILE UNIQUE,OLDTEMP;ACC=APPEND
!  PRINT !HPSPOOLID.OUT.HPSPOOL;OUT=*UNIQUE
!  SAVE UNIQUE
!ENDIF

Of course the file name UNIQUE could be a variable that you set beforehand.

Note that the HP variable HPSPOOLID doesn't exist on all versions of MPE/iX.

Charlie Fontaine
NYLCare Health Plans

> ----------
> From:         Simonsen, Larry[SMTP:[log in to unmask]]
> Sent:         Wednesday, January 20, 1999 11:46AM
> To:   [log in to unmask]
> Subject:      listing of backup streams
>
> I'm looking for some ideas on keeping the backup stdlist files on disc
> rather than printing them every day/week.  They do seem to take about a
> ream of paper and are used only a few times.  This is especially true
> for remote sites like Bangalore India where I am now.
> I was thinking of having a group just for the listings and saving each
> stdlist as a file.  I think I have the way of having unique name figured
> out but was wondering if anyone had a method of having the entire
> stdlist saved to a permanent file just before it logged off.  Does
> anyone have the few lines of code to copy the $stdlist to a file?
> ------------------------------------------------------------------------
> Larry Simonsen          Phone: 801-489-2450
> Flowserve Corporation   Fax: 801-491-1750
> PO Box 2200             http://www.flowserve.com
> Springville, UT 84663   e-mail: [log in to unmask]
> ------------------------------------------------------------------------
>

ATOM RSS1 RSS2