Set these details in a configuration file, in Visual Studio.
<?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <sectionGroup name="MicroFocus.COBOL.Runtime"> <section name="Tunables" type="System.Configuration.NameValueSectionHandler" /> <section name="Switches" type="System.Configuration.NameValueSectionHandler" /> </sectionGroup> </configSections> <MicroFocus.COBOL.Runtime> <Tunables> <add key="printer_redirection" value="true" /> <add key="printer_defaults" value="size=20;font=Courier New;printer.name=\\svr-ptr\office-ptr" /> </Tunables> <Switches></Switches> </MicroFocus.COBOL.Runtime> </configuration>
Default: | Not set |
IDE equivalent: | None |
This tunable is dependent on printer redirection being on, which you can do by setting the printer_redirection tunable or by calling the PC_PRINTER_REDIRECTION_PROC routine.