HP3000-L Archives

June 2001, Week 3

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:
Chuck Ryan <[log in to unmask]>
Reply To:
Chuck Ryan <[log in to unmask]>
Date:
Thu, 21 Jun 2001 10:49:13 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (43 lines)
Yes, this is why I add the following procedures to my initial quick screen:

PROCEDURE INITIALIZE
  BEGIN
    RUN COMMAND "RESET STDIN"
  END

PROCEDURE EXIT
  BEGIN
    RUN COMMAND "FILE STDIN=$NULL"
  END


The EXIT procedure I only use in quick screens that I call from a
cobol/vplus program for when the user exits and then reselects the option to
run the quick screen.

> -----Original Message-----
> From: Abraham Zwygart [mailto:[log in to unmask]]
> Sent: Thursday, June 21, 2001 10:35 AM
> To: [log in to unmask]
> Subject: Re: [HP3000-L] Why is a 70092 faster then reflection?
>
>
> The only problem that I have come across with using FILE
> STDIN=$NULL work
> around
> is:  Running a quiz report from a menu option with prompts in
> the quiz report.
> The prompt show and errors out immediately.  The work around
> creates new
> problems.  I am going to have to change the quick menu to
> issue the FILE
> STDIN=$NULL before the menu option and a RESET STDIN after
> the menu option.
> What a Pain.
>
> Abraham Zwygart
>

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2