HP3000-L Archives

February 1995, 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:
"David W. Martin" <[log in to unmask]>
Reply To:
Date:
Mon, 6 Feb 1995 16:41:00 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
All:
 
Ok I figured out what had happened. I used long integers where I should have
just used regular integers. That caused the HPCIPUTVAR command to not
work...why? I don't know since all variables were initialized. You would think
that an integer 2 was the same as a longint 2?!?!? Now what is the trick to
getting the following to work...
 
Job code...
 
!Job TEST
!Run Rename utility to produce system var MMDD = 0127  (for example)
!comment
!Run DISCMGR...
MPETODOS Source to Destination!MMDD;replace;move
:
:
EXIT
!EOJ
 
The rename utility creates a system var MMDD why doesn't the value of MMDD get
replaced into the MPETODOS line? Is there some trick I'm missing? I thought
that was possible - I know it is with StreamX unfortunately when I stream the
job I do not know the value of MMDD until AFTER the job runs the rename
utility. StreamX needs the variable to be defined prior to streaming the job.
 
David

ATOM RSS1 RSS2