CAUDIT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Add desciprions (same as LAUDIT))
 
Line 20: Line 20:
<tr class="head"><th>Setting</th><th>Meaning</th></tr>
<tr class="head"><th>Setting</th><th>Meaning</th></tr>
<tr><th align="right"><var>1</var></th><td>
<tr><th align="right"><var>1</var></th><td>
<p>Write CI lines.</p>
<p>Write CI lines (lines input from user's terminal).</p>
</td></tr>
</td></tr>
<tr><th align="right"><var>2</var></th><td>
<tr><th align="right"><var>2</var></th><td>
<p>Write CS lines.</p>
<p>Write CS lines (items from full-screen input from user's terminal).</p>
</td></tr>
</td></tr>
<tr><th align="right"><var>3</var></th><td>
<tr><th align="right"><var>3</var></th><td>
<p>Write CP lines.</p>
<p>Write CP lines (lines included from procedures).</p>
</td></tr>
</td></tr>
</table>
</table>
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 21:13, 23 March 2015

Card audit bits

Summary

Default value
0
Parameter type
User
Where set
On user's parameter line or reset by system manager
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The type of auditing of input lines occurring after line editing has been performed and before line continuation is interpreted

This parameter controls the production of CI, CS, and CP journal lines, which are generally used only by Rocket Software Technical Support staff in special instances.

Valid settings of CAUDIT are shown in the following table. The settings can be summed.

SettingMeaning
1

Write CI lines (lines input from user's terminal).

2

Write CS lines (items from full-screen input from user's terminal).

3

Write CP lines (lines included from procedures).