275 pts.
 Program’s Security
How to restrict modifications done by other users in our program????

Software/Hardware used:
AS400 (RPG,CL)
ASKED: December 14, 2011  11:31 AM
UPDATED: February 28, 2012  3:06 PM

Answer Wiki:
i think, you are asking about program authority.. WRKOBJ obj(libname/objname) objtype(*pgm) after that, you can take option 2 for edit authority..
Last Wiki Answer Submitted:  December 14, 2011  1:56 pm  by  pdsathishkumar   3,740 pts.
All Answer Wiki Contributors:  pdsathishkumar   3,740 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

How to restrict modifications done by other users in our program????

“Other users”? Please describe the circumstances.

What kinds of programs? Are these native programs or PASE executables? Are these users on your system or are the programs distributed?

Are you restricting from normal users or other developers? (Normal users usually shouldn’t be authorized to any program creation commands, so there shouldn’t be a problem.) What special authorities do the “users” have?

Tom

 110,105 pts.

 

Most organzitions use some form of change management and put severe restrictions on changes to the production environment, requiring QA approval and a restricted list allowed to move programs to production, restrictions for changing data are also set-up.
Phil

 44,630 pts.