Special parameters for product invocation CLISTs
The following table lists and explains the parameters that you can specify in the invocation statement for a BMC z /OS execution CLIST. The table includes:
- parameter names
- names of the CLISTs that accept the parameters
- brief explanations of the purposes of the parameters
Sample product invocation statements provides examples of specifying invocation statements with the parameters included.
Parameters for BMC z/OS product invocation CLISTs
Parameter | CLIST Using | Explanation |
---|---|---|
DEBUG(ALL) | B1MVSGP | Used for problem diagnoses in the CLIST. It is used if any difficulty arises when trying to invoke a product. In debug mode, the CLIST lists all statements and displays messages on the |
NOCONCAT | B1MVSGP MVUIE | Suppresses all ISPF file allocations, FREEs and LIBDEFs in the invoking CLIST. This parameter is used if either of the following conditions are true. |
|
| IF you allocate CLIST and ISPF libraries in: THEN you must specify: |
The following figure shows examples of product invocation statements, with various parameters included.
Sample product invocation statements
TSO EXEC 'hiqual.midqual.CLIST(MVUIE)' 'DEBUG(ALL) NOCONCAT'
TSO EXEC 'hiqual.midqual.CLIST(MVUIE)'