You can configure the "Use fixed font size" option for print sessions by using the
/OVERRIDEFONTSIZE parameter. The sample SNACFG commands in this section show how to do this for an existing 3270 print session. For APPC print sessions, change "PRINTSESSION3270" to "PRINTSESSIONAPPC" in each command.
The following sample SNACFG command enables the "Use fixed font size" option for an existing 3270 print session that is named PRINT1:
SNACFG PRINTSESSION3270 PRINT1 /OVERRIDEFONTSIZE:Yes /FONT:Courier /FONTSIZE:10
The following sample SNACFG command enables the "Use fixed font size" option for an existing APPC print session that is named APPCPRT1:
SNACFG PRINTSESSION3270 APPCPRT1 /OVERRIDEFONTSIZE:Yes /FONT:Courier /FONTSIZE:10
Note You must specify a specific font and a specific font size together with the
/FONT parameter and the
/FONTSIZE parameter to enable the "Use fixed font size" option.
If you specify the
/OVERRIDEFONTSIZE:Yes parameter for a print session that is not configured to use a specific font and a specific font size, the SNACFG utility returns the following error message:
Undefined parameter FONT
Undefined parameter FONTSIZE
Required parameter missing or parameter value invalid
Command failed
You can use the following SNACFG command to enable the "Use fixed font size" option when the specified 3270 print session has been previously configured to use a specific font and a specific font size:
SNACFG PRINTSESSION3270 <PrintSessionName>/OVERRIDEFONTSIZE:Yes
Similarly, you can use the following SNACFG command to disable the "Use fixed font size" option when the specified 3270 print session has been previously configured to use a specific font and a specific font size:
SNACFG PRINTSESSION3270 <PrintSessionName>/OVERRIDEFONTSIZE:No
For more information about the SNACFG utility, see the Host Integration Server documentation.
For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
824684 Description of the standard terminology that is used to describe Microsoft software updates