The DEFINE-TEST-OBJECT statement defines whether the syntax of commands or statements is to be tested.
DEFINE-TEST-OBJECT |
TEST-MODE = *CMD / *STMT(...) *STMT(...) PROGRAM-NAME = <name 1..8> |
TEST-MODE =
Defines the type of the test objects.
TEST-MODE = *CMD
The test objects are commands.
TEST-MODE = *STMT(...)
The test objects are statements.
PROGRAM-NAME = <name 1..8>
Internal name of the program to which the statements to be simulated belong.
LAYOUT = *OLD / *NEW
Format of the standardized transfer area. If statements use the new format (as of SDF V4.1), *NEW must be specified for correct outputs to be received from SDF-SIM.