When we display ERRMSG, the keyboard is automatically lock. We have to press
"Reset" key to unlock it. How can we release the lock without user
intervention (automatically by program after displaying error message) ?????
Any response will be appreciated. Thanks
-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
I would suggest to use a message subfile (like IBM does in it's own
programs) which doesn't have these kind of problems. Just do a search on
http://www.dejanews.com with "SFLMSGRCD" and you'll find a complete coding
example, posted by myselff, of how to use this.
As far as the ERRMSG is concerned, you'll always have to press RESET.
Kind regards,
Paul
______________________
iv...@multipolar.co.id wrote in article
<6usenp$a6i$1...@nnrp1.dejanews.com>...
The contents of this message express only the sender's opinion.
This message does not necessarily reflect the policy or views of
my employer, Merck & Co., Inc. All responsibility for the statements
made in this Usenet posting resides solely and completely with the
sender.
Nils
Paul Nicolay skrev i meddelelsen <01bdec4f$6e50c300$4e44...@merck.com>...
Mike Cravitz
NEWS/400 Technical Editor
Greg Stewart
In article <XnpQ1.578$WH.15...@news010.image.dk>,
"Nils Kilden-Pedersen" <n...@pjc-corp.com> writes:
|> Why can't IBM make this an option for Christ sake!!
|>
--
-- Greg Stewart
-- IBM AS/400 Division
-- Greg...@us.ibm.com
From gstewart Wed Sep 30 09:29:23 1998
X-newsreader: xrn 9.01-beta-3
>From gstewart Wed Sep 30 09:20:40 1998
From: gste...@gstew1.rchland.ibm.com (Greg Stewart)
Reply-To: g...@vnet.ibm.com
Subject: Re: Help : Unlock keyboard for ERRMSG
Path: gstew1.rchland.ibm.com!gstewart
Newsgroups: comp.sys.ibm.as400.misc
Distribution:
Followup-To:
References: <6usenp$a6i$1...@nnrp1.dejanews.com> <01bdec4f$6e50c300$4e44...@merck.com> <XnpQ1.578$WH.15...@news010.image.dk>
Organization: IBM Rochester Mn
Keywords:
Cuz' it's a hardware thing, not a software thing. Remember the old 5250
displays (the real ones, not the emulators). They had a 25th line for errors
which got swapped with the screen's 24th line when written to. The hardware
made you press the reset key to swap the lines back. Support for that line was
architected in a command in the 5250 data stream, and that's what the ERRMSG
keyword generates. Old S/38 folks will remember a lot more system generated
messages like that, that eventually got converted to status messages. The
status messages go away of their own accord.
Greg Stewart
In article <XnpQ1.578$WH.15...@news010.image.dk>,
"Nils Kilden-Pedersen" <n...@pjc-corp.com> writes:
|> Why can't IBM make this an option for Christ sake!!
|>
--
-- Greg Stewart
-- IBM AS/400 Division
-- Greg...@us.ibm.com
On Wed, 30 Sep 1998 05:14:33 GMT, iv...@multipolar.co.id wrote:
>When we display ERRMSG, the keyboard is automatically lock. We have to press
>"Reset" key to unlock it. How can we release the lock without user
>intervention (automatically by program after displaying error message) ?????
Using the ERRSFL keyword will do what you want. The keyboard will not
be locked, and also if there is more than one ERRMSG or ERRMSGID
active, the user can position the cursor on the error message and
scroll through the various messages.
There are some quirks to ERRSFL that will cause it not work, so read
the DDS Reference Manual.
>Using the ERRSFL keyword will do what you want. The keyboard will not
>be locked, and also if there is more than one ERRMSG or ERRMSGID
>active, the user can position the cursor on the error message and
>scroll through the various messages.
>
>There are some quirks to ERRSFL that will cause it not work, so read
>the DDS Reference Manual.
One such "quirk" that I haven't been able to address is the fact that
I can't make the "subfile" piece of this keyword work for me at all. I
can only get one message at a time. I started a thread called ERRSFL
where I bemoan this fact. One respondent stated that I must be doing
something wrong because he has made this work at his other job. Do you
or anybody else have an example where you actually made the + sign
appear indicating additional messages when using ERRSFL?