Creates a tester file using the specified test data definition file or record data from the unload journal file or RPC trace data retrieved by the operating command.
(3) Options
-etest-data-definition-file-name ~<pathname> Specify the test data definition file that defines input data for a tester file to be created. This option cannot be specified concurrently with the -o, -k, or -i option.
-otester-file-name ~<pathname> Specify the name of a tester file consisting of data that is extracted by the operating command. When specifying this option, also specify the -k option. The -o option cannot be specified concurrently with the -e option.
-ktester-file-kind Specify the kind of a tester file consisting of data that is extracted by the operating command. Specifiable file kinds are:
RRQ
RPC request data file
RRT
RPC response data file
XRQ
XATMI request data file
XRT
XATMI response data file
XRV
XATMI receive data file
NRV
Asynchronous receive message file
SRV
Synchronous receive message file
The operating command result data file cannot be made of data extracted by a command. Accordingly the -k option cannot specify the operating command result data file. When specifying this option, also specify the -o option. The -k option cannot be specified concurrently with the -e option.
-iinput-data-file-name ~<pathname> Specify the name of an input data file that stores data extracted by the operating command. When specifying this option, also specify the -o option. When the -o option is specified and the -i option is omitted, the standard input is assumed. The -i option cannot be specified concurrently with the -e option.
(4) Notes
When the -o option is specified and the -i option is omitted, the standard input is assumed. This time, specify an input file using a pipe or redirection. When no input file is specified, the command waits for an input. To solve this, forcibly terminate the command.
No map name is contained in mj record data of the unload journal file. When the -o option is specified to create an asynchronous receive message file or synchronous receive message file, specifying mj record data as input data assumes UTOMAP to be a map name by default.