HP3000-L Archives

September 2006, Week 2

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:
Wed, 13 Sep 2006 08:21:28 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (116 lines)
I think I found the issue.  It's not the echo commands that are
displaying.  When I issue the RUN MPEX.PUB.VESOFT;STDIN=tempfile that's
when the commands were displaying on my screen.  I modified the run
statement to redirect the output to $null and presto; it works!

Thanks for the input it did get me thinking out of the box!

-----Original Message-----
From: HP-3000 Systems Discussion [mailto:[log in to unmask]] On
Behalf Of Friedrich Harasleben
Sent: Wednesday, September 13, 2006 8:04 AM
To: [log in to unmask]
Subject: Re: [HP3000-L] Echo commands

I do this thins quite often but have no Problem with displaying that
information on the screen once it is redirected into a file.

like
(22): echo !HPGROUP > tmp
(23): echo !HPACCOUNT >> tmp
(24): print tmp
HF
OEKVP
(25): 

nothing is displayed.
regards
friedrich

Mag. Friedrich Harasleben
stv. Leiter IT und Organisation

Coface Austria Kreditversicherung AG
Stubenring 24
1010 Wien
Austria
T: +43/1/515 54-300
F: +43/1/515 54-50300
www.coface.at

This e-mail message may contain confidential and/or privileged
information. If you are not the intended recipient (or have received
this e-mail in error) please notify the sender immediately and destroy
this e-mail. Any unauthorized copying, disclosure or distribution of the
material in this e-mail is strictly forbidden. 



Larry Barnes <[log in to unmask]>
Gesendet von: HP-3000 Systems Discussion <[log in to unmask]>
13.09.2006 16:53
Bitte antworten an
Larry Barnes <[log in to unmask]>


An
[log in to unmask]
Kopie

Thema
[HP3000-L] Echo commands






I have a script that has some imbedded echo commands that echo commands
to a temp file.
These commands are deep in the file and I'm trying to find a way to
prevent these particular echo statements from displaying on the
terminal.
I can't use option nolist at the beginning because the other command
lines need to be seen.
 
I've tried turning off local echo and using the esc(A) esc(J) to move up
1 line and the delete but it appears to issuing these statements out of
sequence.
 
here's a sample:  ECHO SETVAR _GRPPW VEUSERINFO("user.acct").PASSWORD
>> MPEXEQ
 once the temp file is built then I run MPEX with the temp file; then
the file is purged.
 
I've even tried this (didn't work)
 
 ECHO SETVAR _GRPPW VEUSERINFO("user.acct").PASSWORD    >> MPEXEQ
>$null
 
and
 
 ECHO SETVAR _GRPPW VEUSERINFO("user.acct").PASSWORD    >> MPEXEQ
![chr(27)]M

                 this left me with a temp file with empty lines.

 
I've run out of ideas and don't know what else to search for.
 
Thanks in advance.
 
El Bee.




* 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