How to change CA Datacom SIMPLIFY MODE in the DBSIDPR Module.
search cancel

How to change CA Datacom SIMPLIFY MODE in the DBSIDPR Module.

book

Article ID: 10441

calendar_today

Updated On:

Products

Datacom DATACOM - AD CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware

Issue/Introduction

When you defined your Multi-User Facility (called MUF) in version 14.0, 15.0 or 15.1, you may have defined the SIMPLIFY_MODE value in the DBSYSID/DBSIDPR module to use YES (to enable Simplify mode) or NO (to disable Simplify features). You can see the current setting in the MUF startup, in the DB00905I message. For example, you might see this:

DB00905I - DIRECTORY (CXX) VERSION 15.0 (+14.0) LEVEL 1 DB SIMPLIFY YES SYSPLEX PLEXC1     

If you want to test the MUF functionality using the other mode, or if you need to change this setting on a permanent basis, the process is very simple.

 



Environment

Release: DATABB00200-14-Datacom/AD
Component:

Resolution

In order to make this change of Simplify Mode, you first need to reassemble your DBSIDPR module using the new value, then, with the MUF down, you would run a DBUTLTY job on the same LPAR as the MUF using this input:

//SYSIN    DD  *
 CXXMAINT OPTION=ALTER,OPTION2=MATCHSID
/*

This function will alter the CXX to match what is in the DBSIDPR module. You should see two DB00905I messages in the DBUTLTY job - one showing the setting before the change, and then another showing the new value. It might look like this:

DB00905I - DIRECTORY (CXX) VERSION 15.0 (+14.0) LEVEL 1 DB SIMPLIFY YES SYSPLEX PLEXC1
DB00101I - STARTED JOB-DBUTSIMP NUMBER-54361 CXX=MY15MUF
DB00905I - DIRECTORY (CXX) VERSION 15.0 (+14.0) LEVEL 1 DB SIMPLIFY NO                

When you start the MUF, you can verify that your SIMPLIFY_MODE value has been changed by viewing the DB00905I message there.

Additional Information

For more information on this CXXMAINT function, please refer to the following documentation:

CA Datacom/DB version 15.1 DocOps webpage named "CXXMAINT ALTER OPTION2= (Activating Other Features)"

CA Datacom/DB version 15.0 DocOps webpage named "CXXMAINT ALTER OPTION2= (Activating Other Features)"

CA Datacom/DB version 14.02 DBUTLTY Reference Guide, in the section named "CXXMAINT (Maintain Directory) > CXXMAINT ALTER OPTION2= (Activating Other Features)"

As always, please contact CA Technologies support for CA Datacom if you have further questions.