Please enable JavaScript to view this site.

Navigation: Technical Information

Restricting Access to PPD Security & Parameters

Scroll Prev Top Next More

If you wish to restrict access to the Cobwebb PPD Security and / or System Parameters then this can be done by revoking the *PUBLIC access to these functions.

The following commands will prevent users from making changes to these areas unless they have *ALLOBJ in their profile.

PPD Security

GRTOBJAUT OBJ(CPPD/SYSSEC) OBJTYPE(*PGM) USER(*PUBLIC) AUT(*EXCLUDE)

To restore *PUBLIC authority then use:

GRTOBJAUT OBJ(CPPD/SYSSEC) OBJTYPE(*PGM) USER(*PUBLIC) AUT(*USE)

System Parameters

GRTOBJAUT OBJ(CPPD/SYSPARM) OBJTYPE(*PGM) USER(*PUBLIC) AUT(*EXCLUDE)

To restore *PUBLIC authority then use:

GRTOBJAUT OBJ(CPPD/SYSPARM) OBJTYPE(*PGM) USER(*PUBLIC) AUT(*USE)