After you have successfully compiled your program, you can run it from the InfoSphere® DataStage® system level with the RUN command. Enter the RUN command at the system prompt. The syntax is as follows:
RUN [ filename ] program [ options ]
The RUN command appends .O to filename and executes the record containing object code in filename.O . If filename is omitted, the default file, BP, is assumed.
program is the name of the source code of the program. options can be one or more of the following:
For example, the following command executes the record MAIN in the BP.O file:
>RUN BP MAIN
Run-time error messages are printed on the terminal screen as they are encountered, unless the NO.WARN keyword was specified.