Adabas Service for Java 1.2.1 | Using Adabas Service for Java | Using the AJZPARMS Parameter
 
Using the AJZPARMS Parameter
To specify AJZPARMS include the following in STDENV:
export AJZPARMS="parm1;parm2;.."
where parm1, parm2 can be one of the following:
*ADAMLF= – Activate Adabas ADAMLF
*DBID= – Default database number
*MODE= – Operational mode
*MSGS= – Message level
*STATS= – Statistics level
*SVC= – SVC number
Parameter
Use
Possible Values
Default
ADAMLF=
This parameter determines the Adabas prefetch implementation method when you specify ADARUN PREFETCH=YES in batch single-threaded environments.
If ADAMLF=N, the Adabas Service for Java prefetch feature is activated.
Note:
The following prefetch related parameters are supported: PREFTBL, PREFSBL, PREFNREC, and PREFSTDD (Job statistics). The following prefetch related parameters are currently not supported: the PREFI* and PREFX* related parameters as well as PREFSTDD (CL command level statistics).
If ADAMLF=Y, the standard Adabas ADAMLF prefetch feature is activated.
N/Y
N
DBID=
When you specify this parameter, this default DBID overrides all other default DBIDs and becomes the default DBID of all Adabas commands issued without a DBID. For batch single-threaded environments, Software AG recommends that this parameter is left to default in which case the default DBID used is the one specified by the ADARUN DBID= parameter.
1 – 65535
None
MODE=
This parameter determines the mode of operation for Adabas Service for Java. See Modes of Operation for an explanation of the different available modes.
1 – 9
4
MSGS=
This parameter determines the level of Adabas Service for Java messages issued to DDPRINT.
If MSGS=0, which is the default value, all messages issued to DDPRINT are limited to:
*ADARUN parameters (environment dependent).
*AJZPARMS parameters in use.
*LGBLSET parameters relevant to Adabas Service for Java (environment dependent).
If MSGS=1, the following additional messages are written to DDPRINT:
*The version of MLC (operational mode dependent).
*The AZPAD License and Current Machine Data information (operational mode dependent).
*The version of the Adabas Service for Java package.
*The program list of Adabas load modules.
0 – 1
0
STATS=
This parameter determines the level of Adabas Service for Java statistics issued to DDPRINT.
If STATS=0, which is the default value, no statistics are written to DDPRINT.
If STATS=1, the following Adabas Service for Java statistics are written to DDPRINT:
*Mode switch statistics (operational mode dependent).
*Command statistics (summary only).
*CPU related statistics.
*Miscellaneous statistics.
If STATS=2, the following additional statistics are written to DDPRINT:
*Additional Command statistics.
*Additional CPU related statistics.
See Job End Statistics for more information.
0 – 2
0
SVC=
When you specify this parameter, this SVC number overrides all other SVC numbers and becomes the SVC number used for all Adabas commands issued by this job.
For batch single-threaded environments, Software AG recommends that this parameter is left to default in which case the default SVC number used is the one specified by the ADARUN SVC= parameter.
200 – 255
None