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(...)
*ADD(...)
*REMOVE(...)
|
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.