StateDMI / Command / ReadResponseFromStateMod
Overview
The ReadResponseFromStateMod command (for StateMod)
reads a StateMod response file, which contains the list of files in a data set.
The primary purpose of this command currently is to facilitate software testing of reading and writing the response file;
however, in the future the functionality may be enhanced.
The response file can be written using the
WriteResponseToStateMod command.
Command Editor
The following dialog is used to edit the command and illustrates the command syntax.
ReadResponseFromStateMod Command Editor (see also the full-size image)
Command Syntax
The command syntax is as follows:
ReadResponseFromStateMod(Parameter="Value",...)
Command Parameters
| Parameter | Description | Default |
|---|---|---|
InputFilerequired |
The name of the StateMod response file to read. | None – must be specified. |
Examples
See the automated tests.
Troubleshooting
See Also
WriteResponseToStateModcommand