|
This does not seem to work with my RPGLE program. I got the message Abbreviation or command does not exist. I tried break 1 and then did an EVAL ZIGNDECD and got message Identifier does not exist. I am thinking that that procedure would work if it were a regular RPG program, but I can find that info on DSPPGM for RPG's, but not when using DSPPGM on RPGLE's. Anyone else have another way? I would even be willing to use an API if available and then I could use a program to go through the objects and print out all that have been compiled this way. TIA Joe Giusto II Programmer/Analyst Ritz Camera Beltsville, MD 301-419-3209 x347 410-813-2812 x347 -----Original Message----- From: midrange-l-admin@midrange.com [mailto:midrange-l-admin@midrange.com] On Behalf Of Peter_Vidal@pall.com Sent: Thursday, November 29, 2001 3:29 PM To: midrange-l@midrange.com Subject: Re: FIXNBR / Ignore Decimal Data errors 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. Peter Vidal Programmer Analyst PALL Aeropower Corp. ------ original message ----- Is there any way to tell if and ILE or Bound program has been compiled with ignore decimal data error or with fixnbr? Joe Giusto II Programmer/Analyst Ritz Camera Beltsville, MD 301-419-3209 x347 410-813-2812 x347 _______________________________________________
As an Amazon Associate we earn from qualifying purchases.
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.