iSeries / AS400 FAQ : (Category) Programming : What is the hex value of the DUP key?
x’1C’ for character fields, x’1C’ for numeric fields without a response indicator, x’F0′ for numeric fields with a response indicator. Note that if you do not specify a response indicator for a numeric field, you will get decimal data errors. References: DDS Reference http://publib.boulder.ibm.com/pubs/html/as400/v5r1/ic2924/info/rzakc/rzakcmst68.htm Application Display Programming http://publib.boulder.ibm.com/pubs/html/as400/v5r1/ic2924/books/sc41-5715-00-8.html OS/400 Workstation Customization Programming http://publib.boulder.ibm.com/pubs/html/as400/v5r1/ic2924/books/sc41-5605-00-8.
Related Questions
- iSeries / AS400 FAQ : (Category) Programming : (Category) RPG : How can I convert a character string into a numeric value?
- iSeries / AS400 FAQ : (Category) Programming : (Category) SQL : How do I access a specific member with SQL?
- iSeries / AS400 FAQ : (Category) Programming : What is the hex value of the DUP key?