From: Hudson R. <hud...@so...> - 2002-09-24 05:57:01
|
Hi all, I've had problems in DISPLAY verb. 1. Using a DISPLAY verb with literals, if the string isn't terminated(if the double quotes are opened and don't closed), the scanner shows the following message: "scanner token too large". If the string need be continued in other line and don't have the I/O screen statements(as line/position statement), the scanner shows the same message above. Example programs: disp02.cob, disp03.cob 2. Using the DISPLAY verb, if I insert the statements auto and update, the compiler not show errors in compilation. Should will show? Example programs: disp04.cob. 3. Using the DISPLAY verb without any way of I/O screen, and after, use a ACCEPT verb using a I/O screen(as line/position statement), it don't show the values showed by display. Example programs: disp05.cob. Thanks. Hudson -- Hudson Reis hud...@so... |