Fast/Unload program return codes: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add template)
No edit summary
 
Line 33: Line 33:


<tr><th>-1</th>
<tr><th>-1</th>
<td><var class="product">Fast/Unload</var> PST became unavailable after request accepted.</td></tr>
<td>Either the <var>[[FUNTSKN parameter|FUNTSKN]]</var> parameter value is zero, or the <var class="product">Fast/Unload</var> PST became unavailable after request accepted.</td></tr>


<tr><th><i>n</i></th>
<tr><th><i>n</i></th>

Latest revision as of 16:25, 3 January 2018

Fast/Unload will terminate with one of the following program return codes:

0 Fast/Unload successfully completed.
4 Fast/Unload encountered a potentially non-fatal error.
8 Fast/Unload encountered a probably fatal error.
12 An invalid PARM card value was encountered.
16 Insufficient storage.
32 Fast/Unload trial has expired or is not authorized for CPU.
40 Fast/Unload could not open the FUNPRINT DD.
48 Insufficient storage to even intialize Fast/Unload.
64 Fast/Unload SOUL Interface called an incompatible Fast/Unload load module.
128 Fast/Unload abend.
-1 Either the FUNTSKN parameter value is zero, or the Fast/Unload PST became unavailable after request accepted.
n A Fast/Unload CANCEL n statement was executed.

See also