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-STMT-ATTRIBUTES Modify statement attributes

&pagelevel(4)&pagelevel

The MODIFY-STMT-ATTRIBUTES statement is used to modify the security attributes (input modes and privileges) of several statements of a program simultaneously.

MODIFY-STMT-ATTRIBUTES

NAME = *ALL / <structured-name 1..30 with-wild> / list-poss(2000): <structured-name 1..30>

,PROGRAM = <structured-name 1..30>

,DIALOG-ALLOWED = *UNCHANGED / *YES / *NO

,DIALOG-PROC-ALLOWED = *UNCHANGED / *YES / *NO

,GUIDED-ALLOWED = *UNCHANGED / *YES / *NO

,BATCH-ALLOWED = *UNCHANGED / *YES / *NO

,BATCH-PROC-ALLOWED = *UNCHANGED / *YES / *NO

,PRIVILEGE = *UNCHANGED / *ALL / *EXCEPT(...) / *ADD(...) / *REMOVE(...) /

list-poss(64): <structured-name 1..30>

*EXCEPT(...)

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

*ADD(...)

   ADD-PRIVILEGE = list-poss(64): <structured-name 1..30>

*REMOVE(...)

   REMOVE-PRIVILEGE = list-poss(64): <structured-name 1..30>

NAME = *ALL / <structured-name 1..30 with-wild> / list-poss(2000): <structured-name 1..30>
Names of the statements whose attributes are to be modified.

PROGRAM = <structured-name 1..30>
External name of the program to which the statements belong.
This name cannot be modified using MODIFY-STMT-ATTRIBUTES.

The description of all other operands of the MODIFY-STMT-ATTRIBUTES statement can be found under MODIFY-STMT.