List of Fast/Unload $functions: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions. | See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions. | ||
< | |||
<table class="wikitable"> | |||
<tr><th>$Function</th><th>Description</th></tr> | |||
</ | <tr><td>[[$FunForc]]</td><td>Cancel running or waiting Fast/Unload request</td></tr> | ||
<tr><td>[[$FunImg]]</td><td>Retrieve data from active Fast/Unload request into image</td></tr> | |||
<tr><td>[[$FunList]]</td><td>$list of active and enqueued Fast/Unload requests</td></tr> | |||
<tr><td>[[$FunLoad]]</td><td>Fast/Unload records in Model 204 list or found set</td></tr> | |||
<tr><td>[[$FunPurg]]</td><td>Purge running or waiting Fast/Unload request</td></tr> | |||
<tr><td>[[$FunSkip]]</td><td>Skip to next output record for $FunImg, $FunsStr</td></tr> | |||
<tr><td>[[$FunWait]]</td><td>Wait until asynchronous Fast/Unload request completes</td></tr> | |||
<tr><td>[[$FunsStr]]</td><td>Retrieve data from active Fast/Unload request into string</td></tr> | |||
</table> | |||
[[Category:Fast/Unload $functions]] | [[Category:Fast/Unload $functions]] | ||
</div> | </div> |
Revision as of 16:59, 21 December 2011
The following are the available $functions for the Fast/Unload User Language Interface.
See Notation conventions for methods for information about the conventions followed in the method descriptions.
$Function | Description |
---|---|
$FunForc | Cancel running or waiting Fast/Unload request |
$FunImg | Retrieve data from active Fast/Unload request into image |
$FunList | $list of active and enqueued Fast/Unload requests |
$FunLoad | Fast/Unload records in Model 204 list or found set |
$FunPurg | Purge running or waiting Fast/Unload request |
$FunSkip | Skip to next output record for $FunImg, $FunsStr |
$FunWait | Wait until asynchronous Fast/Unload request completes |
$FunsStr | Retrieve data from active Fast/Unload request into string |