FUNL0051 PUT (errtype) on line (lineno) for record (recno) in file (filename), output record (outrec).: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 1: Line 1:
A conversion error or an unexpected missing value was encountered when executing a PUT statement. ''errtype'' will either indicate ERROR if there was a conversion error or MISSING if the value was missing. ''lineno'' indicates the line number of the compiled PUT statement being executed. ''recno'' indicates the ''Model 204'' record number of the record being processed. This record could be examined under ''Model 204'' with the '''FOR RECORD NUMBER''' statement or using the '''POINT$''' facility. ''filename'' indicates the name of the file containing the record. This will be the name of the file being unloaded unless a group is being unloaded via the ''[[Fast/Unload User Language Interface]]'', in which case the indicated file is one of the files in the group. ''outrec'' is the output record number on which the error occurred. If you wish to suppress these messages for a particular PUT statement use the NOREPORT option on the PUT statement. If this message is unexpected, verify the contents of the indicated record using either ''Model 204'' or ''[[Fast/Unload]]'' (with the FRECORD and MAXREC parameters).
A conversion error or an unexpected missing value was encountered when executing a PUT statement. ''errtype'' will either indicate ERROR if there was a conversion error or MISSING if the value was missing. ''lineno'' indicates the line number of the compiled PUT statement being executed. ''recno'' indicates the <var class="product">Model 204</var> record number of the record being processed. This record could be examined under <var class="product">Model 204</var> with the '''FOR RECORD NUMBER''' statement or using the '''POINT$''' facility. ''filename'' indicates the name of the file containing the record. This will be the name of the file being unloaded unless a group is being unloaded via the ''[[Fast/Unload User Language Interface]]'', in which case the indicated file is one of the files in the group. ''outrec'' is the output record number on which the error occurred. If you wish to suppress these messages for a particular PUT statement use the NOREPORT option on the PUT statement. If this message is unexpected, verify the contents of the indicated record using either <var class="product">Model 204</var> or ''[[Fast/Unload]]'' (with the FRECORD and MAXREC parameters).


[[Category:Fast/Unload Messages]]
[[Category:Fast/Unload Messages]]

Revision as of 01:02, 30 October 2012

A conversion error or an unexpected missing value was encountered when executing a PUT statement. errtype will either indicate ERROR if there was a conversion error or MISSING if the value was missing. lineno indicates the line number of the compiled PUT statement being executed. recno indicates the Model 204 record number of the record being processed. This record could be examined under Model 204 with the FOR RECORD NUMBER statement or using the POINT$ facility. filename indicates the name of the file containing the record. This will be the name of the file being unloaded unless a group is being unloaded via the Fast/Unload User Language Interface, in which case the indicated file is one of the files in the group. outrec is the output record number on which the error occurred. If you wish to suppress these messages for a particular PUT statement use the NOREPORT option on the PUT statement. If this message is unexpected, verify the contents of the indicated record using either Model 204 or Fast/Unload (with the FRECORD and MAXREC parameters).