

Background Utility › Build JCL Member › Submit › Execution Parameters Available
Execution Parameters Available
The Execute step for the IT performs the COMPILE, LINK, and BIND actions by default for both the foreground and background processing. The REXX CLIST built as a result of the Compose step may be executed manually. The composed CLIST, when executed manually, has other parameters available to change the action of the Execute step.
Following is a list of the available parameters:
- COMPILE—Compiles all load module members which "need" to be compiled, that is, those modules which have been split but have never been compiled.
- COMPILE(X)—Compiles X, where X is the name of a load module member.
- COMPALL—Compiles all load module members.
- PACKAGE(X)—Binds package X, where X is the name of a load module member that is included in a collection and has SQL.
- PACKALL—Package binds all load module members with SQL. Normally needed only if no compiles are to be done.
- LINK—Links the load module containing the dialog manager and all load module members (action blocks, screens, and procedure steps) that are dynamically loaded.
- LINK(X)—Links X, where X is the name of the dialog manager load module or a dynamically loaded load module member.
- BIND—Binds application plan.
- LINEMODE—Displays status messages in line mode.
- DEBUG—Traces command execution using trace R REXX statement.
If this CLIST is in a library NOT in your ISPF SYSPROC concatenation, it may be invoked from the TSO command processor screen (ISPF 6).
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|