Panel | ||||
---|---|---|---|---|
|
...
- The system level default for CLI access, specified by the System Default Command Line Access Universal Controller system property, has been set to No, and the Command Line Access field in the User Details for your user account is set to -- System Default --."
- The Command Line Access field in the User Details for your user account is set to No, which overrides the System Default Command Line Access value.
...
Password Expiration
While a password is expired, CLI access will be prohibited until the password has been changed.
...
Parameter | Required | Optional |
---|---|---|
Message Level | ||
SSL/TLS Cipher List | ||
SSL/TLS 1.3 Cipher Suites | ||
SSL/TLS Implementation | ||
SSL/TLS Minimum Protocol Version | ||
SSL/TLS Maximum Protocol Version | ||
...
Note | ||
---|---|---|
| ||
If this parameter is specified, all other parameters (except Help) are ignored. |
Anchor | ||||
---|---|---|---|---|
|
...
The functions and syntax requirements for the z/OS environment are very similar to the other supported platforms with a few exceptions described below.
Note |
---|
IBM’s z/OS Language Environment (LE) interprets the first forward slash (/) in a parameter string as a separator between parameters meant for LE and parameters meant for the program being executed. To avoid confusion, parameters which contain a forward slash should be enclosed in double quotes. For instance agent-type=z/OS should be agent-type=”z/OS”. |
Command Line Options
When UAGCMDZ is executed as a batch program, command line parameters are specified with the step PARM keyword.
...