Activity for John Grillot

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I totally understand the value of a passing fun-time project. Thanks for the interesting history lesson. -----Original Message----- From: discussion@gnucobol.p.re.sourceforge.net discussion@gnucobol.p.re.sourceforge.net On Behalf Of John Ritter Sent: Saturday, May 11, 2024 8:03 PM To: [gnucobol:discussion] cobol@discussion.gnucobol.p.re.sourceforge.net Subject: [gnucobol:discussion] tandy rmcobol I wouldn't mind a show and tell. Unfortunately it will have to wait because I did something really, really...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    John, What cobol software were you able to compile? Was it the Tandy accounting system? I used multiplan on the TRS 6000 & Model4p back in the 80s. The menu is activated with the / key. If I recall correctly it was written by Microsoft way before Excel. -----Original Message----- From: discussion@gnucobol.p.re.sourceforge.net discussion@gnucobol.p.re.sourceforge.net On Behalf Of John Ritter Sent: Friday, May 10, 2024 2:25 PM To: [gnucobol:discussion] cobol@discussion.gnucobol.p.re.sourceforge.net...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Oh that's great news. I'd love to hear your stories from back in the day. Here is my email jgrillot@att.net

  • John Grillot John Grillot posted a comment on discussion Help getting started

    Yes , I was. Now, I'm not thanks for the tip Simon

  • John Grillot John Grillot modified a comment on discussion Help getting started

    I have a gnu Colbol 3.2 environments on Linux & Windows 10. I try can compile a program on the Linux side error free. But If I try to compile that same progran in the windows 10 environment using C:\gnucobol-3.2_win\cobc\cobc -m screen.cbl -Wlinkage I get this error configuration error: \gnucobol-3.2_win\cobc\config/default.conf: No such file or directory In the script I set set COB_CONFIG_DIR=\gnucobol-3.2_win\cobc. I also trired set COB_CONFIG_DIR=\gnucobol-3.2_win\cobc\config\ that file does exist...

  • John Grillot John Grillot posted a comment on discussion Help getting started

    I have a gnu Colbol 3.2 environments on Linux & Windows 10. I try can compile a program on the Linux side error free. But If I try to compile that same progran in the windows 10 environment using C:\gnucobol-3.2_win\cobc\cobc -m screen.cbl -Wlinkage I get this error configuration error: \gnucobol-3.2_win\cobc\config/default.conf: No such file or directory In the script I set set COB_CONFIG_DIR=\gnucobol-3.2_win\cobc. I also trired set COB_CONFIG_DIR=\gnucobol-3.2_win\cobc\config\ that file does exist...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Michael, Thanks for the update. I did download COBOLSEQ.COB. I will update the copybooks and compile. I will test. I will also check out QWKFIX-TEST.COB too. I appreciate you suggestions so don't butt out 😊 John -----Original Message----- From: discussion@gnucobol.p.re.sourceforge.net discussion@gnucobol.p.re.sourceforge.net On Behalf Of Michael F Gleason Sent: Thursday, October 19, 2023 10:03 PM To: [gnucobol:discussion] cobol@discussion.gnucobol.p.re.sourceforge.net Subject: [gnucobol:discussion]...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I'm using visual studio code for COBOL development. I'm aware there are COCOL extensions in the market place. I installed the extension for gnuCOBOL. I'm hoping there is a way to merge copybook code into the source program that referenes it. I have a folder open with all the source code for my project. It would be handy if I could simply hihlight the name of the copy book and goto the defition but that doesn't work. Is there a way to do this other than opening it from the explorer?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Hey Michael, Thanks for the information. It sounds useful. I will check it out. Thanks, John -----Original Message----- From: discussion@gnucobol.p.re.sourceforge.net discussion@gnucobol.p.re.sourceforge.net On Behalf Of Michael F Gleason Sent: Monday, September 18, 2023 8:04 PM To: [gnucobol:discussion] cobol@discussion.gnucobol.p.re.sourceforge.net Subject: [gnucobol:discussion] Are COBOL code formatters available? John Last year, a user asked for help formatting cobol programs. I and Arnold helped...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Yep, that fixed both errors. Thank you ! -----Original Message----- From: discussion@gnucobol.p.re.sourceforge.net discussion@gnucobol.p.re.sourceforge.net On Behalf Of Chuck H. Sent: Friday, September 15, 2023 6:14 PM To: [gnucobol:discussion] cobol@discussion.gnucobol.p.re.sourceforge.net Subject: [gnucobol:discussion] Are COBOL code formatters available? John at line 106, add the word VALUE before the literal. after line 575 (which is a comment) add the following line continue ======> I think...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I don't see an option on a shortcut menu for the full menu named reformat. Where do I find this?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Mickey, thanks for the answer. I using gnucobol 3.1.2.0. I tried to compile as follows cobc -x changeformat.cbl I get these errors. Do you have any tips for these errors? changeformat.cbl:106: error: syntax error, unexpected Literal changeformat.cbl: in paragraph 'convert-to-fixed': changeformat.cbl:578: warning: IF without imperative statement used [-Wdialect]

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    some IDEs for other languages have a feature that will indent the code to a standard. Of course the proper thing to do is learn and do it yourself. It is a helpful way to learn too.

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Still learning COBOL. I'm using visual studio code and a few extensions for COBOL. I did not find an extension that reformats the code. Code blocks editor has options for formatting C & Java. Is there a COBOL formatter available?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    That RS-Cobol manual is for the model 4. I have been doing my testing on the model 16 which can run XENIX and TRSDOS. There may be differences in that COBOL.versus the xenix. -----Original Message----- From: discussion@gnucobol.p.re.sourceforge.net discussion@gnucobol.p.re.sourceforge.net On Behalf Of Vincent (Bryan) Coen Sent: Thursday, August 24, 2023 3:20 PM To: [gnucobol:discussion] cobol@discussion.gnucobol.p.re.sourceforge.net Subject: [gnucobol:discussion] Re: tandy rmcobol On 24/08/2023 18:58,...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Wow thanks for the contributions. -----Original Message----- From: discussion@gnucobol.p.re.sourceforge.net discussion@gnucobol.p.re.sourceforge.net On Behalf Of Vincent (Bryan) Coen Sent: Thursday, August 24, 2023 3:20 PM To: [gnucobol:discussion] cobol@discussion.gnucobol.p.re.sourceforge.net Subject: [gnucobol:discussion] Re: tandy rmcobol On 24/08/2023 18:58, John Grillot wrote: the errors are listed on my first post of this thread. I haven't solved most yet. 2 days ago, you offered suggestions...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    the errors are listed on my first post of this thread. I haven't solved most yet. 2 days ago, you offered suggestions in a previous reply to my request for help. the ERASE SCREEN worked. I tried the CONTROL KEY issue suggestions Writing my own CHECK-FOR-FUNCTION-KEY-ENTERED is beyond my skills.

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Hi, It's good to know I have a fellow programmer in the COBOL & business software field on discord. I shared several files for you here https://u.pcloud.link/publink/show?code=kZ1ywaVZveGBi7dRHimYNKUj66ksJpQHUn9y Oe.tar is all the work I did to get the source code from the IMD files found in the archive into a format the TRS XENIX cobol compiler needs. For example, removing the / from file names. Since the original compiled program file names distributed for this system are lower case, I changed...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    This is very helpful. Thanks for digging into this and providing work a work-around. -----Original Message----- From: discussion@gnucobol.p.re.sourceforge.net discussion@gnucobol.p.re.sourceforge.net On Behalf Of Simon Sobisch Sent: Tuesday, August 22, 2023 4:48 PM To: [gnucobol:discussion] cobol@discussion.gnucobol.p.re.sourceforge.net Subject: [gnucobol:discussion] tandy rmcobol This is indeed the CONTROL KEY extension: 003810 ACCEPT ALPHA-ENTRY, 003820 LINE SCREEN-ROW, POSITION SCREEN-COLUMN,...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Here it is. Thanks for replying.

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I have some cobol program source code for an order entry system that was used on the Tandy 6000 system. I have an emulator trs80gp.exe for this system . According to the cobol development system that was used to write this system is RM-COBOL based on standard 74. I can compile and run this software on the emulator. I'm trying to compile this source code using GnuCOBOL. I use the s-std=rm parameter when compiling. I initially had many errors. I have the remaining errors I can't solve. I will appreciate...

  • John Grillot John Grillot created ticket #33

    trace file

  • John Grillot John Grillot created ticket #32

    can you provide another view?

  • John Grillot John Grillot created ticket #31

    can a disassembly be dumped to a file?

  • John Grillot John Grillot created ticket #30

    double quote key not working in C64 screen nor monitor

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Hi Vincent, Now that I've been able to get cobol 3.x installed and the non rdbms complied and installed. I'd like to see if we can get the rdbms for mysql compiled. I'm not sure if you have your software ready for this and I need to read the instructions better or if your instructions won't work in my environment. So either I need to change my system config to match yours or I could help you test how to get your software setup so it will compile in my configuration which other may have similar to...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Even though there were those install errors, I was able to run the software

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Install errors $pwd /home/john/acas-code-new $bash install-ACAS.sh ‘acasbkup-Post-EOY.sh’ -> ‘/home/john/bin/acasbkup-Post-EOY.sh’ ‘acasbkup-Pre-EOY.sh’ -> ‘/home/john/bin/acasbkup-Pre-EOY.sh’ ‘acasbkup.sh’ -> ‘/home/john/bin/acasbkup.sh’ chmod: cannot access ‘LD’: No such file or directory cp: cannot stat ‘cobmysqlapi.so’: No such file or directory ‘sys002.so’ -> ‘/home/john/bin/sys002.so’ ‘xl150.so’ -> ‘/home/john/bin/xl150.so’ mv: cannot stat ‘LD’: No such file or directory

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I have a sucessful "comp-all-no-rdbms.sh." GOOD JOB !

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Hi Vincent, I got your most recent build from the link you provided. I "unrared" it in a empty directory I called acas-code. Here is a listing of that folder -rwxr-xr-x 1 john john 834 Feb 9 11:29 acasbkup-Post-EOY.sh -rwxr-xr-x 1 john john 828 Feb 9 11:29 acasbkup-Pre-EOY.sh -rwxr-xr-x 1 john john 606 Feb 9 11:29 acasbkup.sh -rw-rw-r-- 1 john john 4429 Jan 30 10:22 ACAS list of files and tables.txt drwxrwxr-x 2 john john 4096 Feb 28 16:38 ACAS-Manuals -rw-rw-r-- 1 john john 7665823 Feb 28 09:26...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Hi Vincent, When you refer to the nightly builds, Do I obtain them with this command? svn checkout https://svn.code.sf.net/p/acas/code/trunk/v3.02 acas-code From: Vincent (Bryan) Coen [mailto:vcoen@users.sourceforge.net] Sent: Monday, February 26, 2018 8:40 PM To: [acas:discussion] 1374610@discussion.acas.p.re.sourceforge.net Subject: [acas:discussion] Current development Status Note for every one I have uploaded the v3.02 sources to SF but as I am still testing it will get out of date until I refresh...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I forgot to ask how are you determining whether it's a non rdbms compile? Is it a compile flag or are you looking for the existence of a directory or file? Thanks, John From: Vincent (Bryan) Coen [mailto:vcoen@users.sourceforge.net] Sent: Monday, February 26, 2018 8:35 PM To: [acas:discussion] 1374610@discussion.acas.p.re.sourceforge.net Subject: [acas:discussion] Current development Status I have updated the nightly acas builds to allow a compile for no-rdbms based builds so you need to get the...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Hi Vincent, I am interesting in using mysql but there is no rush. I just wanted to see how you accomplished this for learning purposes. Thank you for all the hard work you have been putting into this. For an old COBOL guy you sure have a lot of spunk 😊 John From: Vincent (Bryan) Coen [mailto:vcoen@users.sourceforge.net] Sent: Monday, February 26, 2018 8:35 PM To: [acas:discussion] 1374610@discussion.acas.p.re.sourceforge.net Subject: [acas:discussion] Current development Status I have updated the...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    correction I meant mine is here /usr/include/mysql/ However there is not a lib folder there

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I discovered some of my errors are because /usr/local/mysql/lib doesn't exist. Mine is here /usr/local/mysql/lib. My platform is ubuntu 14.04LTS. SELECT @@version from the sql workbench returns '5.5.54-0ubuntu0.14.04.1'

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Hi Vicent, I was able to get v3.x of the cobol compiler. I also updated to your most recent code. from the directory /home/john/acas-code, I eceuted this command bash comp-all.sh > build.log 2>build.err I got the following compile errors. I've attached the error log.

  • John Grillot John Grillot posted a comment on discussion Help getting started

    does the v3.x fully implement the report writer featues? I was under the impression that 2.x did not but may be in 3.x

  • John Grillot John Grillot posted a comment on discussion Help getting started

    I really don't need the source. I need ver 3.x runtime so I can compile the ACAS software. How do I obtain this?

  • John Grillot John Grillot posted a comment on discussion Help getting started

    I looked at trunk 2445 & 2448 and the install instructions say to do ./configure but that file doesn't exist. What am I doing wrong? I got the files via https://sourceforge.net/p/open-cobol/code/HEAD/tree/trunk/ selected Download snapshot I also tried the file via svn checkout https://svn.code.sf.net/p/open-cobol/code/trunk open-cobol-code thanks, John

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Hi Vincent, I did step 1 A& B and it downloaded a file open-cobol-code-2448-trunk.zip. But on the tar command it says gzip: stdin has more than one entry--rest ignored. I googled that and it said that the tar command was expecting a .gz file. I as able to open the zip file and extract it however there is not a configure file (there is a configure.ac). I also did this svn command but the files it downloaded did not have a configure either. svn checkout https://svn.code.sf.net/p/open-cobol/code/trunk...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Can you explain the commands to build the compiler? I tried the command make and it said *** No targets specified and no makefile found. Stop. Sorry, I'm a newbie. Thanks, John From: Vincent (Bryan) Coen [mailto:vcoen@users.sourceforge.net] Sent: Saturday, February 24, 2018 9:29 AM To: [acas:discussion] 1374610@discussion.acas.p.re.sourceforge.net Subject: [acas:discussion] Re: Current development Status OK, this one is easy Two options : A. Go to https://sourceforge.net/p/open-cobol/code/HEAD/tree/trunk/...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Thanks Vincent ! I had already compiled ACAS with the older complier. After I install the new complier are there steps should I take to remove the old code before compiling & installing the new code? From: Vincent (Bryan) Coen [mailto:vcoen@users.sourceforge.net] Sent: Saturday, February 24, 2018 9:29 AM To: [acas:discussion] 1374610@discussion.acas.p.re.sourceforge.net Subject: [acas:discussion] Re: Current development Status OK, this one is easy Two options : A. Go to https://sourceforge.net/p/open-cobol/code/HEAD/tree/trunk/...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    How were you able to get the GnuCOBOL v3.0rc ? I went to SF and it says " version 3 is one the way". Also when I downloaded, it was still the gnucobol-2.2.tar.xz file. Thanks, John From: Vincent (Bryan) Coen [mailto:vcoen@users.sourceforge.net] Sent: Wednesday, February 21, 2018 9:53 AM To: [acas:discussion] 1374610@discussion.acas.p.re.sourceforge.net Subject: [acas:discussion] Current development Status Hi John; The Stock or IRS manuals do into some detail as to how to build it using the GnuCOBOL...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Hi Vicent, I looked at your software a few months ago when I was studying COBOL. I need a refresher on how to compile / install it (on ubuntu 14) . I also saw you have been making changes to utilize a sql database. Is it mysql? Thanks, John From: Vincent (Bryan) Coen [mailto:vcoen@users.sourceforge.net] Sent: Saturday, January 27, 2018 6:33 PM To: [acas:discussion] 1374610@discussion.acas.p.re.sf.net Subject: [acas:discussion] Current development Status XM150 now complete looking at other systems...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I'm curious how cobol files compare to mysql performance. I'm sure in the case of your software it would make little difference. What is the largest number of users and file sizes are you aware of for clients using this software? I've supported other software packages where we have 20 users & the micosoft sql sever database size is several giga bytes. the speed of sql server databases are impressive. I worked on a IBM mainframe in the 80s. I guess that the cobol files must have used DB2 and the file...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Will ACAS complile / run on Windows 10? I installed it on Ubuntu. What steps are needed to install this on windows. I have opencobol and MF cobol compliers. Thanks, John

  • John Grillot John Grillot modified a comment on discussion Open Discussion

    Actually, I just discovered it didn't go back to the menu because I did not have values in Current Cycle Current Quarter,Cycle Period.

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Actually, I just discovered it didm't go back to the menu because I did have values in Current Cycle Current Quarter,Cycle Period.

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Just now, I removed my previous install and started off with a fresh install of 3.01.07. I went thru the 8 setup screens (no red messages anywhere) and it still keeps going back to the first screen. I cleared out every field on the first screen and it didn't exit to the menu.

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Just now, I removed my previous install and started off with a fresh install of 3.01.07. I went thru the 8 setup screens (no red messages anywhere) and it still keeps going back to the first screen. I cleared out every field on the first screen and it didn't exit to the menu.

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I forgot to tell you. I fillout each of the setup screens but after I finish those it just puts me back to the setup screens when I run ACAS again.

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    OK I did that and got past that problem.Then I went into system setup. I got address error on line 1. I couldn't figure out how to exit that screen. So ended up having to control -C. Now I when ever I run ACAS I get forced into the setup screens. Can you advise? No rush. Hoping before the end of the day for a response.

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I found that the db_verify command $db_verify system.dat db_verify: BDB0522 Page 0: metadata page corrupted db_verify: BDB0523 Page 0: could not check metadata page db_verify: system.dat: BDB0090 DB_VERIFY_BAD: Database verification failed BDB5105 Verification of system.dat failed. So I tried db_recover command but can't figure out the syntax. Can you help? $db_recover system.dat usage: db_recover [-cefVv] [-h home] [-b blob_dir] [-P password] [-r region_dir] [-t [[CC]YY]MMDDhhmm[.SS]]

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I'm using version ACAS (3.00.05). I trying to enter my first Sales Transactions Input. I had created one customer but no stock yet (yeah I should have created stock but I wanted to see if I could do a transaction without a stock # ). I started a transaction and picked the ProForma type. On the transaction lines I left the stock# empty and of course got a message about an invalid stock number. I entered a qty of 1 and entered 000001 for the price. After I hit tab on the price, a bunch of @@@@@@@@@@@@@@@@@@@@@@...

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    This makes a lot of sense about the delimiter. Thanks.

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I'm curious about why you chose to use the address details delimiter character approach as opposed to having separate fields for city & state? Thanks, John

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I got this working by doing your suggestions - thank you

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I guess I figured this out. apparently the address fieldie has to be entered like this dayton\oh\45432. Now the cursor stops at the * Escape Code [ ] * field

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I'm curious if your accounting system source code uses the cobol report writer. Gnucobol 2 rc3 doesn't implement the report writer. There is a report writer version of gnucobol but it's not an official release yet. How do you code your reports? What release of gnucobol do YOU use to compile ACAS? Thanks, John

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I attached a screen shot of the customer setup. The cursor never stops at the * Escape Code [ ] * field

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Also if you use this method for multiple versions that won't work with ocide. If I want to use ocide wouldn't I have to do a make install each time I want to use a different version, correct?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    the use-cobol command has to be added to the bashrc as per the faq, correct?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Your right I unpacked (not install) the gnu-cobol-2.0 (non-rw) there. I did do the sudo make install. Here is what COB_CONFIG_DIR is set to /usr/local/share/gnucobol/config. I dont see a gnucobol direcory in /usr/local. My /usr/local/bin has cobc, cobcrun and various db executeables. Is that the way it should be?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Originally, I installed the non rw version to /home/john/cobol/gnu-cobol-2.0. Do I need to install the rw version to /home/john/cobol/gnu-cobol-rw? Also after looking at configure --help I'm not sure what to do to set a different install directory. Sorry for my ignorance.

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    thank you Simon

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    How do I obtain the version of gnuCobol that supports Report write?. This is for Linux.

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I don't see in the documentation where it explains the special keys (i.e function keys). How do you exit screens?

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Here is the setting screen.

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    I set mine up using cups the name is hp:/net/HP_LaserJet_200_colorMFP_M276nw?ip=192.168.1.69 Thats too long to fit in that field. What should I do?

  • John Grillot John Grillot posted a comment on discussion Open Discussion

    Hi, I just discovered your ACAS on sorceforge. I downloaded the acas-3.01.07.tar.gz. I compiled and installed it successfully. I'm in the system set-up on Screen 2 where it asks for the Cups Print Spooler name. I'm using Ubuntu 14.04 LTS how do I determine the value to enter in this field? Thanks, John

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    This worked and it recognized open-cobol-2.0-rc3.0 automatically. Thanks Simon :-)

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Do you know how to install verion 4.7.6 on Ubuntu (or simliar debian Lixux). When I install it via apt-get or the software center , it installs version 2.x. I found a site that has a tar file but when I extract it there is not a ./configue in the top level directory.

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Which is better to use, Open Colbol IDE or HackEdit with the COBOL plugins ?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    On a different ubuntu 14.04 LTS VM, with 2.0-rc3 I was able to compile GCic and yes my screen looks like the one you attached. I guess I'll try purging and reinstalling open-cobol on my other VM and see it it work. Thanks, John

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Unusual. using apt-get, I purged open-cobol then installed open-cobol. then cobc -V returned the version showed 2.0-rc3.0. I was able to compile GCic.

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    By the way, I did have version 1.x installed previously.

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I am working on a diferrent unbuntu VM. I tried to install the gnu cobol 2.0 like I did a few days ago on another VM (that I eventually got working). I went thru the same steps to install it. cobc --help or cobc -V returns this error cobc: error while loading shared libraries: libcob.so.4: cannot open shared object file: No such file or directory. What's wrong ?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Here is the output when I compile at the command line I get the same errors when I compile in OCIde. cobc -x GCic.cbl GCic.cbl: 33: error: PROGRAM-ID header missing GCic.cbl: 33: error: ENVIRONMENT DIVISION header missing GCic.cbl: 33: error: CONFIGURATION SECTION header missing GCic.cbl: 33: error: SPECIAL-NAMES header missing GCic.cbl: 33: error: invalid system-name 'GC0712' GCic.cbl: 33: error: syntax error, unexpected >, expecting CRT or Identifier GCic.cbl: 33: error: syntax error, unexpected...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I started with a fresh version of GCic and still same errors. You can compile w/o errors? Can you attacxh your version of the program?maybe I have a bad copy. thanks, John

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I did a svn update as brian suggested. Then I did ./configure ./make ./make install the version shows cobc (GnuCOBOL) 2.0-rc3.0 But still get those errors trying to compile GCic

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    And then do I need to do the confugure, make, make install all over again?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Brian, first of all, thanks so much for all the help you have provided. I'm sorry for my ignorance. Can you explain how to snag that? I originally got it from this command svn checkout svn://svn.code.sf.net/p/open-cobol/code/branches/gnu-cobol-2.0 Do I use the same command?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I'm new to this sourceforge / git hub way of doing things. The way I got the GCci in the first place was a link Arnold Trembly emailed to me. How do I get the update you just made. I assume I wouldn't use the same link. Can you explain? Thanks.

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I have GnuCOBOL 2.1 installed in a windows environment and version 2.0-rc3.0 in the Ubuntu environment. I was able to get the source code for GCic compiled and working under windows. It will not compiled under and a Ubuntu environment. It starts with a that syntax errors on line 36. Could this be a version issue an OS issue or is something else going on? unexpected Variable, expecting OFF or PARAMETER or Literal on line 36 the PROCEDURE DIVISION header missing. The first line of code it line 1 has...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    So even though it showed those errors something worked ! type cobc returns cobc is /usr/local/bin/cobc, /usr/local/bin/cobc --version returns cobc (GnuCOBOL) 2.0-rc3.0 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Written by Keisuke Nishida, Roger While, Ron Norman, Simon...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I updated the PATH and logged off and back in and still the same problem. I attached the make ouput from sudo make install. Here is my the output of ENV|grep PATH XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path PATH=/usr/local:/home/john/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin...

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    okay did that but sudo make install didn't work. I attached the ouput. Any ideas?

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I did the svn command and after many errors and having to install serveral prerequsites. I hope I'm down to the last problem. sudo ./configure completed but sudo make gets this error Creating defaults.h... /bin/bash: line 16: defaults.h: Permission denied

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    I have Ubuntu 14.0 LTS. When I install gnuCobol using sudo apt-get install open-cobol it installs verion 1.x How can I get v2.x? If I have to compile it. Could someone provide specific steps? Thanks, John

  • John Grillot John Grillot posted a comment on discussion The Lounge

    Has anyone in this lounge ever worked for computer sciences corp? I worked for them in the mid-eighties on the stock control and inventory distribution system.

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    Yes I did obtain the code from that link you posted. I did change the platform DEFINE CONSTANT OS AS 'WINDOWS' and still got that error.

  • John Grillot John Grillot posted a comment on discussion GnuCOBOL

    In the Programmers guide it refers to the GCic program. I downloaded the code and compiled it without errors. When I ran the program and tried to compile a test program, it ouput these errors configuration error: /mingw/share/gnu-cobol/config\cobol85.conf: No such file or directory cobc: error: invalid option -std=cobol85 GNU COBOL Compilation HAS FAILED - See Above I'm curious if GCic will run under windows without mingw? Thanks, John

  • John Grillot John Grillot posted a comment on discussion The Lounge

    I thought I read somewhere that GNUCobol implemented the Report Writer. When I tried to compile code with a REPORT SECTION I got a compile error stating it is not implemented. Are there any plans to implement it?

  • John Grillot John Grillot posted a comment on discussion The Lounge

    serge, it worked ! Thank you :-)

  • John Grillot John Grillot posted a comment on discussion The Lounge

    cobc -x -W -fnotrunc -t C:\Users\user\AppData\Local\Temp\testfunc.lst -o C:\Users\user\AppData\Local\Temp\testfunc.exe testfunc.cob

  • John Grillot John Grillot posted a comment on discussion The Lounge

    I found I was reading the wrong version of the text file. My record count is correct now bu the total sales is not. I revised the pics for the input file and the file name. I adding new attachments

  • John Grillot John Grillot posted a comment on discussion The Lounge

    I have a program that reads a text file with sales in it and keep a total of those sales. I have two issues I need help with 1) The total is wrong. If I sum the numbers in Excel it is $ 26,632,283.97 it doesn't equal the total output by the cobol program $020,332,283.97. 2) I put some display statements in the code for debugging. There are 2050 records in this text file but it the program displays it read 2052 records. I wonder why the AT END didn't trigger at 2050. I attached the code and my test...

  • John Grillot John Grillot posted a comment on discussion The Lounge

    thanks that helped a lot :-)

1 >