ICL 1900 Series George 3 Operating System Commands

TRAPLIST (TL)

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

In addition there is a GROUP mode, which applies the traps to a user group, rather than an individual user.

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