Function
Enables a user to check what traps exist for a named entrant.
Format
TRAPLIST entrant description
There are five possible access modes, for an individual user:
| EXECUTE | The contents of the file may be loaded into core and run | ||
| READ | The file contents may be read | ||
| APPEND | Information may be written to the end of the file | ||
| WRITE | The contents of the file may be overwritten | ||
| ERASE | The file may be erased |
Forbidden contexts
NO USER
Execution
A user may only enquire about access to his own file.
A reply is sent to the monitoring file system (COMMENT category) specifying the modes in which the user is allowed access to the entrant.
Examples
TRAPLIST MYFILE
TRAPLIST (1010,MFDATA(/200),GROUP
Error Messages
ENTRANT DESCRIPTION PARAMETER MISSING
YOU DO NOT HAVE THE AUTHORITY TO ASCERTAIN THE ACCESS OF THIS
ENTRANT
TRACING AND REPORTING ARE SUCH THAT YOU WILL GET NO OUTPUT FROM THIS
COMMAND