HP3000-L Archives

June 2001, 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:
"Jonathan M. Backus" <[log in to unmask]>
Reply To:
Date:
Fri, 15 Jun 2001 07:56:29 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (120 lines)
Tony,

        With TurboStore you can do the same thing with a "back reference file".
The syntax would be "^BRBACK1.group.acct1".  You can also do a SETVAR, as in
"SETVAR flist "@[log in to unmask],@[log in to unmask]", and then reference then new variable in
the backup (i.e., "STORE !flist;...").  I do this second option with a
standard little misc backup job I have.  That way all I have to do is adjust
the SETVAR line and stream it.  I also use the "flist" variable in a TELL
command so I get notified at my terminal when it's done, and what it was
doing.

Thanx,
        Jon

-----Original Message-----
From: HP-3000 Systems Discussion [mailto:[log in to unmask]]On
Behalf Of Tony Summers
Sent: Friday, June 15, 2001 7:51 AM
To: [log in to unmask]
Subject: Re: Long lines in jobs


One other way is to reference the store file list as follows, which
eliminates the need for very long lines.

However,  note we're not using MPE's store - so I'm not sure if it applies
to you.

!...
!RUN BACKUPPL.PUB.ORBIT;PRI=CS
STORE !BRBACK1.group.acct1;*D;SHOW;PROGRESS=2;COMPRESS=2;OPTIMIZE=1
EXIT
!IFERROR
!....  etc

Contents of BRBACK1

@.DATABASE
[log in to unmask]
@.JOB
@.LOG
@.PUB
-DFDB99H.DATABASE
-DFDB98H.DATABASE
-DFAR##.DATABASE
etc

>>> "Jonathan M. Backus" <[log in to unmask]> 15/06/01 11:48:50 >>>
Andres,

        It is option two.  You include the ! on the continued line.

Thanx,
  Jonathan (Jon) M. Backus, MPE-CSM ~ President
  Tech Group ~ 15 Catawba Place ~ Hagerstown, MD ~ 21742-6515
  Email: [log in to unmask] ~ AIM: JMBackus
  Vmail: 301.988.0614 ~ Fmail: 301.714.1854
  Web: www.TechGroupMD.com


-----Original Message-----
From: HP-3000 Systems Discussion [mailto:[log in to unmask]]On
Behalf Of Andres j. Ogayar
Sent: Friday, June 15, 2001 3:37 AM
To: [log in to unmask]
Subject: Long lines in jobs


Hi!
   A question comes tom mind.

   I am making an script for a job to backup parts of the system. Of course
the command line for store is quite long (more than 80 chars):


!Job COPY,MANAGER/xxxxx.SYS
!CONTINUE
!RENAME COPYLST.JOBS.SYS,YESTCP.JOBS.LST
!STORE / - /HPSPOOL/ - /EDUC110/ - /MANMAN/SQL/ - /BIND/ ;
*TAPE1;SHOW;DIRECTORY; >> COPYLST.JOBS.SYS
!SAVE COPYLST.JOBS.SYS
!EOJ


   (Job is longer, but these are the important lines).

   I want to break the line, and here is the doubt. Should I write:


!STORE / - /HPSPOOL/ - /EDUC110/ - /MANMAN/SQL/ - /BIND/ ; &
      *TAPE1;SHOW;DIRECTORY; >> COPYLST.JOBS.SYS

   OR:

!STORE / - /HPSPOOL/ - /EDUC110/ - /MANMAN/SQL/ - /BIND/ ; &
!     *TAPE1;SHOW;DIRECTORY; >> COPYLST.JOBS.SYS



   Thanks in advance,


    -- Andres j. Ogayar
    -- I.T. Department
    -- Raytheon Microelectronics Espaņa (Malaga, Spain)
    -- +34.95.224.92.27


* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2