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:
Mike Hornsby <[log in to unmask]>
Reply To:
Mike Hornsby <[log in to unmask]>
Date:
Wed, 20 Jan 1999 12:31:46 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
The following snipit of jcl will build a unique file for today and redirect
the store listing:

!SETVAR BACKD LFT(HPDATEF,2)
!SETVAR BACKD BACKD+RHT("0!HPMONTH",2)
!SETVAR BACKD BACKD+RHT("0!HPDATE",2)
!SETVAR BACKD BACKD+"!HPYEAR"
!PURGE !BACKD
!FILE SYSLIST=!BACKD,NEW;SAVE;REC=-200,,F,ASCII;DISC=100000;NOCCTL

Mike Hornsby

-----Original Message-----
From: Simonsen, Larry <[log in to unmask]>
To: [log in to unmask] <[log in to unmask]>
Date: Wednesday, January 20, 1999 11:51 AM
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