MPE/iX Commands Reference Manual (32650-90877)

Chapter 8 313
Command List VI
Commands LISTFILE thru =LOGON
Related Information
Commands MOUNT, DISMOUNT, DSTAT, VSRESERVE, VSRELEASE
Manuals Volume Management Reference Manual
LOG
Starts, restarts, or stops user logging.
Syntax
LOG
logid
{ ,RESTART ,START ,STOP }
Parameters
logid
Logging identifier previously established with a user GETLOG command.
START Initiates a logging process.
RESTART Restarts a logging process.
STOP Terminates a logging process.
Operation Notes
This command allows you to start, restart, or stop user logging. For further discussion of
user logging, refer to the User Logging Programmer's Guide.
To change log files without the delay normally caused by executing a LOG command, use
the CHANGELOG command to enable interactive log file changing. Use the AUTO parameter of
the ALTLOG and GETLOG commands to enable automatic log file changing.
Use
This command may be issued from a session, job, program, or in BREAK. Pressing
Break
has no effect on this command.
This command can be executed only by users to whom it has been
allowed
(see ALLOW
command) or to users logged onto the console (or to a terminal that has taken the console
via the CONSOLE command). System Supervisor (OP) capability is also required.
Example
To start the logging process identified by
logid
LOGPROCX, enter:
LOG LOGPROCX,START
Related Information
Commands ALTLOG, CHANGELOG, GETLOG, SHOWLOGSTATUS
Manuals User Logging Programmer's Guide
=LOGOFF
Aborts all executing jobs/sessions and prevents any further logons. You may optionally
specify one job or one session that is to remain logged on.