HP3000-L Archives

December 1999, 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:
"Simonsen, Larry" <[log in to unmask]>
Reply To:
Simonsen, Larry
Date:
Thu, 2 Dec 1999 16:25:35 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (73 lines)
We have a printopreply program which puts the result in a jcw (16 bit
application)  if you want a copy please reply.  Message to operator is in
info string.

-------------------------------------------------
Larry Simonsen                Phone: 801-489-2450
Flowserve Corporation     Fax: 801-491-1750
PO Box 2200                    http://www.Flowserve.com
Springville, UT 84663      e-mail: [log in to unmask]
-------------------------------------------------
All opinions expressed herein are my own and reflect, in no way, those of my
employer.

 -----Original Message-----
From:   Emerson, Tom # El Monte [mailto:[log in to unmask]]
Sent:   Thursday, December 02, 1999 4:03 PM
To:     [log in to unmask]
Subject:        Re: Brain Took a Vacation

I don't recall if this is directly available from MPE [without writing a
program], but from within MPEX, you can use the "printopreply" function in a
calc/setvar:

   !job x
   !mpex
   %setvar response printopreply("respond to continue job")
   %showvar response
   %exit
   !eoj

non-MPEX methods of pausing-until-responded [but not being able to "use" the
response] would be something like:

   !job x
   !file t=waiting;dev=999 [or 7, provided "autoreply" isn't set...]
   !tellop job paused until you respond to the next request
   !continue
   !store <nothing important>;dev=*t
   !...

This WILL generate an error, hence the continue, and the operators will see
something like

   <standard reply header>;is "waiting" on ldev 999? (y/n)

which, in most cases, should not be a real/legit tape drive...

of course, a really simple short C/SPL/COBOL program to call the
PRINTOPREPLY intrinsic and set a system variable to the result shouldn't
take more than a few minutes to write...


Tom Emerson
Sr. Systems Analyst
NDC | e COMMERCE
[log in to unmask]
626-258-4309
626-350-3832 FAX



> -----Original Message-----
> From: Holloway, Rich [mailto:[log in to unmask]]
> Sent: Thursday, December 02, 1999 2:46 PM
> To: [log in to unmask]
> Subject: Brain Took a Vacation
>
>
> What is the command or option that will pause a job until
> there is a reply
> from the operator. Would like it to operate like the INPUT command.
>

ATOM RSS1 RSS2