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

From m204wiki
Revision as of 17:48, 9 November 2010 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

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).