HP3000-L Archives

March 2003, Week 1

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:
Gavin Scott <[log in to unmask]>
Reply To:
Gavin Scott <[log in to unmask]>
Date:
Thu, 6 Mar 2003 14:54:38 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
Ram writes:
> I worked with Quest and they came up with the solution of using
> ALTER command like ALTER 1234;FORMS=

Are you sure it isn't "DUP" rather than "ALTER"?

> (no 'NOFORMS') But in this case it creates another spool file id
> and removes the forms message. Now I have the challenge of
> getting new spoolid within NBSpool.

When NBspool creates a new spoolfile, it sets a pseudo-environment variable
called "NEW" to the new spoolfile number.

So you can do something like:

O> WHILE <somespoolfiles>
W> DUP !CURRENT;FORMS=
W> PURGE !CURRENT
W> COPY !NEW to <somewhere> (or ALTER !NEW;DEV=<wherever>;PRII=13, etc.)
W> END

G.

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

ATOM RSS1 RSS2