Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

FTSHWOPT

&pagelevel(3)&pagelevel

Note on usage

Function: Display operating parameters

User group: FT user and FT administrator

Functional description

The command FTSHWOPT can be used at any time to obtain the information listed below on the operating parameters of your FT system:

  • Information on whether or not openFT has been started

  • Instance identification

  • Maximum values for operation (maximum number of file transfer requests in the request file, maximum lifetime of requests, maximum number of processes and transport connections, maximum size of a transport unit)

  • Security settings (FTAC security level of the partner systems, extended sender verification)

  • Logging settings (scope, intervals for automatic deletion)

  • Trace settings

  • Settings for traps (console traps, ADM traps)

  • Settings for the monitoring functions

Format

FTSHWOPT

OUTPUT = *STDERR (...) / *STDOUT(...)

*STDERR (...) / *STDOUT(...)

LAYOUT = *STD / *CSV / *BS2-PROC / *ZOS-PROC

Operands

OUTPUT =

Output medium.

OUTPUT = *STDERR (...)
Output is performed to SYSTSPRT or SYSERR, if this DDNAME is defined.

OUTPUT = *STDOUT(...)
Output is performed to SYSPRINT.

LAYOUT = *STD
Output is put into a user-friendly form for reading.

LAYOUT = *CSV
Output takes place in Character Separated Values format. This is a special tabular format, widely used in the PC world, where the individual fields are separated by semicolons “;“ (see section “FTSHWOPT”).

LAYOUT = *BS2-PROC
The operating parameters are output as a command sequence. This can be called as an SDF procedure at BS2000 systems in order to recreate the identical operating parameters.

LAYOUT = *ZOS-PROC
The operating parameters are output as a command sequence. This can be called as a Clist procedure at z/OS systems in order to recreate the identical operating parameters.