Rational Developer for System z

Runtime step options

Use the Runtime Step Options to specify the runtime settings including options and JCL-related options and properties.

Fields

Run in batch: Select this option to generate JCL to run the program in batch mode.

Run in batch with debugger: Select this option to generate JCL to invoke the debugger during run time. For a batch application, this means writing out the TEST runtime option on the GO step. For a CICS®, IMS™, or DB2® application, this means generating a CEEUOPT assembler CSECT with the LE TEST runtime options in the CSECT. This will be linked into the load module, and then when the application runs in the subsystem, the debugger will be invoked.
Note: To use this option, you must have specified the TEST compiler option.

Program Parameters: Specify parameters to be passed to the program. This field is limited to 100 characters.

Runtime Options: Specify options to be invoked at run time. This field is limited to 100 characters.

Select the order of Runtime Options and Program Parameters: Use these options to determine the order in which you are passing program parameters and runtime options. Your Language Environment® runtime options may have been altered to switch the order of runtime options and program parameters. By default, for COBOL programs, select Program parameters/Runtime options. For PL/I, C/C++, and Assembler programs, select Runtime Options/Program Parameters.

Additional JCL: Specify any additional JCL. You might use this field to override any default values defined in the step by your system administrator.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)