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

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

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:  Dec 14, 2011  1:56 PM (GMT)  by  Pdsathishkumar   3,665 pts.
To see other 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

 66,990 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

 36,420 pts.