Was this helpful?
Enabling the FRS shell Command
The FRS shell command enables your application to spawn (create) a shell process.
You can use a set_frs statement to enable or disable this ability. (By default, this ability is turned off.) The syntax is:
set_frs frs (shell = 0|1|integer_variable)
To disable the shell command, specify 0. Setting shell to 1 enables the command. If you use an integer variable, it must evaluate to either 0 or 1.
See the Character-based Querying and Reporting Tools User Guide for a complete description of the FRS commands.
Last modified date: 01/30/2023