![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/8/54/8541f916-e424-418e-bd7f-3736e57d9313/8541f916-e424-418e-bd7f-3736e57d9313-bg82.png)
BMC Software, Inc., Confidential and Proprietary Information
4-12 Administrative Products for DB2 Installation Guide
Enabling the Product CLISTs
You can optionally cause CATALOG MANAGER to display a custom initial
entry panel by adding one or both of the following:
• Catalog Manager Profile Name is a 1-18 character name for a set of
common custom features for a CATALOG MANAGER Session. The
profile name is passed to the product via the calling CLIST (BMCDB2).
Upon product entry, CATALOG MANAGER reads the profile, and
brings up the primary menu, command table, and initial list filtering as
defined for the session profile. See the CATALOG MANAGER for DB2
Reference Manual for information about how to create a session profile.
The profile name is passed as a parameter from the invoking CLIST to
the CATALOG MANAGER product module
ACTEMAIN. The syntax for
this name is PR =
profile-name
.
• Catalog Manager Initial Command is a 1-48 character command that
is passed to the product from the invoking CLIST (BMCDB2). This
command causes the product’s initial entry panel to vary, depending on
which command is passed (for example, DB M% causes CATALOG
MANAGER to first display a list of all the databases that start with the
letter M).
The initial command is passed as a parameter from the invoking CLIST
to the CATALOG MANAGER product module
ACTEMAIN. The syntax
for this command is C =
initial-command
.
To add the Profile Name, the Initial Command, or both, you must edit the
invoking CLIST. To do so, enter the CLIST and find the lines shown in
Figure 4-13.
Figure 4-13 Adding the Profile Name or the Initial Command
WHEN(ACTEMAIN) DO /* CATALOG MANAGER
SET BMCFPCNT= 10100
IF (&ACCESS = INDIRECT) THEN +
SET CIACCESS = YES
SET APPLID = &ACTAPPL
SET PARM = &STR(S=&SSID,O=&ACTDOPT,D=&ASUDOPTD,+
M=BC,I=&CIACCESS,A=&ACMDOPT,+
DB2CAT=&DB2VCAT)
Add the following lines immediately after the preceding code:
SET PARM = &STR(&PARM,PR=PROGRAMMERS)
SET PARM = &STR(&PARM,C=DB M%)