MPE/iX Commands Reference Manual (32650-90877)

Chapter 11 409
Command List IX
Commands RECALL/=RECALL thru RUN
Operation Notes
The RELLOG command removes a user logging identifier from the system by deleting it
from the directory of logging identifiers. This command may be issued only by the user who
created the logging identifier. System supervisor (OP) or user logging (LG) capability is
required to use this command.
After RELLOG is issued, programs containing the removed logging identifier are not allowed
to access the logging system.
Use
This command may be issued from a session, job, program, or in BREAK. Pressing
Break
has no effect on this command.
Example
To remove the logging identifier DATALOG from the system, enter:
RELLOG DATALOG
Related Information
Commands GETLOG
Manuals User Logging Programmer's Guide
RENAME
Changes the file name, lockword, and/or group name of a disk file.
Syntax
RENAME
oldfilereference,newfilereference
[;TEMP]
Parameters
oldfilereference
Current name of file, written in the format:
[*]
filename
[
/lockword
][.
groupname
[.
acctname
]]
To use HFS syntax, preceed the file name with a dot (.), or a slash (/).
newfilereference
New name of file, in the same format as
oldfilereference
. If you
omit
acctname
and/or
groupname
, the logon account and/or group are
assumed.
To use HFS syntax, preceed the file name with a dot (.), or a slash (/).
TEMP Indicates that the old file was, and the new file will be, temporary files. If
you do not specify TEMP, RENAME assumes that the files are permanent.
Operation Notes
The RENAME command changes the system file identification for a permanent or temporary
disk file. You can use it to change the name of a file, to change the lockword of an MPE file,
or to move any file to a different location.