Previous Topic

Next Topic

Book Contents

Book Index

Second Pass Preprocessing

When preprocessing occurs a second pass is made to resolve some complex constructs. If a preprocessing directive is still unresolved after a first pass the second pass will resolve the rest. This is useful when using preprocessor directives in parameter fields, when doing preprocessing that requires calculating a string and when preprocessing is done within an include. The following three examples illustrate how Second Pass Preprocessing can be used.

In This Section

Parameter Second Pass Processing

Appended String Second Pass Preprocessing

INCLUDE Statement Second Pass Preprocessing

See Also

Appendix A - Job Preprocessing

General Syntax used in preprocessing

How Preprocessing directives are processed when a job runs

How to Preview Preprocessing

Commands Preprocessing

Notifications Preprocessing

Notes Preprocessing

Using EnterpriseSCHEDULE Variables in Preprocessing

Using Parameters in Preprocessing

Advanced Preprocessing Constructs

Local Variable Examples