I have a program that read a sequential file that contains menu options written with an editor (nano), so records length are variable (13, 18, 23, 80 characters). The solution was in "SELECT" CLAUSE specify "ORGANIZATION IS LINE SEQUENTIAL": INPUT-OUTPUT SECTION. FILE-CONTROL. SELECT SYSMENU ASSIGN TO FILE-SYSMENU ORGANIZATION IS LINE SEQUENTIAL. Then in "FILE SECTION", I specify 80 characters (that I need) plus 1: DATA DIVISION. FILE SECTION. FD SYSMENU. 01 SYSMENU-RECORD PIC X(81). That worked...
GnuCOBOL 3.1.2 - Two problems that I found
Home
It is establish that this name space is not the official GnuCOBOL project, here you only will find published some programs of my authorship in order to contribute and popularize this great project. The official site of the GnuCOBOL project (formely OpenCOBOL) is as follows: https://sourceforge.net/projects/open-cobol/ If you want to contact developers and talk about the project, go to the official general discussion forum: https://sourceforge.net/p/open-cobol/discussion/
It is establish that this name space is not the official GnuCOBOL project, here only you will find published some programs of my authorship in order to contribute and popularize this great project. The official site of the GnuCOBOL project (formely OpenCOBOL) is as follows: https://sourceforge.net/projects/open-cobol/ If you want to contact developers and talk about the project, go to the official general discussion forum: https://sourceforge.net/p/open-cobol/discussion/
It is establish that this name space is not the official GnuCOBOL project, here only you will find published some programs of my authorship in order to contribute and popularize this great project. The official site of the GnuCOBOL project (formely OpenCOBOL) is as follows: https://sourceforge.net/projects/open-cobol/ If you want to contact developers and talk about the project, go to the official general discussion forum: https://sourceforge.net/p/open-cobol/discussion/
It is establish that this name space is not the official GnuCOBOL project, here only you will find published some programs of my authorship in order to contribute and popularize this great project. The official site of the GnuCOBOL project (formely OpenCOBOL) is as follows: https://sourceforge.net/projects/open-cobol/ If you want to contact developers and talk about the project, go to the official general discussion forum: https://sourceforge.net/p/open-cobol/discussion/
It is establish that this name space is not the official GnuCOBOL project, here only you willfind published some programs of my authorship in order to contribute and popularize this great project. The official site of the GnuCOBOL project (formely OpenCOBOL) is as follows: https://sourceforge.net/projects/open-cobol/ If you want to contact developers and talk about the project, go to the official general discussion forum: https://sourceforge.net/p/open-cobol/discussion/