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
MVUIE

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
terminal as it executes. The DEBUG parameter turns on LIST, SYMLIST, CONLIST, and MSG.

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:
Your LOGON PROC
or
Your own CLIST

THEN you must specify:
The NOCONCAT parameter.


Warning

Note

 To use defaults supplied with each new release, delete or rename the members of your ISPF profile pool which are prefixed with BGS, BGSU, BSA, CHC, IOD, or GPM. If you want to preserve parameter settings and /or workload definitions made under an earlier release, be sure not to delete or rename these members. 

The following figure shows examples of product invocation statements, with various parameters included.

Sample product invocation statements

TSO EXEC 'hiqual.midqual.CLIST(B1MVSGP)' 'DEBUG(ALL) NOCONCAT'
TSO EXEC 'hiqual.midqual.CLIST(MVUIE)' 'DEBUG(ALL) NOCONCAT'
TSO EXEC 'hiqual.midqual.CLIST(MVUIE)'

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Capacity Management 2.0