Introduction

IML Studio provides two modes of operation: interactive mode, and batch mode. Interactive mode is the usual mode of operation for IML Studio. In interactive mode, IML Studio displays its graphical user interface on the screen. Interactive mode is used for developing IMLPlus programs and for performing data analysis using IML Studio's interactive graphics.

Once you have written and debugged an IMLPlus program using interactive mode, you may find it useful to run that program in batch mode. In batch mode, IML Studio does not display any windows on the screen. Rather, it behaves like a typical command-line program: it reads an input file and generates one or more output files. Running an IMLPlus program in batch mode is useful in the following situations:

Please refer to the following topics:

Preparing to Use Batch Mode

Running Programs in Batch Mode

Passing Information to Programs in Batch Mode

Notes