Previous Topic Next topic Print topic


run Command

Restriction: This command is supported for native COBOL only.

To run dynamically loadable programs (that is, .gnt files or .int files) use the run command, as follows:

run [switch-param] program-name [program-param]

where:

switch-param
One or more programmable and run-time switches that control events in a program at run time. Your application supplier will tell you which switches to specify.
program-name
The name of a dynamically loadable program.
program-parameters
One or more parameters that are required by the program. Each parameter is a string, separated from adjoining parameters by one or more spaces.
Previous Topic Next topic Print topic