Previous Topic: Profile TokensNext Topic: Database-Specific Tokens


Token Tables

This section contains tables describing the complete set of profile tokens.

The following profile sections (categories) are described:

Values shown are defaults. Values in brackets (< and >) provide a list of available choices for that key. Under the Platform column, All refers to UNIX, Linux, Windows, and NonStop.

The following table describes DBMS profile tokens.

Tree-Sub-section

Key

Value

Platform

Description

ORACLE

OPT.DBUSER

 

Windows, UNIX/Linux

DBUSER should be the value to match a user which has been DBA granted.

Example:

GRANT CONNECT,RESOURCE TO user IDENTIFIED BY password;

GRANT CREATE TABLESPACE TO user;

GRANT DROP TABLESPACE TO user;

 

OPT.DBPSWD

 

Windows, UNIX/Linux

DBPSWD should be the value to match a user's password which has been DBA granted.

Example:

GRANT CONNECT,RESOURCE TO user IDENTIFIED BY password;

 

OPT.
DBCONNECT

 

Windows, UNIX/Linux

DBCONNECT overrides the database name to connect.

If blank, the database name stored in the model is used.

If set to LOCAL, the connection will be to the default of the DBMS if it is defined by the DBMS.

 

LOC.DBLIB

%ORACLE_HOME%\
precomp\lib

Windows

The database library location.

 

OPT.DBLIB

ORASQL11.LIB

Windows

The database library name.

 

OPT.
DBSQLLIB

 

Windows

The database SQL library name; normally blank.

 

LOC.DBPATH

%ORACLE_HOME%\bin

Windows

The database binaries location.

 

LOC.
DBINCLUDE

%ORACLE_HOME%\precomp\public;%ORACLE_HOME%\oci\include

Windows

The database include location.

 

OPT.DBPCC

PROC.EXE

Windows

The database precompiler name.

 

OPT.
DBPCCFLAGS

SQLCHECK=SYNTAX MODE=ANSI IRECLEN=255 ORECLEN=255 LTYPE=NONE (Windows)

IRECLEN=511 ORECLEN=511 CODE=ANSI_C LTYPE=NONE MODE=ANSI DBMS=V7 SQLCHECK=SYNTAX PARSE=NONE RELEASE_CURSOR=
NO HOLD_CURSOR=YES (UNIX)

Windows, UNIX/Linux

The database C precompiler flags. This is a keyword=value set of flags, each separated by a space. This set of flags can be added to as appropriate, or existing values can be modified.

Note: In the case of Oracle, if the value of SQLCHECK is changed from SYNTAX to SEMANTICS, you need to add USER=userid/passwd@dbname if the database is remote, or USER=userid/passwd for a local database.

DB2

OPT.DBUSER

 

Windows, UNIX/Linux

DBUSER should be the value to match a user which has been DBA granted.

 

OPT.DBPSWD

 

Windows, UNIX/Linux

DBPSWD should be the value to match a user's password which has been DBA granted.

 

OPT.
DBCONNECT

 

Windows, UNIX/Linux

DBCONNECT overrides the database name to connect.

If blank, the database name stored in the model is used.

If set to LOCAL, the connection will be to the default of the DBMS if it is defined by the DBMS.

 

LOC.DBLIB

%DB2PATH%\LIB

Windows

The database library location.

 

OPT.DBLIB

DB2API.LIB

Windows

The database library name.

 

OPT.
DBSQLLIB

 

Windows

The database SQL library name; normally blank.

 

LOC.DBPATH

%DB2PATH%\BIN

Windows

The database binaries location.

 

LOC.
DBINCLUDE

%DB2PATH%\INCLUDE

Windows

The database include location.

 

OPT.DBPCC

TIDB2PRP.EXE

Windows

The database precompiler name.

 

OPT.
DBPCCFLAGS

bindfile datetime iso

Windows, UNIX/Linux

The database C precompiler flags. This is a set of flags, each separated by a space. This set of flags can be added to as appropriate, or existing values can be modified.

MSSQL

OPT.DBUSER

 

Windows

DBUSER should be the value to match a user which has been DBA granted.

 

OPT.DBPSWD

 

Windows

DBPSWD should be the value to match a user's password which has been DBA granted.

 

OPT.
DBCONNECT

 

Windows

DBCONNECT overrides the database name to connect.

If blank, the database name stored in the model is used.

If set to LOCAL, the connection will be to the default of the DBMS if it is defined by the DBMS.

ODBC

OPT.DBUSER

 

Windows

DBUSER should be the value to match a user which has been DBA granted.

 

OPT.DBPSWD

 

Windows

DBPSWD should be the value to match a user's password which has been DBA granted.

 

OPT.
DBCONNECT

 

Windows

DBCONNECT overrides the database name to connect.

If blank, the database name stored in the model is used.

If set to LOCAL, the connection will be to the default of the DBMS if it is defined by the DBMS.

 

LOC.DBLIB

 

Windows

The database library location.

 

OPT.DBLIB

ODBC32.LIB

Windows

The database library name.

 

OPT.
DBSQLLIB

TIODBC.LIB

Windows

The database SQL library name; normally blank.

 

LOC.DBPATH

 

Windows

The database binaries location.

 

LOC.DBINCLUDE

 

Windows

The database include location.

JDBC

OPT.DBUSER

 

Windows

DBUSER should be the value to match a user which has been DBA granted.

 

OPT.DBPSWD

 

Windows

DBPSWD should be the value to match a user's password which has been DBA granted.

 

OPT.
DBCONNECT

 

Windows

DBCONNECT overrides the database name to connect.

If blank, the database name stored in the model is used.

If set to LOCAL, the connection will be to the default of the DBMS if it is defined by the DBMS.

 

LOC.
JDBCDRIVERS

 

Windows

JDBC drivers directory locations.

 

LOC.
JDBCDRIVERSCLASSPATH

 

Windows

Class library path used to locate JDBC drivers.

The following table describes SYSTEM profile tokens.

Key

Value

Platform

Description

SCRIPTER_
VERSION

2.0

All

The version of Build Tool script language to be used by this version of the Build Tool.

LOC.IEFH

$IEFH (UNIX/Linux/NonStop) or %GENxx%gen (Windows)
Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

All

CA directory location.

LOC.PLATFORM

$IEFPLATFORM

UNIX/
Linux
NonStop

Name of Operating System. Valid values are: HPia64, IEF_AIX, IEF_SOL ,IEF_LINUX, or IEF_NONSTOP.

LOC.SCRIPT

$IEFH/bt/scripts (UNIX/Linux/NonStop) or %GENxx%gen\bt\scripts (Windows)

Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

All

The directory containing the build script files.

OPT.C_SCRIPT_
NAME

build_unix_lm_c.scr (UNIX/Linux) or
build_lm_c_nsk_oss.scr (NonStop)

UNIX/
Linux
NonStop

The C Load Module script filename.

OPT.C_RI_SCRIPT_
NAME

build_unix_ri_c.scr (UNIX/Linux) or

build_ri_c_nsk_oss.scr (NonStop)

UNIX/
Linux
NonStop

The C RI Triggers script filename.

OPT.DB_SCRIPT_
NAME

build_unix_ddl.scr

UNIX/
Linux

The Database script filename.

The following table describes OPTIONS profile tokens.

Key

Value

Platform

Description

OPT.DEBUG

NO <YES/NO>

All

Setting this to YES will generate the application with debug.

OPT.HAS_SQL

NO <YES/NO>

Windows

To force the use of the selected DBMS, chosen during generation, to be linked into the Blockmode or Server load modules, regardless of whether or not the generated code contains any embedded SQL statements.

OPT.CBDLIST

 

All

For component consumptions, set this token to a fully qualified file name which contains a list of Operations Libraries to be included in the linking of the current Load Module or Operations Library.

OPT.INSTALL_
TRANCODES

YES <YES/NO>

Windows, UNIX/Linux

Token used to add the transaction codes to the generated AEENV file during the build.

OPT.IEFC

 

All

Use this token to provide additional compiler and optimization flags.

OPT.IEFLINK

 

All

Use this token to provide additional linker flags.

OPT.CMD_FORM

NO (UNIX), YES (Windows) <YES/NO>

Windows, UNIX/Linux

This token specifies the type of application to build, and where to place the executables.

For Windows:

Setting this to YES causes the application to be built as a console application, leaving all executables and the trigger dll in the model's \c directory. Set this value to NO for Server or Blockmode interactive applications, which will move all built executables and the trigger dll into the model's \c\inqload directory.

For UNIX and Linux:

Setting this to YES causes the application to be built as a console application, moving all executables and the trigger shared library into the model's /bin subdirectory. Set this value to NO for Server or Blockmode interactive applications, which will move all built executables and the trigger shared library into the model's /inqload subdirectory.

Note: This token is not applicable to GUI applications.

OPT.VSVERSION

VS2010

Windows

Represents the Visual Studio version used to build generated applications.

OPT.BITS

32

<32/ 64>

Windows

Represents the compiler bit setting used when building applications.

OPT.LIBTYPE

SHARED <SHARED/
ARCHIVE>

UNIX/
Linux

Applications use either CA Runtime shared libraries or CA Runtime archived libraries (static) when linking. This token is used to determine which style to link to the application. This also impacts which type of RI Triggers library to build (shared or archived).

OPT.COMPRESS_
STATICCONTENT

YES <YES/NO>

Windows

When the static content is requested by the browser, the runtime requests the .gz version of the file from the Application Server. This content is then streamed to the browser and automatically de-compressed by the browser.

OPT.COMPRESS_
DYNAMICCONTENT

YES <YES/NO>

Windows

All content generated at runtime is compressed using the GZIP compress algorithm. This content is streamed to the browser and automatically de-compressed by the browser.

OPT.INCREMENT_VERSION

YES <YES/NO>

Windows

When building applications, the version number (which can be initially set in application.h) is incremented for each build. This feature can be prevented by setting this token to NO.

The following table describes TARGET profile tokens.

Key

Value

Platform

Description

LOC.INSTALL

model_directory

UNIX/
Linux

Directory to place application modules. This directory must contain a trailing delimiter.

LOC.MAKE_DRIVE

model_drive

Windows

Drive which contains the model directory.

LOC.MAKE_DIR

model_directory

Windows

Directory where the make files are located, and the build takes place. This directory must contain a trailing delimiter.

LOC.MAKE_
OUTPUT

 

All

Directory where the model's build output files are located. This directory must contain a trailing delimiter.

LOC.CODE_SRC

model_directory

All

Directory where the model's source and remote files are located. This directory must contain a trailing delimiter.

LOC.CODE_EXE

model_directory

All

Directory where the model's execution files must be created. For server module, it is the Directory which is used as a staging directory for the build of the model's execution files and which are moved to LOC.CODE_SRC\inqload. This directory must contain a trailing delimiter.

LOC.CODE_OBJ

model_directory

All

Directory where the model's object files are located. This directory must contain a trailing delimiter.

LOC.CODE_LIB

model_directory

All

Directory where the model's libraries should be located. This directory must contain a trailing delimiter.

LOC.DDL

model_directory

All

Directory where the model's database files are located. This directory must contain a trailing delimiter.

LOC.RI_TRIG_SRC

model_directory

All

Directory where the model's RI trigger source files are located. This directory must contain a trailing delimiter.

LOC.RI_TRIG_LIB

model_directory

All

Directory where the model's RI trigger libraries should be located. This directory must contain a trailing delimiter.

LOC.RI_TRIG_OBJ

model_directory

All

Directory where the model's RI trigger object files are located. This directory must contain a trailing delimiter.

LOC.PROD_SRC

model_directory

UNIX/
Linux
NonStop

Directory where the production model's source files are located. This directory must contain a trailing delimiter.

LOC.PROD_OBJ

model_directory

UNIX/
Linux
NonStop

Directory where the productions model's object files are located. This directory must contain a trailing delimiter.

LOC.OPLIB

model_directory

All

For component consumption, this is the location of any Operations Library(s) that need to be linked into the current Load Module or Operations Library being linked. Defaults to same directory as the Load Module. This directory must contain a trailing delimiter.

The following table describes C profile tokens.

Key

Value

Platform

Description

OPT.TYPELIBGUID

{0C8F36F1-848E-11CE-9C08-02608
CDA5EE3}

Windows

GUID for Windows application library.

OPT.BUILD_AB

NO <YES/NO>

Windows

If set to YES, the build process will separate all action blocks from the {LoadModule}.DLL and create an A_{LoadModule}.DLL that is linked to the {LoadModule}.DLL. If the size of the {LoadModule}.DLL is an issue, this option can be set to YES to reduce the size of the Load Module.

OPT.BUILD_SRC

NO <YES/NO>

Windows

GUI applications require DBMS-specific startup stubs, including a DBMS choice of NONE. If this token is set to YES, the build process will copy the DBMS-specific stub source to the build directory and precompile, compile and link the stub. Otherwise, the DBMS-specific stub executable will be copied into the build directory and merely renamed to {LoadModule}.EXE. Also, the generated Window Manager resource file is bound with the {LoadModule}.EXE in order to provide the executable with the application icons.

Note: If both OPT.DEBUG is YES and OPT.BUILD_SRC is YES, the stubs will not build debuggable, since the delivered GUI Runtime is not debuggable. Runtime crashes occur when mixing debug stubs with nondebug runtime libraries.

OPT.HTMLHELPCOMPILER

HHC

Windows

Name of the Help compiler used for building .NET applications.

LOC.IEF_BITMAP

%IEF_BITMAP%

Windows

Directory containing the bitmap files for the application. If not set, then the ..\bitmap subdirectory existence is checked; otherwise, the model's source directory is used.

LOC.MQSLIB

C:\Program Files\IBM\
WebSphere MQ\Tools\Lib

Windows

Location of the Websphere MQ libraries.

LOC.EXTERNAL_
LIB

 

All

This token specifies one or more fully qualified external libraries that are linked into the application.

For Windows:

When working with pathnames which contain spaces, or linking to multiple external libraries, you need to quote each library and separate the library names with a single space. Also, do not include extrnc.lib in the set of libraries. The Build Tool will automatically search for extrnc.lib in the following locations:

{LOC.CODE_SRC}..\..\extrn

{LOC.CODE_SRC}extrn

{LOC.CODE_LIB}extrn

{LOC.MAKE_DIR}extrn

For UNIX and Linux:

When linking to multiple external libraries, you need to separate the library names with a single space. Also, do not include extrnc.a in this set of libraries. The Build Tool will automatically search for extrnc.a in the following locations:

{LOC.CODE_SRC}../../extrn

{LOC.CODE_SRC}extrn

{LOC.CODE_LIB}extrn

{LOC.MAKE_DIR}extrn

OPT.APPMANIFEST

EMBEDDED <EMBEDDED/
EXTERNAL>

Windows

Applications use either an embedded or external manifest. This token is used to determine the location of the manifest for the application.

OPT.REGISTERAPP

NO <YES/NO>

Windows

On Windows 7, executing REGEDIT.EXE to register a generated application requires elevated privileges and the authorization process suspends build processing. This token is used to determine whether to execute REGEDIT.EXE during the build process.

The following table describes JAVA profile tokens.

Key

Value

Platform

Description

LOC.IEFJREDIR

%GENxxJRE%

Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.

Windows

Location of the Java Runtime.

LOC.JDK_HOME

 

Windows

Location of the Java Development Kit.

LOC.JAVAEE
_HOME

 

Windows

Location of the Java Enterprise Edition development kit.

OPT.
USECLASSPATH

NO <YES/NO>

Windows

Token used to determine whether or not to append %CLASSPATH% to the local classpath for the current build.

OPT.JAVAFLAGS

-Xmx256m

Windows

This token contains the Java compile flags.

The following table describes NET profile tokens.

Key

Value

Platform

Description

LOC.NET_
EXTERNAL_
LIB_
DIRECTORIES

 

Windows

This token specifies additional directories to be used during the compile/link for .NET applications. Locations of external assemblies/modules may be specified here. The locations of external operation library assemblies must be specified here.

When working with multiple directories, separate them with a semicolon, as in the following example:

c:\user1;c:\user2

LOC.NET_
EXTERNAL_
ASSEMBLIES

 

Windows

This token specifies the external assemblies to be referenced in the .NET generated assemblies. The assembly name may be fully qualified, or just the assembly name. If only the assembly name is given, then the LOC.NET_EXTERNAL_LIB_DIRECTORIES token should be set to indicate the location of the external assembly.

When working with multiple external assemblies, separate the assembly names with a semicolon, as in the following example:

extern1.dll;c:\user\extern2.dll

LOC.NET_
EXTERNAL_
MODULES

 

Windows

This token specifies the external modules to be added into the .NET generated assemblies. The module name may be fully qualified, or just the module name. If only a module name is given, then the LOC.NET_EXTERNAL_LIB_DIRECTORIES token should be set to indicate the location of the external module.

When working with multiple external modules, separate the module names with a semicolon, as in the following example:

c:\user\extern1.netmodule;c:\user\extern2.netmodule

The following table describes MSI_DATA profile tokens.

Key

Value

Platform

Description

OPT.DEFAULTRUNTIMEDIR

 

Windows

Directory to install the runtime libraries contained in the MSI package. The default is to install the runtime libraries into the same directory as the loadmodule. Preempted at install time if the runtime libraries are already installed.

OPT.PRODUCTLANGUAGE

1033

Windows

The default language of the deployment.

OPT.READMEFILE

 

Windows

The fully qualified path of an optional Readme file for the deployment (in RTF format).

OPT.EULAFILE

 

Windows

The fully qualified path of an optional End User License Agreement for the deployment (in RTF format).

OPT.PRODUCTICONFILE

 

Windows

The fully qualified path of a product icon file displayed in the Add or Remove Programs dialog.

OPT.SPLASHBITMAPFILE

 

Windows

The fully qualified path of a main splash bitmap for the deployment (480x320 pixels BMP format).

OPT.BANNERBITMAPFILE

 

Windows

The fully qualified path of a banner at the top of each dialog of the deployment (493x58 pixels BMP format).

OPT.DIALOGBITMAPFILE

 

Windows

The fully qualified path of a background bitmap used on Welcome and Install-complete dialogs of the deployment (493x312 pixels BMP format).

OPT.COPYRIGHTWARNING

 

Windows

Text of a copyright warning message for the deployment displayed on the Welcome dialog.

OPT.WELCOMETEXT

 

Windows

Text of a welcome message for the deployment displayed on the Welcome dialog.

OPT.UPDATETEXT

 

Windows

Text displayed on the Exit dialog during deployment.

OPT.SUPPORTURL

 

Windows

Support URL displayed on the Support Information pop-up window in the Add or Remove Programs dialog.

OPT.SUPPORTPHONE

 

Windows

Support Phone number displayed on the Support Information pop-up window in the Add or Remove Programs dialog.

OPT.MANUFACTUREURL

 

Windows

Manufacturer URL displayed on the Support Information pop-up window in the Add or Remove Programs dialog.

OPT.
PRODUCTDESCRIPTION

 

Windows

Text description of the deployed application displayed on the Support Information pop-up window in the Add or Remove Programs dialog.

OPT.PRODUCTCODEPAGE

 

Windows

The default code page for the deployment.

The following table describes NonStop profile tokens.

Key

Value

Description

OPT.NS_TCP_AUTORESTART

2

Number of times that the PATHMON process attempts to restart the TCP. Valid value from 0 through 32,767.

OPT.NS_TCP_CHECKDIRECTORY

OFF <ON/OFF>

Specifies whether the TCP check the SCREEN COBOL TCLPROG directory file (for example, POBJDIR) for the latest version of a called program when executing a SCREEN COBOL CALL statement.

OPT.NS_TCP_CPUS

 

Primary and backup processors on which the TCPs run. You must set TCP NONSTOP to 1 to have a backup process created. Value is formatted as primary:backup.

OPT.NS_TCP_GUARDIAN_LIB

 

TCP Library if not using the default ($SYSTEM.SYSTEM.PATHTCPL).

OPT.NS_TCP_HOMETERM

 

Name of the terminal that receives the TCP debugging information.

OPT.NS_TCP_INSPECT

OFF <ON/OFF>

Specifies whether you can use the Inspect program to examine the SCREEN COBOL programs running on the terminals controlled by the TCP.

OPT.NS_TCP_MAXINPUTMSGLEN

133

Maximum length in bytes of any unsolicited message that the TCP accepts. Valid value from 0 through 6000.

OPT.NS_TCP_MAXINPUTMSGS

0

Maximum number of unsolicited messages that the TCP queues at any one time for all its requesters. Valid value from 0 through 2045.

OPT.NS_TCP_MAXPATHWAYS

2

Maximum number of external PATHMON processes that the TCP can communicate with at one time. Valid value from 0 through 4095.

OPT.NS_TCP_MAXREPLY

32000

Maximum number of bytes permitted for an outgoing SEND message or a server reply message. Valid value from 0 through 4095.

OPT.NS_TCP_MAXTERMDATA

32000

Number of bytes that the TCP allocates for context data for each terminal. Valid value from 2804 to 2,147,483,647.

OPT.NS_TCP_MAXTERMS

2

Maximum number of terminals that the TCP can have open at the same time. Valid value from 0 through 4095.

OPT.NS_TCP_NONSTOP

0 <0/1>

Specifies whether a TCP runs with a backup process and performs normal checkpoint operations.

OPT.NS_TCP_PRIORITY

50

Specifies the priority at which a TCP runs. Valid value from 1 through 199.

OPT.NS_TCP_PROGRAM_NAME

$SYSTEM.SYSTEM.PATHTCP2

Specifies the TCP object file name.

OPT.NS_TCP_SERVERPOOL

20000

Number of bytes that the TCP allocates for I/O requests and replies between the SCREEN COBOL programs and server processes. Valid value from 10,000 to 30,000.

OPT.NS_TCP_SWAP

 

Specifies the disk volume name for the temporary file formerly created and managed by the OS for memory swaps of the TCP extended data segment.

OPT.NS_TCP_TERMBUF

1012

Maximum number of bytes that the TCP allocates from the TERMPOOL area for its terminal output buffers. Valid value from 256 through 4095.

OPT.NS_TCP_TERMPOOL

10000

Number of bytes that the TCP allocates in its data area for all terminal I/O buffers.

LOC.NS_PATHWAY_GEN_INSTALL

 

Guardian location of CA Gen installation ($volume.subvolume).

OPT.NS_PATHWAY_MAXASSIGNS

20

Maximum number of ASSIGN definitions that you can specify across all the server classes in the Pathway environment. Valid value from 0 through 8191.

OPT.NS_PATHWAY_MAXDEFINES
Formula: This value should be set to the number of load modules * 10.

30

Maximum number of DEFINE definitions that you can specify for all server classes in a Pathway environment. Valid value from 0 through 4095.

OPT.NS_PATHWAY_MAXLINKMONS

5

Maximum number of LINKMON processes that can communicate with the PATHMON process at the same time. Valid value from 0 through 255.

OPT.NS_PATHWAY_MAXPARAMS
Formula: This value should be set to the number of load modules * 10.

30

Maximum number of PARAM messages that you can specify across all server classes in a given Pathway environment. Valid value from 0 through 4095.

OPT.NS_PATHWAY_MAXPATHCOMS

5

Maximum number of PATHCOM processes that can run simultaneously within Pathway. Valid value from 1 through 100.

OPT.NS_PATHWAY_MAXPROGRAMS

2

Maximum number of PROGRAM descriptions that you can add to the PATHMON configuration file. Valid value from 0 through 4095.

OPT.NS_PATHWAY_MAXSERVERCLASSES
Formula: This value should be set to the number of load modules + 5.

8

Maximum number of server class descriptions that you can add to the PATHMON configuration file. Valid value from 0 through 4095.

OPT.NS_PATHWAY_MAXSERVERPROCESSES
Formula: This value should be set to the (number of load modules * number of servers) + 10.  The number of servers is OPT.NS_SERVER_MAXSERVERS.

16

Maximum number of server processes that you can define for all server classes using the MAXSERVERS option of the SET SERVER command. Valid value from 0 through 4095.

OPT.NS_PATHWAY_MAXSTARTUPS
Formula: This value should be set to the number of load modules * 10.

30

Maximum number of server classes that can have STARTUP messages. Valid value from 0 through 4095.

OPT.NS_PATHWAY_MAXTCPS

1

Maximum number of TCP objects that you can add to the PATHMON configuration file. Valid value from 0 through 800.

OPT.NS_PATHWAY_MAXTERMS

2

Maximum number of TERM objects that you can add to the PATHMON configuration file. Valid value from 0 through 4095.

OPT.NS_PATHWAY_NAME

 

Pathway Name

OPT.NS_PATHWAY_SECURITY

N

Security for the PATHMON environment. Values are the same as Guardian security values (A,G,O,-,N,C,U).

OPT.NS_SERVER_AUTORESTART

1

Number of times that the PATHMON process attempts to restart a server process within a fixed 10-minute interval after an abnormal termination. Valid values from 0 through 32,767.

OPT.NS_SERVER_CPUS

 

List of processors in which the server processes in this server class run.

OPT.NS_SERVER_CREATEDELAY

20

Maximum amount of time a link manager waits to use an established link to a server class before requesting a new link from the PATHMON process that controls the server class. Value valid from 0 through 16,383 (Seconds).

OPT.NS_SERVER_DEBUG

OFF <ON/OFF>

Specifies whether the server processes in this server class enter debug mode when starting.

OPT.NS_SERVER_DELETEDELAY

10

Maximum amount of time a link between a link manager and a dynamic server process in a server class can remain idle before the link manager automatically returns the link to the dynamic server. Value valid from 0 through 1092 (Minutes).

OPT.NS_SERVER_HOMETERM

$ZHOME

Name of the home terminal for servers in this server class.

OPT.NS_SERVER_LINKDEPTH

10

Maximum number of links that any one link manager can have to an individual server process in a server class. Server Link Depth. Valid value from 0 through 4095.

OPT.NS_SERVER_MAXLINKS

100

Maximum number of links to an individual server process from all link managers, such as a LINKMON process. Valid value from 0 through 4095.

OPT.NS_SERVER_MAXSERVERS

2

Maximum number of server processes in a server class that can run at the same time. Value valid from 0 through 4095.

OPT.NS_SERVER_NUMSTATIC

1

Maximum number of static servers within this server class. Valid value from 0 through 4095.

OPT.NS_SERVER_OUT

$0

Specifies the name of the OUT file in the startup message.

OPT.NS_SERVER_PRI

150

Priority at which the servers of this server class run. Valid value from 1 through 199.

OPT.NS_SERVER_SECURITY

N

Specifies the users, in relation to the OWNER attribute, who can access a server class from a Pathsend requester. Values are the same as Guardian file security attributes (A,G,O,-,N,C,U).

OPT.NS_SERVER_SHORT_MODEL_NAME

 

Server Target SubVolume

LOC.NS_SERVER_TARGET_VOLUME

 

Server Target Volume

OPT.NS_SERVER_TMF

ON <ON/OFF>

Specifies whether servers in this server class can lock and update data files audited by the TMF subsystem.

OPT.NS_SERVER_TMTSERVER_IN

$ZHOME

Name of the input file passed to the TMT-SERVER.

OPT.NS_SERVER_TMTSERVER_OUT

$0

Name of the OUT file in the startup message of the TMT-SERVER.

OPT.MODULE_CATALOG

 

SQL/MX Module Catalog Name

OPT.MODULE_SCHEMA

 

SQL/MX Module Schema Name

OPT.MODULE_LOCATION

moduleLocal

SQL/MX Module Location

Make sure that you have set values for the following tokens, since these cannot be defaulted: