Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

CREATE-DISPLAY-CMD

&pagelevel(4)&pagelevel

Privileges: TSOS

The CREATE-DISPLAY-CMD command creates a DISPLAY command. This enables the functionality of the corresponding SHOW command to be made available to nonprivileged users.

CREATE-DISPLAY-CMD                      Alias: CRDPCMD

CMD = <structured-name 1..30>

,FROM-SYNTAX-FILE = *TASK-HIERARCHY / <filename 1..54>

,INTERNAL-NAME = *AUTOMATIC / <alphanum-name 1..8>

,PRIVILEGE = *ALL / *EXCEPT(...) / list-poss (64): <structured-name 1..30>

*EXCEPT(...)

EXCEPT-PRIVILEGE = list-poss (64): <structured-name1..30>

,TO-SYNTAX-FILE = *SYSSDF / <filename_1..54>

,WRITE-MODE = *NEW / *EXCHANGE

CMD = <structured-name 1..30>
Full, NOT ABBREVIATED, name of the SHOW command for which a corresponding DISPLAY command is to be created.

FROM-SYNTAX-FILE = *TASK-HIERARCHY / <filename 1..54>
Syntax file in which the SHOW command is defined.

INTERNAL-NAME = *AUTOMATIC / <alphanum-name 1..8>
Internal name of the DISPLAY command. By default one is created automatically. In case of ambiguity the name must be explicitly specified.

PRIVILEGE = *ALL / *EXCEPT(...) / list-poss (64): <structured-name 1..30>Privileges of the DISPLAY command. The syntax and default correspond to those of the PRIVILEGE operand of the SDF-A ADD-CMD statement.

PRIVILEGE = *EXCEPT(...)

EXCEPT-PRIVILEGE = list-poss (64): <structured-name1..30>
Exceptions list of privileges for the DISPLAY command. Execution of the DISPLAY command is permitted with every privilege except those specified here. This also applies for privileges which will only be introduced in the future.

TO-SYNTAX-FILE = *SYSSDF / <filename_1..54>
Syntax file in which the DISPLAY command is to be entered. This syntax file must exist and must contain the DISPLAY domain. The default is the installed syntax file of the DISPLAY subsystem.

WRITE-MODE = *NEW / *EXCHANGE
Defines whether an already existing entry in the syntax file is to be overwritten:

WRITE-MODE = *NEW
No entry for the command which is to be created may exist yet. If one does, command processing is aborted with an error.

WRITE-MODE = *EXCHANGE
Any existing entry for the command which is to be created is replaced. If no entry exists yet, command processing is aborted with an error.