CL Command Reference - CRTFNTRSC

CL Command List > CRTFNTRSC Reference

Description:

The Create Font Resources (CRTFNTRSC) command creates a font resource object from a physical file. The physical file contains the font resource information. The font resource information, can, for example, come from an S/370 host system and be in the Systems Application Architecture* (SAA) format. Depending on the type of information processed by the CRTFNTRSC command, the results are either a font character set, a code page, or a coded font.


Examples:

CRTFNTRSC FNTRSC(MYLIB/GOTHIC12) FILE(*LIBL/FONTRSCS)
MBR(*FNTRSC) AUT(*USE)
TEXT(¡¯Gothic Font 12 Pitch¡¯)

This command creates font resource GOTHIC12 in MYLIB. Source file FONTRSCS, in the user¡¯s library list, with member GOTHIC12 is used as input. Specifying *USE for the AUT parameter allows other users to access GOTHIC12, but not to change it. The text describes the font resource.