To translate all lower case ASCII characters to upper case EBCDIC characters
From the command line, type
cp $XCOM_HOME/convtab/atoe.tab conversionfilename
Note:
$XCOM_HOME/convtab/atoe.tab is copied to a new file and named conversionfilename.
or
b. To create a customer character set in order to use the CODETABL parameter, do the following:
From the command line, type
cp $XCOM_HOME/convtab/atoe.tab $XCOM_HOME/convtab/tstatoe.tab
Note:
$XCOM_HOME/convtab/atoe.tab is copied to a new file and named tstatoe.tab.
Note: The decimal ASCII code for a is 98 and the decimal ASCII code for z is 123.
The values in lines 98-123 are changed to represent uppercase EBCDIC characters.
| Copyright © [set copyright date variable] CA. All rights reserved. |
|