...
Code Block | ||
---|---|---|
| ||
pui["valid LOMFF name 1st chars"] = ["£","§","$"]; pui["valid LOM name next chars"] = ["£","§","$","_","."]; //Library, Object, Member. pui["valid FF name next chars"] = ["£","§","$","_"]; //Format, Field. |
Note that in EBCDIC CCSID 37, @ character is 0x7C. In CCSID 1144, § character is 0x7C. So, the valid characters can be determined by checking the CCSID code page for 0x7B, 0x7C, and 0x5B.