Guardian Procedure Calls Reference Manual
.
CALL SETMODE ( FNUM , 1 , SECURITY );
2. This LITERAL sets the file's security so that the file's owner ID is used by the calling process as
its process access ID when the program file is run:
= owner onlyread
= owner onlywrite
= any local userexecute
= owner onlypurge
LITERAL PROG^SEC = %102202;
.
.
.
CALL SETMODE ( PFNUM , 1 , PROG^SEC );
Related Programming Manuals
For programming information about the SETMODE procedure, see the Guardian Programmer's
Guide and the data communication manuals.
1344 Guardian Procedure Calls (S)