You can also save the commands entered in the previous section to a command file. This keeps a permanent record of the SQL commands so they can be used later if you wish.
READ transfer
This command executes the command filetransfer which contains the three commands that we saved previously. As each command is executed, it flashes up in the Command window.
Command files are just ASCII files containing the ISQL commands as you see them in the editor. You can use any editor you like to create command files. You can include comment lines along with the SQL statements to be executed. Comments begin with a percent sign (%). The ISQL READ command is used to execute command files. Alternatively, they can be loaded into the ISQL Command window and executed directly from there.
The Command window in ISQL has a limit of 500 lines. For command files larger than this, you should use a generic editor capable of handling large files. The READ command has no limit on the number of lines that can be read.