Fast/Unload program return codes: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (more conversion cleanup)
Line 1: Line 1:
<!-- Page name: Fast/Unload program return codes-->
<!-- Page name: Fast/Unload program return codes-->
<p></p>
 
<var class="product">Fast/Unload</var> will terminate with one of the following program return codes:
<var class="product">Fast/Unload</var> will terminate with one of the following program return codes:
<table>
<table class="thJustBold">
<tr><th>0</th><td><var class="product">Fast/Unload</var> successfully completed.</td></tr>
<tr><th>0</th>
<tr><th>4</th><td><var class="product">Fast/Unload</var> encountered a potentially non-fatal error.</td></tr>
<td><var class="product">Fast/Unload</var> successfully completed.</td></tr>
<tr><th>8</th><td><var class="product">Fast/Unload</var> encountered a probably fatal error.</td></tr>
 
<tr><th>12</th><td>An invalid PARM card value was encountered.</td></tr>
<tr><th>4</th>
<tr><th>16</th><td>Insufficient storage.</td></tr>
<td><var class="product">Fast/Unload</var> encountered a potentially non-fatal error.</td></tr>
<tr><th>32</th><td><var class="product">Fast/Unload</var> trial has expired or is not authorized for CPU.</td></tr>
 
<tr><th>40</th><td><var class="product">Fast/Unload</var> could not open the FUNPRINT DD.</td></tr>
<tr><th>8</th>
<tr><th>48</th><td>Insufficient storage to even intialize <var class="product">Fast/Unload</var>.</td></tr>
<td><var class="product">Fast/Unload</var> encountered a probably fatal error.</td></tr>
<tr><th>64</th><td><var class="product">Fast/Unload SOUL Interface</var> called an incompatible <var class="product">Fast/Unload</var> load module.</td></tr>
 
<tr><th>128</th><td><var class="product">Fast/Unload</var> abend.</td></tr>
<tr><th>12</th>
<tr><th>-1</th><td><var class="product">Fast/Unload</var> PST became unavailable after request accepted.</td></tr>
<td>An invalid PARM card value was encountered.</td></tr>
<tr><th><i>n</i></th><td>A <var class="product">Fast/Unload</var> <code>CANCEL n</code> statement was executed.</td></tr>
 
<tr><th>16</th>
<td>Insufficient storage.</td></tr>
 
<tr><th>32</th>
<td><var class="product">Fast/Unload</var> trial has expired or is not authorized for CPU.</td></tr>
 
<tr><th>40</th>
<td><var class="product">Fast/Unload</var> could not open the <code>FUNPRINT</code> DD.</td></tr>
 
<tr><th>48</th>
<td>Insufficient storage to even intialize <var class="product">Fast/Unload</var>.</td></tr>
 
<tr><th>64</th>
<td><var class="product">Fast/Unload SOUL Interface</var> called an incompatible <var class="product">Fast/Unload</var> load module.</td></tr>
 
<tr><th>128</th>
<td><var class="product">Fast/Unload</var> abend.</td></tr>
 
<tr><th>-1</th>
<td><var class="product">Fast/Unload</var> PST became unavailable after request accepted.</td></tr>
 
<tr><th><i>n</i></th>
<td>A <var class="product">Fast/Unload</var> <code>CANCEL <i>n</i></code> statement was executed.</td></tr>
</table>
</table>
==See also==
==See also==
[[Fast/Unload overview#WIKFUN$$topics|Fast/Unload topics]]
[[Fast/Unload overview#WIKFUN$$topics|Fast/Unload topics]]

Revision as of 17:41, 23 February 2015


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 Fast/Unload PST became unavailable after request accepted.
n A Fast/Unload CANCEL n statement was executed.

See also

Fast/Unload topics