The statements made to the ROBAR-CL-SDF user program are described in alphabetical order in the sections that follow.
The statement descriptions contain:
functional description
statement format
description of the operands
notes and examples
You may specify the following statements:
Statement | ROBAR messages | Meaning |
|
| Export cartridges |
|
| Import cartridges |
ROBAR-CL-SDF supports the SPIN-OFF mechanism.
In procedure and batch mode, after an errorneous statement, processing is continued with the statement that follows the next SET-JOB-STEP
statement. If no SET-JOB-STEP
statement is found, the program is terminated abnormally. In this case the message ROB1205
is issued instead of the message ROB1200
. Therefore,you should include appropriate SET-JOB-STEP
statements in existing procedure and batch files.
You can also use the standard SDF statements. They are not described in this manual. See the “SDF Dialog Interface” [9] manual for a description.
SDF allows suboperands to be entered directly as long as no ambiguity occurs as a consequence. E.g. //IMPORT-ROBAR-VOLUME LOCATION=ROBLOC1
is accepted and has the same meaning as //IMPORT-ROBAR-VOLUME LOC=ROBLOC1
. However, it cannot be guaranteed that this alias will remain compatible in the future. We therefore recommend that you do not use it in procedures.