Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Configuring the Accesses to Adabas Data : Startup Parameters

Startup Parameters
This section describes the startup parameters.
Required and Optional Parameters
The table below lists all server parameters with their default values (if any). Those you must set at installation time are shown as Required=Y, and those you can add or modify at a later time as Required=N. All these parameters are described in Supplying the Startup Parameters.
 
Specify the server startup parameters on the EXEC statement in the startup JCL, in a data set, or both.
 
If you specify parameters in both the EXEC statement and a data set, EXEC statement parameters override data set parameters.
Startup Parameters in the EXEC Statement
Include parameters in any order, one per line, ending with a blank or a comma (up to 100 bytes). The example below shows parameters specified on the EXEC statement in the startup JCL.

 
//ADAGTW EXEC PGM=S6BDR000,
// REGION=4096K,
// PARM=(‘TDS=$TDS$’,
// ’SERVERS=6’,
// ’MDL=$MDL$’,
// ’SERVERTYPE=ADA’,
// ’SERVERID=HRNADA’,
// ’FSLEVEL=1’,
// ’FSTABLENAME=@ADAFSTRXDB’,
// ’IDPREFIX=ADA’)

 
Startup Parameters in a Data Set
Include parameters in any order, one per record, beginning in column one, and ending with a blank or a comma. An asterisk (*) in column one indicates a comment record. The data set must be defined as follows:
The example below shows parameters specified in a data set or inline JCL.

 
//HRNIN DD *
SERVERS=3
SERVERTYPE=ADA
SERVERID=HRNADA
FSLEVEL=0
FSTABLENAME=@ADAFSTRXDB
IDPREFIX=HRNDC

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved