Trying to format a column in a Teradata table using the $BIDI format might generate different results. The results vary depending on whether the formatting is done by SAS using the PUT function or done in Teradata using the SAS_PUT function. Some of the known characters that result in a difference include the following:
| Character | HEX |
PUT | SAS_PUT |
|---|---|---|---|
| < | 0x3C | > | < |
| = | 0x3D | = | > |
| > | 0x3E | < | = |
| null | 0x00 | blank | ÿ |
There is no workaround for the issue.