CAS_SRV_CANCEL=L
構文
SET CASSPOOL_LOCK_RETRY_COUNT=count
値
count レコード ロックの取得を試行する回数。
デフォルト
この変数が指定されていない場合のデフォルトは 20 です。
LSC 形式のアプリケーション (Drag and Drop、SourceConnect、Monitor など) で使用される最大タイムアウト期間を 10 分の 1 秒単位で指定できます。使用可能な最大値は 2,147,483,647 です。
構文
SET CCITIMEOUT=value
デフォルト
デフォルトは 1200 (2 分) です。
例SET CCITIMEOUT=2400
構文
set CCITCP2=hostname
パラメーター
hostname には、該当セッションから接続する CCITCP2 デーモンが実行されているマシンの TCP ホスト名またはドット付きの 10 進の IP アドレスを指定します。
説明
環境変数の値は、構成ユーティリティを使用して設定した値よりも常に優先されます。構成ユーティリティで設定した値を使用する状態にプロセスを戻すには、次に示すように環境変数を空の文字列に設定します。
set CCITCP2=
または、(システム環境設定でシステム変数を作成するか、CONFIG.SYS ファイルを使用して) この環境変数がシステム全体に設定されている場合、この値は構成ユーティリティを使用して設定した値よりも常に優先されます。
構文
set CCITCP2_PORT=port
Syntax
set CCITCPS_old_server_name=[new_server_name,]{MFNODE=node_name | MFPORT=port_number | MFNODE=node_name, MFPORT=port_number}
Parameters
Note that this will only work if the server application process is started in the same session or process that has this environment variable set.
Example
set CCITCPS_server_name=MFPORT:3000
クライアントがサーバー名 server_name を持つサーバーに接続しようとしており、そのサーバーで使用されている TCP アドレスおよびポート (3000 など) がわかっている場合は、この環境変数を設定するとクライアントはそのサーバーに直接接続できます。
構文
CCITCPT_server_name=MFNODE:server_hostname,MFPORT:port_number
この環境変数は、クライアントのマシン名の値を設定する代わりに使用できます。クライアントで指定されたマシン名の値をアプリケーション定義メソッドで変更できない場合に便利です。
パラメーター
例
CCITCPT_server1=MFNODE:server2,MFPORT:3000
Syntax
CCITRACE=[options]
/F or -F | Logs the details of CCI API calls to the trace file. The default is OFF, unless any other trace option is specified, in which case it is always ON. |
/P or -P | Logs the details of protocol-level calls to the trace file. The default is OFF. If this flag is OFF, then only the details of the CCI user-level API will be traced. If this flag is ON, the level of function tracing can be increased. |
/D or -D | Logs the contents of all buffers passed to and from the CCI functions. The default is OFF. Data tracing might not be allowed if the application has been coded to prohibit data tracing for security reasons. |
The CCI.INI file can also be used to control trace options, but any values specified by the CCITRACE environment variable will take precedence.
Syntax
set COBCCSIDDIR=base-dir
Parameters
base-dir is the base directory containing sub-directories for each translation table.
Specifies a run-time configuration file that tailors the run-time configurable options in some way.
Syntax
SET COBCONFIG=pathname
Parameters
Comments
If $COBCONFIG is not set then the file $COBDIR/etc/cobconfig is searched for instead.
Example
SET COBCONFIG=/home/mydir/cobconfig
コンパイラおよび Animator がコピーファイルを検索するディレクトリを指定します。
構文
SET COBCPY=pathname[:pathname]...
パラメーター
コンパイラおよび Animator でコピーファイルが検索される場合の検索先ディレクトリを指定します。pathname を複数指定する場合に、空の pathname は現在の作業ディレクトリを示します。
例
SET COBCPY=/home/group/sharedcopy::mydir/mycpy
このように指定すると、コンパイラは最初に /home/group/sharedcopy でコピーファイルを検索します。次に現在のディレクトリを検索し、最後に ./mydir/mycpy で検索します。検索は、コピーファイルが見つかるか、存在しないことが認識されるまで続けられます。
Specifies the directory or directories that the run-time system is to search for data files. Provides you with the facility to map data files globally, thus enabling you to put working data files in a directory whose name is not known until run time.
Syntax
COBDATA=pathname[:pathname]...
Comments
COBDATA affects the compiler and other utilities. During compilation, for example, program source is regarded as a data file by the compiler. If you intend to use any COBOL development system utilities, we recommend that the COBDATA value starts with a colon (:).
COBDATA is considered set if there is an environment variable of this name in your environment space, and its value is non-empty.
The full mapping order for files is:
For multiple directory paths specified either in the COBDATA environment variable or a dd_ environment variable, the system searches the first directory specified followed by a slash (/) as a prefix to the user name.
If the filename is not found, or is not readable, the search continues with the next directory until the final directory has been searched. If no file is found, the first directory is used if a file is to be created.
Any dd_ and COBDATA mappings are ignored for any filename that starts with a hyphen () or a slash (/). In addition, it is illegal to have a hyphen in an environment variable name.
When using this facility, you should not use a filename that starts with "COB... "(these are reserved for the COBOL system).
You can use the COBDATA environment variable for files open in any mode (including OUTPUT) and for fixed or variable length files. If you are using indexed files, both the data and index files must be in the same directory.
The COBDATA environment variable affects file deletes, using the rules given here, as well as file opens.
If you intend to use COBOL development system programs, we recommend that you first unset COBDATA, as many of these programs open data files and are thus affected by the value of COBDATA. If you have to set COBDATA, you should include the paths :$COBDIR/dynload/helptbox.lbr and :$COBDIR/dynload/check.lbr at the beginning of the COBDATA value. If you want to see the Animator Help pages, also include COBDIR/dynload/advanim.lbr.
Example
SET COBDATA=:demo:/home/data:progs
causes COBDATA to be set to instruct the run-time system to search for data files in the current directory, then in the directory ./demo, then in the directory /home/data and finally in ./progs.
必要な Micro Focus COBOL システムがインストールされているディレクトリを指定します。COBOL システム コンポーネントおよびユーティリティの多くは、この情報を必要とし、使用します。COBDIR 環境変数が設定されていない場合、COBOL システムは、その環境変数がデフォルトの COBOL システム ディレクトリに設定されているかのように動作します。
SET COBDIR=pathname
パラメーター
説明
Micro Focus COBOL システムは通常、デフォルトの COBOL システム ディレクトリにインストールされるため、COBDIR を設定する必要はありません。COBDIR は、同じ COBOL システムの複数のバージョンを同時に使用できる場合などのように、ご使用の COBOL システムが別のディレクトリにインストールされている場合にのみ設定する必要があります。
例
SET COBDIR=/home/products/cobse20
このように指定すると、Cob ユーティリティは、ディレクトリ /home/products/cobse20 で Micro Focus COBOL システム ソフトウェアを検索します。
Specifies the maximum elapsed time, in tenths of a second, for the connected terminal to transmit any valid escape sequence to the run-time system.
When a terminal key is depressed, the terminal might send in response a single character or a group of characters to the run-time system. Typically, such a group of characters starts with an escape character and the group of characters is known as an escape sequence. A terminal might send an escape sequence for one depression of a function key. It might also send the same sequence of characters for a depression of the Escape key followed by the depression of one or more alphabetic or numeric data keys. The only difference apparent to the run-time system is the interval between the arrival of each character; the user cannot type as fast as the escape sequence is generated by the terminal.
If a terminal is connected over a network that sends the characters to the run-time system in discrete packets, then the network can alter the intervals between each character arriving at the run-time system. COBKEYTIMEOUT is available to help compensate for typical network delays so the run-time system identifies escape sequences correctly.
Syntax
SET COBKEYTIMEOUT=n
Parameters
n A number in the range 1 through 126 that represents the maximum elapsed time required for a terminal to transmit any valid escape sequence to the run-time system over the line or network connection. On encountering a lone Escape character, the run-time system waits n tenths of a second before assuming that the character does not introduce an escape sequence. The run-time system calculates an appropriate default value for n from the baud rate of the terminal.
例 1:
COBLPFORM 1:3:5:7:9:11:13:15:17:19:21:23
この例では、C01 は 1 に等しく、C02 は 3 に等しくなります。
例 2:
COBLPFORM :3::5: :9
この例では、C01 は 3 に等しく、C02 は 5 に等しく、C03 は 1 に等しく、C04 は 9 に等しくなります。チャネルごとに 1 つの行番号のみを指定できます。
上記の例 2 では、チャネル C05 ~ C12 は未定義です。print 文でチャネル C05 ~ C12 を指定すると、行は 1 行目に出力されます。また、上記の例では、C03 は値が空白で未定義であるため、1 に等しくなります。
WRITE BEFORE/AFTER PAGE 文の出力は常に 1 行目から開始されます。次の行に移動するたびに行番号が 1 つ増加します。現在の行と同じ、またはそれ以前の行への移動を要求すると次のページに移動し、要求に応じた行まで改行が生成されます。
This variable is used to specify the size of the main stack.
Syntax
SET COBMAINSTACK=n
Parameters
n - The size, in bytes, of the stack.
The main stack size defaults to three times the size of a threaded stack. The size of a threaded stack is either specified when the stack is created (using CBL_THREAD_CREATE), or it defaults to 160KB for a 32-bit application or 320KB for a 64-bit application.
You might need to set COBMAINSTACK in any of the following circumstances:
Specifies the directory or directories that the run-time system is to search for dynamically loadable .int and .gnt files, or callable shared objects.
Syntax
SET COBPATH=pathname[:pathname]...
Parameters
pathname A list of search directories, each item separated by a semicolon, that the run-time system is to search for a dynamically loadable program (.int, .gnt or callable shared object) file. When more than one pathname is specified, a null pathname represents the current working directory.
Example
SET COBPATH=u:/home/mydir/srclib:otherlib
標準入力ストリーム (stdin) を介して DISPLAY UPON PRINTER 文からの出力を受信する印刷スプーラーの名前を指定します。
構文
SET COBPRINTER=command-line
パラメーター
説明
ユーザーの COBOL プログラムで DISPLAY UPON PRINTER 文が実行されるたびに、新しく command-line が実行されます。実行された各コマンドでは、DISPLAY 文で参照されるデータが受信され、データの最後には、システムにファイルの終わりを示す条件が受信されます。
例
SET COBPRINTER="myspooler -a $TMPDIR\spoolfile"
Syntax
SET COBSW=[+/-}s...
A list of the run-time switches to set or unset.
Example
SET COBSW=+0+D
This enables run-time switch 0 and the ANSI COBOL debug switch.
値
Syntax
SET ENTRYNAMEMAP={filename|directory}; ...
Parameters
filename An entry map file.
directory A directory containing an entry name map file. The name of the entry name map file must be mfentmap.dat.
Comments
You must set the entry_name_mapper tunable to enable entry point mapper support.
If ENTRYNAMEMAP is not set, the run-time system searches for an entry name map file called mfentmap.dat in each folder specified by the COBDIR environment variable.
If the run-time system finds more than one entry name map file and same entry point is defined differently in different files, precedence is given to the definition in the entry name map file that was found first. To change the order in which the run-time system finds entry name map files you need to change the order in which the files appear in the COBDIR or ENTRYNAMEMAP environment variable paths.
構文
SET ES_ALLOC_EXPAND=value
値
Y 割り当てパスの指定に使用される環境変数を展開します。
N パスで使用される変数を展開しません。
デフォルト
デフォルト値は、Y です。
Syntax
SET ES_ALLOC_OVERRIDE=rules-file
Values
rules-file The file path and name of the dataset rules file.
SET ES_CERT_REG=pathname
pathname 登録が格納されているディレクトリのパス名。
デフォルトでは、ディレクトリは指定されていません。この場合は、cascertreg コマンドで指定する必要があります。
SET CESN_NO_OS390=value
Specific invalid user/password messages will be produced.
ES_CONSOLE_LOG=port export ES_CONSOLE_LOG
次の各オプションを単独または組み合わせて指定できます。
ES_CSKL_NO_MSG_CONSOLE=value
Enables or disables database file handler support. This is required if your data files are stored in a datastore, or your enterprise server region stores some of its resources in a database; see Micro Focus Native Database File Handling and Enterprise Server Region Database Management for more information.
Syntax
SET ES_DB_FH=value
Values
Default
Database file handler support is disabled.
Specify the name of the database server to be used for region database operations.
There also needs to be a corresponding <server> entry for the database server within the configuration file specified by the MFDBFH_CONFIG environment variable. <dsn> entries for the region, cross-region and master databases must also be specified in the configuration file to enable use of region database operations.
Syntax
SET ES_DB_SERVER=server-instance
Values
server-instance is the name of a valid database server instance. For example, set ES_DB_SERVER=MYSERVER.
Default
Not set.
Using the example above, you would be required to have something similar to that below in your database configuration file:
<?xml version="1.0" encoding="utf-8"?> <datastores usevault="false"> <server name="MYSERVER" type="sqlserver" access="odbc"> <dsn name="SS.MYMASTER" type="database" dbname="master"/> <dsn name="SS.CAS.ESDEMO" type="region.cas" region="ESDEMO" feature="all"/> <dsn name="SS.CAS.CROSSREGION" type="crossregion.cas"/> </server> </datastores>
If you use a hyphen, the values you specify are the start and the end of the port range, and the second port number must be greater than the first.
If you specify a comma, the values you specify are the start of the port range and the number of ports available from the start of the range.
ES_DDBG_PORT_RANGE=value
or
Examples
The following definition specifies that ports 8001 through 8040 are to be used:
ES_DDBG_PORT_RANGE=8001-8040
The following definition specifies the same ports but using a different format:
ES_DDBG_PORT_RANGE=8001,40
ES_DISABLE_DFLTUSR_SIGNON=value
ES_ESMAC_DISP_MAX_OVERRIDE=value
構文
SET ES_HSF_CFG=cfg-options
パラメーター
field_name=value;[field_name=value;]...次の値を使用します。
フィールド名 | 範囲 | デフォルト |
---|---|---|
CUSTOM | 0-5 | 0 |
CICSF | 0-20 | 5 |
TSQ | 0-20 | 5 |
TDQ | 0-20 | 5 |
次に例を示します。ES_HSF_CFG=CUSTOM=2;CICSF=10;TSQ=32 は、2 個のカスタム フィールド、10 個の CICS ファイル フィールド、5 個の TSQ フィールド、および 5 個の TDQ フィールドを生成します。
カスタム フィールドは、ES_WRITE_CUSTOM_HS F ライブラリ ルーチンを使用して書き込まれます。
Specifies the region database that is to process resource locking (step- and system-scoped ENQs) for an enterprise server within a cluster, where resources (such as spool queues and catalogs) are deployed to a database.
Syntax
SET ES_LOCKDB=region-db
Parameters
ES_MAX_CATALOG_LINES=number
構文
SET ES_MQ_1PC=value
値
デフォルト
デフォルトでは、ESMQXA は 1 フェーズ コミット モードで動作しません。
構文
SET ES_MQ_LISTENER={QueueManagerName,QueueName,ListenerName} [,QueueManagerName,QueueName,ListenerName}...値
QueueManagerName,QueueName,ListenerName - 定義されるリスナーの特性。
デフォルト
デフォルトでは、WebSphere MQ リスナーは定義されません。
構文
SET ES_MQ_XA=value値
デフォルト
デフォルトでは、動的 XA 構造が使用されます。
値
Y 以前のデフォルトの動作を有効にします。JCL DD ステートメントで参照されている場合に、動的 PDS の物理ファイルがカタログ化および作成されます。
N JCL ユーティリティまたはユーザー プログラムを使用して作成されている場合にのみ、動的 PDS メンバーの物理ファイルが作成およびカタログ化されます。
デフォルト
デフォルト値は、N です。
SET ES_OLD_SEC_TSTD=value
SET ES_OTMA_TIMEOUT=seconds
構文
SET ES_RLS_FILE_SUPPORT=value
値
デフォルト
RLS ファイル サポートはオフです。
構文
ES_SEP_DORMANT_TIME=seconds
値
デフォルト
2 秒間のアイドル時間が経過すると、一時 SEP は終了します。
構文
ES_SERVER=name
値
デフォルト
ESDEMO/ESDEMO64
構文
SET ES_USR_DFLT_ESMAC=user
値
デフォルト
mfuser
構文
ES_ESM_DISABLE_DFLTUSER_ESMAC=value
値
デフォルト
デフォルトの ESMAC ユーザーは無効になりません。
構文
ES_XA_LOG_SUPPRESS=value
値
デフォルト
デフォルトでは、値は指定されておらず、XA ロギングは抑制されません。
構文
SET ES_XA_RECONNECT=Y,<seconds>,<retry_count>
次に例を示します。
ES_XA_RECONNECT=Y,120,4最初の値が Y に設定されている場合、これは再接続プロセスが必要であることを示します。2 番目の値は、2 フェーズ コミットに失敗した後に XA 回復トランザクションがトリガーされるまでの遅延時間 (秒数) です。この遅延は、同期ポイントのフェーズ 2 で RC 04 が返された場合の XA 回復トランザクションの再スケジュール間隔にも適用されます。3 番目の値は、XA 回復トランザクションによって実行された XA コミットまたはロールバックで xa-retry (04) 戻りコードが返された場合に回復を再試行する回数です。この場合、次のメッセージがコンソールに送られます。
CASXO0054W XA recovery error RC=4 on commit in-doubt transaction RM: RM01 RC: 00004 XID: MF_CAS DEMOMYREG 000000***********000010000000** 0000
再試行の最大回数に達すると、次のメッセージがコンソールに送られます。
CASXO0055S XA MAX recovery attempts, manually commit in-doubt transaction RM: RM01 RC: 00004 XID: MF_CAS DEMOMYREG 000000***********000010000000** 0000
デフォルト
この変数が設定されていない場合、デフォルトでは XA 再接続機能は有効になりません。
構文
SET EXTFH=filename.cfg
パラメーター
filename.cfg 構成ファイルの名前。
例
SET EXTFH=/home/mydir/myconfig.cfg
構文
SET FHREDIR=filename.cfg
パラメーター
filename.cfg 構成ファイルの名前。
例
SET FHREDIR=/home/mydir/myconfig.cfg
Fileshare Server に使用させる構成ファイルを指定します。
構文
SET FS=filename.cfg
パラメーター
filename.cfg 構成ファイルの名前。
例
SET FS=myconfig.cfg
構文
SET FSCOMMS="\$local"
パラメーター
"\$local" Fileshare システムをシングル ユーザー モードで実行します。
構文
SET HCOBND=pathname
HCOBND=pathname export HCOBND
パラメーター
pathname バインド ファイルを格納するために DB2 ECM で使用するディレクトリ。
例
SET HCOBND=d:\mydir\binds
説明
DB2 ECM は、この環境変数が設定解除されるか、または別のディレクトリが再設定されるまでは指定されたディレクトリを使用します。DB2 コンパイラの指令オプション BIND はこの環境変数をオーバーライドします。
構文
SET MAINFRAME_FLOATING_POINT=fpstatus
パラメーター
fpstatus 浮動小数点データ項目に使用する形式。次のどちらかです。
MAINFRAME_FLOATING_POINT を true 以外に設定した場合は、false に設定した場合と同じことになります。
この環境変数の設定は、NATIVE-FLOATING-POINT 指令によってオーバーライドできます。
Specifies the name of the MFCATMNT user exit program if not compiled to the default name of MFCATMNTUE.
Syntax
SET MFCATMNTUE=program-name
Values
program-name represents the name of the MFCATMNT user exit program if not compiled to the default name of MFCATMNTUE.
Default
MFCATMNTUE=MFCATMNTUE
スプール ハウスキーピングの実行時に、ジョブに関連付けられた MFELX* ファイルも削除するかどうかを決定します。
構文
SET MF_SPOOL_HK_LEX_SCAN=Y|N
値
Y ファイルは削除されます。
N ファイルは削除されません。
デフォルト
デフォルトは Y です。
構文
SET MF_SPOOL_HK_OUTPRTC=value
値
Y 完了キューのファイルは削除されます。
N完了キューのファイルは削除されません。
デフォルト
デフォルトは Y です。
構文
MF_SPOOL_HK_TESTDATE=YYYYMMDD
値
YYYYMMDD 標準の日付をオーバーライドする日付。
デフォルト
この変数を設定しなかった場合、スプール ハウスキーピングの標準の日付が使用されます。
構文
SET MF_SPOOL_HK_WRITE_PROFILES=Y|N
値
Y プロファイル ファイルは作成されます。
N プロファイル ファイルは作成されません。
デフォルト
デフォルトは Y です。
構文
SET MFCSCFG=filename
パラメーター
filename 構成ファイルの名前。
例
SET MFCSCFG=/home/mydir/mfclisrv.cfg
説明
MFCSCFG の値は、コマンド ラインで値が定義されている場合はその値によってオーバーライドされます。どちらの方法でもファイル名が指定されていない場合は、デフォルト名の構成ファイル mfclisrv.cfg が現在のディレクトリ内で検索されます。それでもファイルが見つからない場合は、各構成パラメーターのデフォルト値が使用されます。
Specifies the location and the name of the configuration file that defines the database server instances and associated databases.
Syntax
SET MFDBFH_CONFIG=value
Values
value represents the full path and filename of your database configuration file.
Default
Not set.
Specifies the type of record locking that it is to be used when the database file handler is in effect.
Syntax
SET MFDBFH_RECORD_LOCKING=table|database
Parameters
Default
Specifies the location of the scripts and stored procedures required when the database file handler is in effect.
Syntax
SET MFDBFH_SCRIPT_DIR=value
Values
value represents a path to the directory containing the required resources.
Default
value defaults to the \etc\mfdbfh\scripts sub directory of your product installation directory.
For more information on secrets vaults, see Vault Facility.
Syntax
SET MFDBFH_VAULT=value
Values
value represents the name of a vault.
Default
Not set.
For EBCDIC datasets, translates from EBCDIC to ASCII using a PUT, and ASCII to EBCDIC using a GET.
Syntax
MFFTP_ASCII_CMD_XLATE={Y|N}
Comments
When set to Y, must be used with TYPE A or ASCII sub command.
Specifies a configuration file for Language Environment (LE) run-time options.
Syntax
SET MFLECONFIG=filename
Parameters
filename The file containing the LE run-time options you want to use.
構文
SET MFLOGDIR=dirname
パラメーター
dirname ログ ファイルのディレクトリの名前。
例
SET MFLOGDIR=/home/mydir/logs
ゼロのレコード長でカタログ化されている行順編成ファイルの読み取り/書き込み時の REXX EXECIO コマンドに対するレコード長を指定します。
When the variable is not set (which is the default), the registration process is not skipped.
Syntax
SET MFRU_NOINHERIT=Y|TRUE
The default is that the variable is not set.
Syntax
SET SORTCOMPRESS=n
Parameters
n - An integer that indicates if compression is enabled or not. 0 (zero, the default) indicates not enabled; any positive integer indicates enabled. When enabled, it allows for run-length encoding of sort records, resulting in much better performance when records contain multiple repeated characters.
Comments
This variable is recommended if the sort records contain many single repeated characters, for example, multiple spaces, as it can be very effective in improving memory usage and therefore sort performance.
Example
SET SORTCOMPRESS=5
構文
SET SORTSCHEME=1
構文
SET SORTSPACE=n[K|k|M|m|G|g]
パラメーター
n[K|k|M|m|G|g SORT 操作用に内部ワークスペースに割り当てられるメモリの量。K または k はキロバイト、M または m はメガバイト、G または g はギガバイトを表します。文字なしはバイトを意味します。デフォルトは 1 メガバイトです。
説明
SORTSPACE に大きい値を指定すると通常、ソート速度が向上します。ただし、コンピューターの主メモリ容量を超える値を指定すると、オペレーティング システムが使用可能なメモリを検索しなければならなくなり、パフォーマンスが低下します。
例
SET SORTSPACE=1024K
構文
SET SORTTEMPSPACE=n[K|k|M|m|G|g]
パラメーター
n[K|k|M|m|G|g] SORT 操作用の一時ワークスペースに割り当てられるメモリの量。K または k はキロバイト、M または m はメガバイト、G または g はギガバイトを表します。文字なしはバイトを意味します。割り当てることができるメモリの最小量は 32 メガバイトです。
説明
SORTTEMPSPACE によって、SORT で使用するメモリの割り当てを調整でき、一般にメモリ断片化の影響を受けるシステムのパフォーマンスを向上できます。
例
SET SORTTEMPSPACE=250MB
構文
SET SORTTYPE=2
TX_MQ_CONVERT is used to overwrite the MQ queue manager CCSID.
If the variable is not set, Enterprise Server will use the current queue manager CCSID.
The value is used in the MD-codedcharsetid parameter.
You can force the convert option for MQ even if the application does not set the option on the call by specifying the code set followed by Force. See WebSphere MQ-Specific Environment Variables for more information.
The CIPHERS attribute in these CICS resources (which is for USAGE(CLIENT)) can be specified in one of the following ways:
SET USSCONFIG=/absolute/path/to/cipher/suite/specification/file(s)
Syntax:
SET XFHLOG=DEFAULT
Parameters:
DEFAULT - generates the log file in the current directory.
Comments:
If the XFHLOG variable is not set, the log file is created in C:\ProgramData\Micro Focus\File Handler\[version-number].
where [version-number] represents the version of your Micro Focus product.
The effect of this variable can be overridden by the LOGFILENAME configuration option.