AUTOSYS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 13: Line 13:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The name of an application subsystem invoked whenever the user logs into <var class="product">Model&nbsp;204</var></p>
<p>The name of an application subsystem invoked whenever the user logs into <var class="product">Model&nbsp;204</var></p>
<p>AUTOSYS is a character string parameter. A subsystem name can be as many as ten characters in length.       </p>
<p>
<p>If you need to reset AUTOSYS to a null value, specify: </p>
<var>AUTOSYS</var> is a character string parameter. A subsystem name can be as many as ten characters in length. </p>
<p>AUTOSYS=C''</p>
<p>
If you need to reset <var>AUTOSYS</var> to a null value, specify:</p>  
<p class="code">AUTOSYS=C&#39;'</p>
 
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 15:56, 13 October 2014

Automatic subsystem

Summary

Default value
Null string
Parameter type
User
Where set
On user's parameter line
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The name of an application subsystem invoked whenever the user logs into Model 204

AUTOSYS is a character string parameter. A subsystem name can be as many as ten characters in length.

If you need to reset AUTOSYS to a null value, specify:

AUTOSYS=C''