HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


TRANSLATE

HLASM Programmer's Guide
SC26-4941-06

Read syntax diagramSkip visual syntax diagram
   .-NOTRANSLATE---------.   
>>-+---------------------+-------------------------------------><
   '-TRANSLATE(-+-AS-+-)-'   
                '-xx-'       

Default
NOTRANSLATE
Abbreviations
TR / NOTR
Restrictions
This option is not allowed on *PROCESS statements.
AS
Specifies that characters contained in character (C-type) data constants (DCs) and literals are converted into ASCII characters using the ASCII translation table provided with High Level Assembler.
xx
Specifies that characters contained in character (C-type) data constants (DCs) and literals are converted using a user-supplied translation table. The translation table must be named ASMALTxx.
Notes:
  1. Using the TRANSLATE option when you have also specified the DBCS option can cause erroneous translation of double-byte data in C-type constants. G-type constant data is not affected.
  2. The assembler searches for the user-supplied translation table load module in the standard load module search order. See also How to generate a translation table. The assembler does not convert UNICODE character strings when the TRANSLATE option is specified (see CODEPAGE.)
  3. The assembler does not convert UNICODE character strings.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014