Informix Error -4426
-4426 The PRINT statement can be used only within reports. If you wish to
print without screen positioning, use the DISPLAY statement without any field or screen destination.The keyword PRINT is used specifically to produce lines of output to a report. The keyword DISPLAY introduces output to the screen. Possibly this statement was accidentally copied from a report body; more likely it was a hasty attempt to display casual output on the screen. In the latter case, simply changing PRINT to DISPLAY is usually enough.