Defining terminal session parameters
Use the following procedure to define terminal session target system and primary product application defaults, and unique terminal session user profiles.
Use member BBITSP00 to set up your terminal session user profiles, target system, and primary product application.
To set up your terminal session user profiles, target system, and primary product application
Create the following user profile:userid.BBPROF
userid is the user's TSO logon ID. The user profile can be concatenated in front of the site's common BBPROF data set.
Each user should have his or her own BBPROF data sets in order to specify:
- Unique PF keys
- CYCLE commands
- Target system defaults
- A Primary Option Menu
- A unique set of application profiles
User graph members (MainView for CICS)
When you create a user profile, the MainView CLIST creates a user BBPROF automatically with a PROFILE(YES) statement. If PROFILE(NO) is specified, the BBPROF data set is shared.
In BBPROF member BBITSP00, specify the following terminal session parameters:TARGET=tgtname,TYPE=appltype[,PRIMMENU=pnlname]
PRIMAPPL=appltype
ISPF=YES | NO
[BBIRESP=LOCAL]
[IMSRESP=LOCAL]
Parameter
Description
TARGET
Specify a one- to eight-character target name as follows:
- CICS target (MainView for CICS)
- CICS target Db2 target (MainView for DB2)
- IMS or Db2 target (MainView for IMS Online or MainView for DBCTL)
- IMS, CICS, or MVS target (MainView AutoOPERATOR)
TYPE
Specify the product that is related to the target specified in the TARGET parameter as follows:
- AO (MainView AutoOPERATOR)
- CICS (MainView for CICS)
- DB2 (MainView for DB2)
- IMS (MainView for IMS Online or MainView for DBCTL)
PRIMAPPL
Specify the primary application to be displayed when the terminal session starts as follows:
- AO (MainView AutoOPERATOR)
- CICS (MainView for CICS)
- IMS (MainView for IMS Online or MainView for DBCTL)
- DB2 (MainView for DB2)
- NONE (Primary Option Menu)
To display the same Primary Option Menu for multiple targets, list the TARGET statements followed by the PRIMAPPL statement; for example:
TARGET=DETROIT,TYPE=AO
TARGET=IMS22X,TYPE=IMS
TARGET=DB2P,TYPE=DB2
PRIMAPPL=DB2PRIMMENU
By default, a Primary Option Menu is selected for the product or combination of products that you have installed for a particular target. If you have performance management products and the MainView AutoOPERATOR option for IMS or CICS installed, the default menu shows that option and the performance management products. If you want to limit access to MainView AutoOPERATOR, PRIMMENU can be specified as follows:
TARGET=IMS22K,TYPE=IMS,PRIMMENU=IMS@MVMR
TARGET=CICSA1,TYPE=CICS,PRIMMENU=CICS@MRThe default for PRIMMENU is determined by the products that are installed. The values for PRIMMENU can be as follows:
IMS@MVA
(MainView for IMS Online, MainView for DBCTL, and MainView AutoOPERATOR for IMS only) The Primary Option Menu for the MainView for IMS Online performance management products and MainView AutoOPERATOR for IMS (if installed).
IMS@MVMR
(MainView for IMS Online and MainView for DBCTL only) The Primary Option Menu for the performance management components (Resource Analyzer, Resource Monitor, Workload Analyzer, and Workload Monitor).
DB2@MVMR
(MainView for DB2 only) The Primary Option Menu for all of the MainView for DB2 product services.
DB2@RXnn
(MainView for DB2 only) The Primary Option Menu for all of the MainView for DB2 product services, including an option to access RxD2, where nn represents the MainView for DB2 release number.
CICS@MVA
(MainView for CICS and MainView AutoOPERATOR for CICS only) The Primary Option Menu for the MainView for CICS performance management services and MainView AutoOPERATOR for CICS (if installed).
CICS@MR
(MainView for CICS only) The Primary Option Menu for the MainView for CICS performance management services.
ISPF
Indicate whether to initialize the product in an ISPF window (YES) or under TSO (NO). The default is YES.
BBIRESP
(MainView AutoOPERATOR only) LOCAL returns responses to BBI control commands that are issued from a terminal session to your terminal session journal and BBI-SS PAS journal. If BBIRESP is not used, BBI control command responses are written to the BBI-SS PAS journal only.
IMSRESP
(MainView AutoOPERATOR for IMS only) LOCAL returns IMS command responses to your terminal session journal.
Related topic