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


CODEPAGE

HLASM Programmer's Guide
SC26-4941-06

Read syntax diagramSkip visual syntax diagram
   .-CODEPAGE(1148|X'47C')---.   
>>-+-------------------------+---------------------------------><
   '-CODEPAGE(nnnnn|X'xxxx')-'   

Default
CODEPAGE(1148|X'47C')
Abbreviation
CP
1148|X'47C'
Specifies that characters contained in the Unicode character (CU-type) data constants (DCs) are to be converted using the ECECP: International 1 Unicode-3 mappings contained in module ASMA047C.
nnnnn|X'xxxx'
Specifies that characters contained in the Unicode character (CU-type) data constants (DCs) are to be converted using the Unicode mapping table module ASMAxxxx where xxxx is the hexadecimal value of the number nnnnn which is the number of the code page contained in the module. The number must be in the range 1 through 64k-1.

The following Unicode-3 code pages are supported by the assembler:

Table 1. Unicode-3 SBCS mapping code pages
Code Page Module Name Description
1140 ASMA0474 ECECP: USA, Canada, Netherlands, Portugal, Brazil, Australia, New Zealand
1141 ASMA0475 ECECP: Austria, Germany
1142 ASMA0476 ECECP: Denmark, Norway
1143 ASMA0477 ECECP: Finland, Sweden
1144 ASMA0478 ECECP: Italy
1145 ASMA0479 ECECP: Spain, Latin America (Spanish)
1146 ASMA047A ECECP: United Kingdom
1147 ASMA047B ECECP: France
1148 ASMA047C ECECP: International 1

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014