Menu

#202 Screens positioned wrongly after field DISPLAY

GC 2.2
closed
5 - default
2017-04-10
2016-02-17
Edward Hart
No

Example:

:::cobol
       IDENTIFICATION   DIVISION.
       PROGRAM-ID.      prog.
       DATA             DIVISION.
       SCREEN           SECTION.
       01  scr.
           03  VALUE "Hello, again!".

       PROCEDURE DIVISION.
           DISPLAY "hello" AT LINE 4 COL 4
           DISPLAY scr
           ACCEPT OMITTED
           .

This should result in "Hello, again!" be displayed at line 1, column 1, but instead it displays it at the current cursor position, by "hello".

Related

Bugs: #246
Patches: #26

Discussion

  • Edward Hart

    Edward Hart - 2016-02-17
    • status: accepted --> closed
     
  • Edward Hart

    Edward Hart - 2016-02-17

    Fixed in [r769].

     

Log in to post a comment.

MongoDB Logo MongoDB