Previous Topic: How Security Affects OPSLOG WebViewNext Topic: Configure the Web Application


SYSIN Statement Parameters

You can find the following SYSIN statement in the OPSLOGSV started task procedure's SYSIN file:

//SYSIN    DD DISP=SHR,DSN=MY.PDS(SYSIN)

Set the following parameters in the SYSIN file:

-B buffer

Sets the TCP send buffer size. This parameter can be used for TCP segmentation offload.

Limits: 256-256K

-C path

Sets the HFS or zFS in compatibility mode node where you want to store user configurations.

Example: /sys/usr/caops/cfg. There is no default.

-G 0|DISABLE or 1|ENABLE

Allows a system administrator to deny the ability of users to activate GO mode in WebView.

Note: O and DISABLE are equivalent to each other and 1 and ENABLE are equivalent to each other.

0|DISABLE

Disables GO mode for all users. The GO option in the OPTION menu of WebView is “grayed out” which makes it unavailable to the users.

1|ENABLE

Enables GO mode for all users. When GO mode is enabled, the GO option is enabled, and not grayed out. GO mode is only active if it is activated by the user. Specifying enable is optional since this condition is the default condition.

Default: 1|ENABLE

-I minutes

Specifies the number of minutes that a client can be idle before the server forces the client to disconnect. The default is 120. 0 is a special case that prevents forced logout.

-M maxcons

Specifies how many clients the server permits to log on at one time. The default and maximum are 50.

-P port#

Specifies which TCP/IP port the server and client use to communicate with each other.

-S PATH name

Selects SSL as the encryption manager, and specifies where the keyring can be found. PATH must be specified verbatim, as shown. If name begins with a slash, the keyring is assumed to be stored in the HFS or zFS in compatibility mode. If name begins with any other character than slash, the keyring is assumed to be stored by MVS in a SAF-protected stash.

-S PASS password

Specifies passwords that are used for keyrings be stored in the HFS or zFS in compatibility mode. Each keyring has its own password. Omit this line if you store your passwords in a SAF-managed stash.

-S LABEL label

Specifies the label, which is a property related to a specific key in a keyring.

-T level

Trace level (formerly debug level) specifies the level of detail that is sent to SYSPRINT.

Important! The -T level replaces the former -d (debug) level. The JCL fails if you specify -d.

-U Unencrypted

Specifies that all communication between host server and client are to be unencrypted, except for passwords, which are always encrypted. SSL overrides this form, if both SSL and Unencrypted are specified.