1 EXIT The EXIT command terminates IMU and returns the user to command language level. Format: EXIT 1 GRANT The GRANT command grants an identifier name to a user UIC. Format GRANT id-name user-spec 2 Parameters id-name Specifies the identifier name. user-spec Is an identifier (UIC or non UIC format) that specifies the user. 2 Command_Qualifiers /ATTRIBUTES /ATTRIBUTES=(keyword) Specifies attributes to be associated with the new identifier. Valid keywords are: RESOURCE Holders of the identifier may charge resources to it. NORESOURCE Holders of the identifier may not charge resources to it. The default is NORESOURCE /IDENTIFIER /IDENTIFIER Optional qualifier. Not used by IMU. Provides syntax compatibility with the AUTHORIZE utility. 2 Example IMU> GRANT INVENTORY CRAMER identifier INVENTORY granted to CRAMER The command in this example grants the identifier INVENTORY to the user CRAMER. The user CRAMER becomes the holder of the identifier and any resources associated with it. 1 HELP Lists and explains the IMU commands and qualifiers. Format HELP [commmand-name] 2 Parameter command-name Name of an IMU command. 2 Qualifier qualifier-name Name of an IMU qualifier 1 LIST The LIST command outputs information about the specified identifier to a file called IDENTIFIER.LIS in the user's default directory. Format LIST id-name 2 Parameter id-name Specifies an identifier name. This parameter is not optional and must be specified. 2 Command_Qualifiers /IDENTIFIER /IDENTIFIER Optional qualifier. Not used by IMU. Provides syntax compatibility with the AUTHORIZE utility. 1 REVOKE Revokes an identifier name from a username. Format REVOKE id-name user-spec 2 Parameters id-name Specifies the identifier name. user-spec Is an identifier that specifies the user. 2 Command_Qualifiers /IDENTIFIER /IDENTIFIER Optional qualifier. Not used by IMU. Provides syntax compatibility with the AUTHORIZE utility. 2 Example IMU> REVOKE INVENTORY CRAMER identifier INVENTORY revoked from CRAMER The command in this example revokes the identifier INVENTORY from the user CRAMER. 1 SHOW The SHOW command displays information about the specified identifier on the user's terminal. Format SHOW id-name 2 Parameter id-name Specifies an identifier name. This parameter is not optional and must be specified. 2 Command_Qualifiers /IDENTIFIER /IDENTIFIER Optional qualifier. Not used by IMU. Provides syntax compatibility with the AUTHORIZE utility.