Default language.

Service table definition


Use BBPARM member IMFSTD00 to change the title and security specifications of existing services.

The following rules apply when creating IMFSTD00:

  • A BBIPARM DD statement must exist in the BBI-SS PAS jobstream and it must contain the member IMFSTD00.
  • All 80 columns of each statement can be used for specifying the various keywords and their values. Sequence numbers can be placed in columns 73 to 80, but at least one blank must exist between the last specification and the sequence number.
  • All the keywords needed to modify a given service can be either specified on one statement or split over multiple statements.
  • A specific keyword and its value or values must be contained in the same specification statement.
  • Comments are designated with an asterisk (*) in column 1. Comment statements can be interspersed with specification statements.
  • Comments are allowed within specification statements if one blank separates the specification from the comment.
  • Commas can be used as delimiters in statements; leading blanks are ignored.
  • The REQUEST keyword must appear first in a statement and must be followed immediately by the SERVICE keyword and then by the DB2REL keyword.
  • If any syntax errors are found in a request to modify a service, the accepted keywords up to the error are used to execute a partial change to the service table.

The following table lists the valid keyword parameters for IMFSTD00 and describes the syntax for each.

Keyword

Keyword description

Parameters

REQUEST

Identifies the start of a new service table entry change

MODIFY

Specifies that an existing service definition is to be changed

SERVICE

Identifies the name of the service to be modified

xxxxx

Specifies a 1- to 5-character service name

It must be an existing service name.

DB2REL

Identifies the release level of the service to be modified

nnnn

Specifies the Db2 release as one of the following values:

  • 1220 (Db2 12.2)
  • 1210 (Db2 12.1)

This parameter is required and must follow the SERVICE parameter.

TITLE

Identifies the title to be given to a service

x......x

Specifies a 1- to 24-character title, which changes the existing title

Begin and end the title with single quotation marks if it contains blanks or commas.

ACCESS

Identifies the access code that is required to use this service

A (any alphabetic character A through Z)

Specifies the access code that is matched with the user’s authorized access code

See the PMACC keyword in BBPARM USERID members.


Information
Example

REQUEST=MODIFY,SERVICE=DB2EX,DB2REL=1210,ACCESS=B

changes the security access code of an existing service.


 

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

BMC AMI Ops Monitor for Db2 13.1