Configuring IML Studio Options: Output

This category of configuration options applies to all output windows (both HTML output windows and LISTING output document windows).

To configure options in the Output category

  1. On the Tools menu, click Options.

    IML Studio will display the Options dialog box.

  2. Click the Output tab.
  3. Use the controls in the dialog box to make changes.
  4. Click OK.

The Output tab provides the following controls:

Use ODS LISTING destination
This option instructs IML Studio to generate plain text output using the ODS LISTING destination and to display the output in a LISTING output document window.
Always append program output to end of output document
If this check box is checked, the LISTING output document windows append all program output to the end of the document automatically. If this check box is not checked, the LISTING output document windows insert program output at the current cursor position.
Use ODS HTML destination
This option instructs IML Studio to generate HTML output using the ODS HTML destination and to display the output in an HTML output window.
Automatically scroll to end of output
If this check box is checked, IML Studio scrolls to the end of the HTML file automatically each time new output is appended. This option enables the HTML output window to mimic the scrolling behavior of the LISTING output document window.
Enable ODS Graphics
If this check box is checked, IML Studio enables ODS Graphics for subsequent invocations of ODS. This check box performs a function similar to the ODS statements
ods graphics on;
and
ods graphics off;
Enable ODS Graphics for built-in analyses
If this check box is checked, the analyses available from the Analysis menu create ODS graphics in addition to IML Studio interactive graphs. If this check box is not checked, the analyses only create IML Studio interactive graphs.
ODS Style
This box enables you to choose the ODS style for ODS HTML output. This box is equivalent to the STYLE= option of the ODS HTML statement.