SET_COMMAND_UNITS
This command is useful for reading inputs already prepared by a textual editor on a file. Such inputs can be a table of values or a large number of parameters. The file must be opened with OPEN_FILE.
The first two lines of an input file are skipped before any input is read.
Syntax |
set_command_unit |
Prompt |
Input unit number /5/: <Input unit number> Specify the input unit number returned from an OPEN_FILE command. The next command is taken from the file connected to this unit number. The last command on such a file must be EXIT or SET_INTERACTIVE when you are in POLY, POST or SYS module, in order to go back to read input from the keyboard. The default value is the current input unit. |
Output unit number /6/: <Output unit name> Specify the output unit number returned from an OPEN_FILE command. |