FUNL.NEB parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (finish the page)
Line 1: Line 1:
{{Template:FUNL.NEB parameter subtitle}}
{{Template:FUNL.NEB parameter subtitle}}


This page is [[under construction]].
==Summary==
==Summary==
<dl>
<dl>
<dt>Default value
<dt>Default value
<dd>? ?
<dd>0
<dt>Parameter type
<dt>Parameter type
<dd>System
<dd>System
Line 11: Line 10:
<dd>System manager
<dd>System manager
<dt>Related products
<dt>Related products
<dd>All? ?
<dd>Fast/Unload, Fast/Unload SOUL Interface
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204</var> version 7.?
<dd><var class="product">Model 204</var> version 7.6
</dl>
</dl>


==Description==
==Description==
? ?
The <var>FUNL.NEB</var> parameter changes the default <var>[[Fast/Unload program parameters#NEbuff=n|NEBUFF]]</var> parameter value for all subsequent [[Fast/Unload SOUL Interface|Fast/Unload SOUL Interface (FUSI)]] requests.
 
The default value of <var>FUNL.NEB</var> is 0, meaning that the original <var>NEBUFF</var> default value (40) is used. You can also specify a value greater than 1 to be the new <var>NEBUFF</var> default.
 
Setting <var>FUNL.NEB</var> to 1 is not allowed.
 
If you cannot easily specify <var>FUNL.NEB</var> in the CCAIN for all Onlines, you might find that the [[Providing a common CCAIN configuration with PRECCAIN|PRECCAIN]] feature is useful; for example: 
<p class="code">DC  CL80'FUNL.NEB 100'</p>


[[Category:Parameters]]
[[Category:Parameters]]
[[Category:System parameters]]
[[Category:System parameters]]

Revision as of 20:40, 17 November 2015

Default NEBUFF for Fast/Unload

Summary

Default value
0
Parameter type
System
Where set
System manager
Related products
Fast/Unload, Fast/Unload SOUL Interface
Introduced
Model 204 version 7.6

Description

The FUNL.NEB parameter changes the default NEBUFF parameter value for all subsequent Fast/Unload SOUL Interface (FUSI) requests.

The default value of FUNL.NEB is 0, meaning that the original NEBUFF default value (40) is used. You can also specify a value greater than 1 to be the new NEBUFF default.

Setting FUNL.NEB to 1 is not allowed.

If you cannot easily specify FUNL.NEB in the CCAIN for all Onlines, you might find that the PRECCAIN feature is useful; for example:

DC CL80'FUNL.NEB 100'