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:
"Emerson, Tom # El Monte" <[log in to unmask]>
Reply To:
Emerson, Tom # El Monte
Date:
Thu, 2 Dec 1999 18:02:32 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (54 lines)
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