HP3000-L Archives

March 1997, Week 2

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:
Dave Vorgang <[log in to unmask]>
Reply To:
Dave Vorgang <[log in to unmask]>
Date:
Fri, 14 Mar 1997 09:09:49 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (32 lines)
Hi all,

I have a backup job stream in which a variable is set to determine the
type of backup to perform.  At the completion of the backup I stream
another job which must also know the type of backup used.  Here is a
snipped of the two jobs:

!JOB FULLBACK,OPERATOR.SYS;HIPRI;OUTCLASS=LJ3
!SETVAR TYPE "T"
!PURGE BUTYPE
!FILE BUTYPE;REC=-1,,F,ASCII;DISC=1;SAVE
!ECHO !TYPE>*BUTYPE
          :
          :
!STREAM BACKUP2.DAVE.SIS
!EOJ

!JOB BACKUP2,OPERATOR.SYS;HIPRI;OUTCLASS=LJ3
!INPUT TYPE < BUTYPE
!ECHO !TYPE
    :
!EOJ

The problem is  BUTYPE is blanked out by the time it gets to BACKUP2.  I
PRINT BUTYPE after I stream FULLBACK and it contains the letter T, like
it should.  I continue PRINTing BUTYPE continually for about 10 minutes
and it still displays the letter T.  But then, without any explanation,
I'll do another print and it displays a blank.  I check the modify date
and it is the same as the original creation date.

Any ideas on why this would happen?

ATOM RSS1 RSS2