acms_set_version(1) — Commands
Digital
NAME
acms_set_version − ACMSxp version setting script
SYNOPSIS
acms_set_version
DESCRIPTION
The acms_set_version script sets environment variables that are needed for ACMSxp executables and scripts to run. Two shell scripts are provided in the bin subdirectory of the ACMSxp product tree for this purpose:
acms_set_version.sh (for sh and ksh)
acms_set_version.csh (for csh)
Locate the appropriate subdirectory. For example:
% ls /usr/opt/ACMSXPV301/bin/acms_set_version.csh
/usr/opt/ACMSXPV301/bin/acms_set_version.csh
%
Invoke one of the acms_set_version scripts from this directory. For csh:
% source /acms_installation_directory/bin/acms_set_version.csh
For sh, ksh:
$ . /acms_installation_directory/bin/acms_set_version.sh
The acms_set_version script adds the bin directory of the ACMSxp directory tree to the PATH environment variable and sets the environment variables required to run ACMSxp software.
The acms_set_version script sets the following environment variables:
•ACMSADMIN_HELP_FILE
Points to text file containing help information for the acmsadmin utility.
•ACMS_EXAMPLES_DIR
Points to the directory where the sample application files are located.
•ACMS_LIB_DIR
Points to the directory where the archive library files are located (libtps.a and libsrtl.a).
•ACMS_SHLIB_DIR
Points to the directory where the shareable library files are located (libtps.so and libsrtl.so).
•ACMS_SYS_DIR
Points to the ACMSxp system location (binaries and scripts).
•ACMS_VAR_DIR
Points to the root directory of the ACMSxp product tree for this version.
•LD_LIBRARY_PATH
Points to libraries with which ACMSxp executables are linked.
•MANPATH
Created or modified to include a pointer to the parent directory containing the man page directories for this ACMSxp software version and related products (for example, Encina).
•NLSPATH
Location of ACMSxp system message files. Updated by acms_set_version.
•PATH
Updated to include the /bin directory for ACMSxp software in the user default path for locating ACMSxp executables.
•STDL_SYSTEM_INCLUDE_PATH
Points to the directory where the STDL header and COBOL copy files, STDL interface definition language (idl) files, and Encina tran header files are located.
RELATED INFORMATION
Commands: acms(1), acmsadmin(1), acmsdbx(1), acmslog(1), gwlog(1), stdl(1)
Scripts: acms_create_tpsystem(1), acms_delete_tpsystem(1), acms_start_tpsystem(1)