HP3000-L Archives

May 2002, 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:
Stan Sieler <[log in to unmask]>
Reply To:
Stan Sieler <[log in to unmask]>
Date:
Tue, 21 May 2002 14:10:04 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
Re:
> I am trying to invoke the following set of commands in a job, however the
> following error occurs:
> !   WHILE ...
> !     RUN SUPRTOOL.PUB.ROBELLE
>           SET VARSUB ON
>           IN UPSTRK6A.PUB

the first time through the loop, your input to SUPRTOOL gets "read",
and then *IT'S GONE*.

That means that the second time through the loop, there's no input "cards"
available to SUPRTOOL, so it's first read gets the "!CONTINUE" after the
"!ENDWHILE", and then gets the "!EOJ".

Solution: put your SUPRTOOL commands in an flat unnumbered ASCII file
and do:

   RUN SUPRTOOL.PUB.ROBELLE < MYSTUFF

Stan Sieler                                           [log in to unmask]
www.allegro.com/sieler/wanted/index.html          www.allegro.com/sieler

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

ATOM RSS1 RSS2