DSNE613I OUTPUT LRECL IS TOO SMALL TO DISPLAY THE FOLLOWING COLUMNS:

Explanation

An SQL SELECT statement was executed, but the logical record length of the output data set was not large enough to display the column names and data values of all returned columns. The columns specified following this message were not displayed because of insufficient remaining record width.

System action

Input data set processing is completed, and this message is included in the SPUFI output.

User response

This condition can be avoided by using a larger LRECL for the output data set or by specifying that fewer data columns be returned on the SELECT statement.