Figure 346 shows how to specify the FNTCHRSET keyword.
Figure 346. Specifying the FNTCHRSET Keyword
|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8 A* A R REC1 A FLD1A 14A 3 8FNTCHRSET(C0S0CE12 T1L0PCHN) A* A FLD2A 10A 4 8FNTCHRSET(USERLIB/FNTCHR + A USERLIB/CODEPG1 + A (*POINTSIZE 99.9))
FLD1A specifies font character set C0S0CE12 and code page T1L0PCHN. *LIBL is used to search for the font character set and code page. FLD2A specifies the font character set FNTCHR, which exists in library USERLIB, and code page CODEPG1, which exists in library USERLIB. FLD2A will be printed with a point size of 99.9.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.