EOD command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (remove Sys Man guide)
 
Line 6: Line 6:
<dd>Specifies end of day
<dd>Specifies end of day
</dl>
</dl>
==Syntax==
==Syntax==
<p class="syntax">EOD [<u>ON</u> | OFF]
<p class="syntax">EOD [<u>ON</u> | OFF]
</p>
</p>
===Syntax notes===
===Syntax notes===
EOD cannot be issued from within a procedure.
EOD cannot be issued from within a procedure.
==Example==
==Example==
<p class="code">EOD  
<p class="code">EOD  
EOD OFF
EOD OFF
</p>
</p>
==Usage notes==
==Usage notes==
<p>The EOD command signals the end of the processing day. </p>
<p>
<p>If the command is issued in either of the following forms, <var class="product">Model&nbsp;204</var> requests that all users log out and hang up the next time they are at command level: </p>
The <var>EOD</var> command signals the end of the processing day. </p>
<p>
If the command is issued in either of the following forms, <var class="product">Model&nbsp;204</var> requests that all users log out and hang up the next time they are at command level: </p>
<p class="code">EOD ON
<p class="code">EOD ON
EOD
EOD
</p>
</p>
<p>After EOD has been issued in this form, only the system manager is allowed to log into <var class="product">Model&nbsp;204</var>. When the last active user logs out, <var class="product">Model&nbsp;204</var> displays a message to that effect on the operator's console.</p>
<p>
<p>If the EOD command is issued in the following form, it reverses previous EOD and EOD ON commands:</p>
After <var>EOD</var> has been issued in this form, only the system manager is allowed to log into <var class="product">Model&nbsp;204</var>. When the last active user logs out, <var class="product">Model&nbsp;204</var> displays a message to that effect on the operator's console.</p>
<p>
If the <var>EOD</var> command is issued in the following form, it reverses previous <var>EOD</var> and <var>EOD ON</var> commands:</p>
<p class="code">EOD OFF
<p class="code">EOD OFF
</p>
</p>
<p>The EOD command cannot be issued from within a procedure.</p>
<p>
<p>EOD and other ONLINE processing information are explained in detail in the <var class="book">Model&nbsp;204 System Manager's Guide</var>.</p>
The <var>EOD</var> command cannot be issued from within a procedure.</p>
<p>
<var>EOD</var> and other ONLINE processing information are explained in detail in [[Controlling system operations (CCAIN)#ONLINE termination|ONLINE termination]].</p>
 
[[Category: System manager commands]]
[[Category: System manager commands]]
[[Category:Commands]]
[[Category:Commands]]

Latest revision as of 20:46, 14 November 2014

Summary

Privileges
System manager or User 0
Function
Specifies end of day

Syntax

EOD [ON | OFF]

Syntax notes

EOD cannot be issued from within a procedure.

Example

EOD EOD OFF

Usage notes

The EOD command signals the end of the processing day.

If the command is issued in either of the following forms, Model 204 requests that all users log out and hang up the next time they are at command level:

EOD ON EOD

After EOD has been issued in this form, only the system manager is allowed to log into Model 204. When the last active user logs out, Model 204 displays a message to that effect on the operator's console.

If the EOD command is issued in the following form, it reverses previous EOD and EOD ON commands:

EOD OFF

The EOD command cannot be issued from within a procedure.

EOD and other ONLINE processing information are explained in detail in ONLINE termination.