z/OS ISPF Software Configuration and Library Manager Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Information Management parameters

z/OS ISPF Software Configuration and Library Manager Guide and Reference
SC19-3625-00

The required Information Management parameters are:
pica_tabn
Specifies the name of the Information Management Record Retrieval table. The table defines the fields within a problem record. The default is BLGYPRR (shipped with Information Management). This must be the name of the table used in your installation.
pica_clsn
Specifies the Information Management Privilege Class record that contains the registered user name authorized to retrieve a problem record. The default is MASTER. This must match your installation. The registered authorized user name (see pica_usrn) is optionally specified in option 10.
pica_sess
Specifies the name of the Information Management Session Member (BLGSESxx) load module. The default is BLGSES00. This parameter must match your installation.
The optional Information Management parameters are:
pica_clsc
Specifies the count of privilege class records that can be maintained in storage during the Information Management session. The default is one. The sample program uses only one privilege class record.
pica_dbid
Specifies the Problem Record database number. The default is 5, the standard Information Management database.
pica_msgd
Specifies the destination for Information Management API log messages. Messages can be either printed to an APIPRINT data set, returned on the message chain, or both. The default is C, return messages on the API message chain. The sample program interprets chained message return code and reason code values to provide English text messages. See Error processing for more information.
pica_spli
Specifies the number of minutes that the activity log can print transaction results before the API closes and reopens the log. The default is ten minutes if message chaining (pica_msgd) is not selected, otherwise, it is zero.
pica_stxt
Specifies whether text data is to be retrieved from the problem record. Setting this value to NO suppresses text retrieval. The default is NO because the sample program does not process text fields in the problem record.
pica_tint
Specifies the transaction processing timeout interval. This field specifies the time in seconds that any Information Management API transaction can process before the API notifies the application of a timeout event. The default is 300 seconds.
pica_usrn
Specifies a name registered in the selected Privilege Class (see pica_clsn) that is authorized to retrieve problem records. The default is the TSO User ID of the SCLM user.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014