Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 6 Configuring Accesses to CA Datacom Data : Startup Parameters

Startup Parameters
Once your environment is ready to access the CA Datacom data, you need to specify the server startup parameters. You specify these parameters on the EXEC statement in the startup JCL for the server, 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 (up to 100 bytes). The following example shows sample parameters specified on the EXEC statement in the startup JCL:
 
//DCOMGTW EXEC PGM=S6BDR000,
// REGION=0M,
// PARM=(’TDS=SAMPDOB’)
Startup Parameters in a Data Set
Include parameters in any order, one per record or comma-separated, 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 following example shows sample parameters specified in a data set:
 
//HRNIN DD *
SERVERS=3
SERVERTYPE=DAT
SERVERID=DATACOM1,IDPREFIX=DCOM

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved