ACCOUNT=T|D|E|N
| N
| Accounting
This 1-character field indicates whether the database manager is to
generate accounting records. N indicates no accounting records are to
be generated. D, E or T indicates that you want the database manager to generate accounting
records. D means that you want the database manager to write the
records to a sequential DASD file. E means that you want the database manager to write records to a
VSAM ESDS file. T means that you want the database manager to write the records to
a tape file.
If you specify T, D, or E, your job control for starting the application server must include
appropriate TLBL, DLBL, EXTENT, and ASSGN statements. The DB2 Server for VSE System Administration manual describes how to set up accounting files and appropriate job
control.
|
DBNAME=server-name
| SQLDS
| Server-Name
This optional 1- to 18-character field specifies the name of the
application server to be accessed. It is used by the database manager
to verify that the application requesters are accessing the intended
application server when they attempt to connect to the database
machine.
If the DBNAME is not specified, the partition or system default will be
assumed.
|
RMTUSERS=nnnnn
| 0
| Maximum number of remote users accessing the application server
This parameter lets you specify the number of remote users that can access
the application server. The allowable range of users is 0 to
65535; the practical value of RMTUSERS depends on the availability of
virtual storage.
When a value has not been specified or nnnnn has the value zero,
remote users will not be able to access the application server.
|