From the Commands menu, you can submit jobs from Operations Center by using any of the following methods:
-
Typing in an entire WFL program, including a BEGIN JOB; statement at the start, and then transmitting it. (There is no need to include an END JOB statement.)
-
Entering one or more WFL statements preceded by the letters CC. (The BEGIN JOB is not necessary in this case.)
-
Entering one of a certain group of WFL statements that do not require a BEGIN JOB or any other prefix when used in Operations Center. These statements include COMPILE, COPY, PROCESS, RERUN, RUN, and START.
When you submit WFL statements through the methods listed, the system usually executes the input as a WFL job. However, the system can execute some statements directly, without creating a WFL job. Such statements do not pass through the job queue mechanism and, therefore, are not affected by job queue attributes. For a list of these statements, refer to Tasking from Programming Languages.
For further details about submitting WFL programs from Operations Center, refer to the Work Flow Language (WFL) Programming Reference Manual.

