Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

MODIFY-CMD Modify command definition

&pagelevel(5)&pagelevel

The MODIFY-CMD statement is used to modify the definition of a command in the syntax file being processed. This command must be the “current” object.

MODIFY-CMD

IMPLEMENTOR = *UNCHANGED / *PROCEDURE(...)

*PROCEDURE(...)

NAME = *UNCHANGED / <c-string 1..54>

IMPLEMENTOR =
Type of command implementation.

IMPLEMENTOR = *UNCHANGED
No modification related to command implementation.

IMPLEMENTOR = *PROCEDURE(...)
The command is implemented by means of a command procedure. When the command is entered, the command procedure is called.

NAME = *UNCHANGED / <c-string 1..54>
Name of the file containing the procedure. Members of libraries can also be specified in the form ’library(member)’.