HP3000-L Archives

March 2000, Week 4

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:
Larry Barnes <[log in to unmask]>
Reply To:
Larry Barnes <[log in to unmask]>
Date:
Mon, 27 Mar 2000 08:24:11 -0800
Content-Type:
multipart/mixed
Parts/Attachments:
text/plain (979 bytes) , larryb.vcf (274 bytes)

I'm somewhat puzzled by a stream-x job I've created.
I have a command file that generates vaiables:  db_name, dbset.  I then
try to load these variables into an ADAGER job
stream.
The first var (db_name) loads fine.  The second var (dbset) can have a
number added to the end, becuase there maybe
several data sets that need expanding.
For example the following var's contain data set names.
DB_SET1 = M-FIELD-INDEX
DB_SET2 = M-PLAN-PERIOD-CO

In my streamx jcl I have the following statements:

::setvar db_adgr 0
 ::While setvar(db_adgr,db_adgr + 1) <= !dbsetno
 db_set!db_adgr
 60%

 ::endwhile


Within the jcl this is what appears
:RUN Adager.Pub.Rego
CMDB.PROD
Change Capacity
db_set!db_adgr
60%

db_set!db_adgr
60%


APPLY CHANGES


I've used this while/endwhile routine in other jobs and it works okay.
What am I doing wrong?  I've tried using
{db_set!db_adgr}, {db_set![db_adgr]} and they don't work either.

I will be contacting VESOFT when they open but maybe someone out there
know the answer.

Thanks in advance



ATOM RSS1 RSS2