Previous Topic

Next Topic

Book Contents

Book Index

ON Statements: Post–Processing Parameter

Job processing criteria that determine whether the accompanying DO statements are performed.

Figure 255 ON Statement Format Example

ON statements identify specific steps in the execution of a Control-M job or group.

The types of ON statement are described in Table 199. Each type is discussed in detail in this chapter.

Table 199 ON Statement types

ON Statement Type

Description

ON TABLE-END

Group processing criteria that determine whether the accompanying DO statements are performed

For more information, see ON TABLE-END: Post–Processing Parameter.

ON PGMST

Job processing step and code event criteria that determine whether the accompanying DO statements are performed

For more information, see ON PGMST: Post–Processing Parameter.

ON SYSOUT

Search for a string in the sysout of the job, and perform the accompanying DO statements if the string is found

For more information, see ON SYSOUT: Post–Processing Parameter.

Multiple ON statements can be specified.

Multiple ON PGMST and ON SYSOUT statements can be linked by Boolean logic.

Parent Topic

Job Production Parameters