All commands start in column 1. If the statement is longer than one line, continue the statement on the next line starting after a column position other than 1.
You can use a mixture of both upper or lower case.
To include comments in the SYSIN file, enter an asterisk (*) as the first character on the line.
You can separate parameters with either a space or comma.
The SYSIN report is sent to the printer device and shows all the input control records used to execute the function.
An example SYSIN file that processes a Data Restore function is shown in Figure 156. (This example reloads a table named CUSTOMERS created by SQLDBA.)
Figure 156. Example SYSIN File to Process a Data Restore Function
(1) ---> OPTIONS DEVICE=TAPE LANG=S002
(2) ---> CONTROL DBNAME=SQLDBA
(3) ---> RELOAD CREATOR=SQLDBA TNAME=CUSTOMERS
(4) ---> FUNCT=NEW
(5) ---> * RELOAD CREATOR=SQLDBA TNAME=EMPLOYEE