|
Thanks Ken - I read that part of the manual but didn't know how to approach problem. Your suggestion worked. Regards, Jerry -----Original Message----- From: Ken Sims [mailto:mr3111@xxxxxxxxx] Sent: Tuesday, November 04, 2003 11:00 AM To: midrange-l@xxxxxxxxxxxx Subject: Re: Display file DDS using ERRSFL and DSPATR(PR) 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/rzakc mst76.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 mailing list archive is Copyright 1997-2025 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.