× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hi Gerald -

I have a DDS display file, that uses ERRSFL. The dspf contains only one
format. Many fields in the format use ERRMSGID to display error messages,
with each message being indicator conditioned.

Recently a requirement was requested to add field protection to an existing
field on the record. A line of code - DSPATR(PR) conditioned on *IN68 -  was
added.

The problem is that even though *IN68 is on, the field protection doesn't go
into effect and the field remains input capable.

There are special restrictions when using ERRMSG or ERRMSGID. They are documented in the DDS reference manual ...


http://publib.boulder.ibm.com/iseries/v5r2/ic2924/index.htm?info/rzakc/rzakcmst76.htm

Specifically ...

    * When an ERRMSG or ERRMSGID keyword is in effect, no processing
      other than the processing for these keywords is performed for
      the record. If neither keyword is in effect, the record is
      processed in the normal manner.

You need to turn on *IN68 (leaving the indicator for the ERRMSGID off), WRITE the record format, then turn on the indicator for the ERRMSGID and EXFMT the record format.

Ken
http://www.ke9nr.net/
Opinions expressed are my own and do not necessarily represent the views of my employer or anyone in their right mind.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.