.false or .true
to the language processor. A value of .false
indicates that the program is authorized to perform the indicated action.
In this case, processing continues as usual. A value of
.true indicates that the security manager
performed the action itself. The security manager sets entries in the
information directory to pass results for the action back to the language
processor. The security manager can also use the RAISE instruction to raise a
program error for a prohibited access. Error message 98.948 indicates
authorization failures..true,
indicating that it handled the external call, the entry RESULT (if any)
in the information directory is used as the function call result.
.true,
indicating that it handled the command, the security manager uses the following
information directory entries to return the command results:
0 is used.
.true,
indicating that it handled the request, the entry NAME
in the information directory is used as the actual file to load
for the request.
The REQUIRES method
can also provide a security manager to be used for the program loaded by the
::REQUIRES directive by setting the information directory entry SECURITYMANAGER
to the desired security manager object..true, indicating that it handled
the request, the information directory entry RESULT contains the directory
entry. When RESULT is not set and the method returns
.true, this is
the same as a failure to find an entry in the .LOCAL directory. Rexx continues
with the next step in the name resolution..true, indicating that
it handled the request, the information directory entry RESULT contains the
directory entry. When RESULT is not set and the method returns
.true,
this is the same as a failure to find an entry in the .ENVIRONMENT directory.
Rexx continues with the next step in the name resolution..true,
indicating that it handled the request, the information directory
entry STREAM must be set to an object to be used as the stream target.
This should be a stream object or another object that supports the Stream
class methods.
.true,
indicating that it handled the request, the entry RESULT (if any)
in the information directory is used as the method result.