Previous Topic

Next Topic

Book Contents

Book Index

Command Line operation steps

A Command Line operation step enables you to build the job type through the command line. The following topics describe how to define a pre-execution, execution and post-execution command line operation step.

You can edit an Execution operation step by clicking the Execution operation step and editing as required. If you want to delete an operation step, click I_AI_option_drop next to the Operation step that you want to delete and click Delete. If you have created parameters and want to delete them, you need to manually delete them from the Designer area.

If you want to use Control-M variables, which are not defined in the job type, you need to add them in the Command Line field as an environment variable.

EXAMPLE: To use variable %%MYLIBPATH, in the Command Line field, type one of the following:

WINDOWS: %MYLIBPATH%

UNIX: $MYLIBPATH

When adding a Command line step for the first time, the Run As field is automatically added to the Connection Profile field in the Designer area. The Run As field is not mandatory and you can remove it you do not require security impersonation.

NOTE: In Windows, Run As automatically requires a password field. The following are prerequisites for Run As:

For an Execution operation step, you can create multiple variables under one command and add execution steps which are added sequentially in the order that they are inputted, although you can add, remove and reorder the steps. For each operation step you can add the following:

Parent Topic

Job type definition