× 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.




In case you didn't get that web site

IBM Support Line Technical Document
Document Title:
Determining if an RPG OPM Program Was Compiled Using IGNDECERR

Document Description:

When RPG programs are created with the CRTRPGPGM command, you can specify *YES 
or *NO for the 'IGNORE DECIMAL DATA ERROR'
(IGNDECERR) OPTION. Currently there is no system command that shows what value 
was specified for the IGNDECERR option.

The following is a method to determine if an RPG program was created with the 
IGNDECERR(*YES) option. Display program variable
ZIGNDECD in the DEBUG mode. If its a '1', then DECIMAL DATA ERRORS are IGNORED.

This can be done by using the following CL COMMANDS:

STRDBG PGM(PGMNAME) UPDPROD(*NO)
ADDBKP STMT('/1') PGMVAR(ZIGNDECD)
CALL PGMNAME

Parameters are not required for the CALL. After the variable is displayed, exit 
the program by pressing F3.

Do not attempt to continue running the RPG program.




     this should help...

     http://as400service.rochester.ibm.com/s_dir/slkbase.nsf/1ac66549a21402
     188625%20680b0002037e/40895b00d47811518625669b0057f01e?OpenDocument&Hi
     ghlight=0,ignde%20cerr

     Todd

______________________________ Reply Separator _________________________________
Subject: IGNDECERR(*YES)
Author:  RPG400-L@midrange.com at INTERNET
Date:    6/1/2001 7:33 AM


     We have programs that we do not know if they were comiled with
IGNDECERR(*YES) - Ignore Decimal Data Error *YES
     The compile attribute Fix decimal data is not the same as ignore. I
do not have the Orginal Compiles. Is there a way to get
     this information. THANKS



+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.