ILE C/C++ Programmer's Guide
When you specify record field names, consider the following:
- All DDS keywords are supported by the ILE library and compiler. The
actual comment that is associated with the TEXT keyword is translated to
uppercase in the type definition that is generated. The ALIAS keyword
is supported and brings the alias field name into the type definition that is
generated.
- Some of the special characters that are supported in DDS variable names
are not supported by the ILE compiler and library. If you use the
special characters (@, #, or $) in a field name, those
characters are changed to lowercase a, p and d in the type definition that is
generated.
- Note:
-
If the format names contain C characters that are not valid, they are
translated to the underscore (_) character.
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.