Activity for APAC Accounting and Business Management

  • Cornel Cornel modified a comment on discussion Open Discussion

  • Cornel Cornel posted a comment on discussion Open Discussion

    Can you send me a demo version, please? Thanks

  • Simon Sobisch Simon Sobisch posted a comment on discussion Open Discussion

    As I was curious I gave APACSRC8 compiling a try: cd APACSRC8/DEBT cobc DEBREST.CBL -I .. -fmax-error=1 ../W50.WS:42: error: larger REDEFINES used ../W50.WS:42: note: size of 'W50-STOCK' larger than size of 'W50-DATA' [-Wdialect] ../FUNCTION.CRT: in section 'CRT-KBD-MOUSE': ../FUNCTION.CRT: in paragraph 'SAVE-ATTRIB': ../FUNCTION.CRT:10: error: invalid RETURNING field The first is auto-solved by using -std=mf (or -std=mf-strict), but for tests I may opt with just -flarger-redefines=ok. All the following...

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    Hi Simon, The system was written using MF OO. I am making changes to accommodate various library routines, of which I have used many. both Call by name and number. These include calling Windows routines (mouse, cursor and receiving data from a key de-pression) and the various screen handling routines (the most problematic are save and restore data and attributes into memory and changing attributes to highlight portions of data and to create shadows). I also use multiple split keys in most files and...

  • Simon Sobisch Simon Sobisch posted a comment on discussion Open Discussion

    Can you please specify the details for unique features from MF Cobol that do not compile or give different results in GNU Other than OO COBOL and some stock library routines (which may be added) there is nothing coming to mind that is different with cobc -std=mf-strict.

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    Hi Jerry, I have compiled some of the programs and am busy resolving the unique features from MF Cobol that do not compile or give different results in GNU. Once completed it will work in both compilers' There has been some delay as I had some problems with my eyes which restricted the time that I was able to work on my PC. should be faster from now on, James Lemmon http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avg.com...

  • Jerry D. Farrell Jerry D. Farrell posted a comment on discussion Open Discussion

    James, Where is the project setting I am curious to know if you have been able to compile with GNU COBOL? If so I want to do a series of GNU COBOL YOUTUBE videos talking about building this project and others with GNU COBOL. Thanks Jerry Farrell

  • James Lemmon James Lemmon committed [r11]

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    Hi. Am busy moving and have not had time to spend on Getting GnuCobol 2.2 installed on my Windows PC. I should be settled and back on the project in the next week or so. I will also repost the code using the markers. Bestr Regards http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avg.com http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>...

  • Simon Sobisch Simon Sobisch posted a comment on discussion Open Discussion

    Pirng @James - Hi. How did your tests with GnuCOBOL 2.2+ and VARIABLE source went? Can you please edit your posts above on SourceForge adding the code markers, allowing the many code lines to be actually read and easily copied?

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    Hi Simon, Thanks for the info and the amazing turnaround from you guys. Will send more code with more examples with the code markers. I think that the cobolfree would be what I should use, as my code is VARIABLE. I will test some compiles to check the VARIABLE option. Thanks James On Sat, Aug 26, 2017 at 9:45 AM, Simon Sobisch sf-mensch@users.sf.net wrote: Hi James, I think SOURCEFORMAT VARIABLE works fine with GnuCOBOL 2.2. Do you see any problems there? Can I ask you to edit your post surrounding...

  • Simon Sobisch Simon Sobisch modified a comment on discussion Open Discussion

    Hi James, I think SOURCEFORMAT VARIABLE works fine with GnuCOBOL 2.2. Do you see any problems there? Can I ask you to edit your post surrounding your code by code markers? ~~~~ ::cobol [code] ~~~~ or ~~~~ ::cobolfree [code] ~~~~ It is much easier to read that way. Note: the missing screenio system library functions will be added in the future, but there is no time table about this. We have someone who looks into the screenio parts now therefore it is more likely to happen "sooner" now.

  • Simon Sobisch Simon Sobisch posted a comment on discussion Open Discussion

    Hi James, I think SOURCEFORMAT VARIABLE works fine with GnuCOBOL 2.2. Do you see any problems there? Can I ask you to edit your post surrounding your code by code markers? ~~~~ ::cobol [code] ~~~~ or ~~~~ ::cobolfree [code] ~~~~ It is much easier to read that way.

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    Hi Simon, Sorry, but my mother has not been well and have been busy with her. Here are some of the differences between Gnu and MF COBOL: There are more, however this will give you an idea of what I am trying to resolve. SOURCEFORMAT "VARIABLE" CALL "CBL_READ_SCR_ATTRS" USING SAVE-POS W42-ATTRIB W41-LENGTH RETURNING WS-STATUS. CALL "CBL_WRITE_SCR_ATTRS" USING SAVE-POS W42-ATTRIB4 W41-LENGTH RETURNING WS-STATUS. CALL "CBL_CLEAR_SCR" USING X"20" X"00" RETURNING WS-STATUS. CALL "CBL_READ_SCR_CHARS" USING...

  • Simon Sobisch Simon Sobisch posted a comment on discussion Open Discussion

    Ping

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    Am on holiday at the moment so have not been on line for a few days. There are a few screen handling and calls that aqre specific to MF. I will give more details once I am back home. On Fri, Jul 21, 2017 at 11:31 PM, Simon Sobisch sf-mensch@users.sf.net wrote: What are the reasons that it does not compile with GnuCOBOL? I tend to rather put work in the compiler than into many COBOL programs. To ease migrations (in this case from MicroFocus COBOL) is one of the GnuCOBOL project goals... Installation...

  • Simon Sobisch Simon Sobisch posted a comment on discussion Open Discussion

    What are the reasons that it does not compile with GnuCOBOL? I tend to rather put work in the compiler than into many COBOL programs. To ease migrations (in this case from MicroFocus COBOL) is one of the GnuCOBOL project goals...

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    I would estimate that there will be a version to start working on, not all the modules within about 2 months. On Fri, Jun 9, 2017 at 8:24 PM, Jerry D. Farrell jfarrell423@users.sf.net wrote: How close are you to having a full compile in GNU COBOL? Installation Help Sent from sourceforge.net because you indicated interest in < https://sourceforge.net/p/apac-accounting/discussion/443625/> To unsubscribe from further messages, please visit < https://sourceforge.net/auth/subscriptions/> -- James Lemmon...

  • Jerry D. Farrell Jerry D. Farrell posted a comment on discussion Open Discussion

    How close are you to having a full compile in GNU COBOL?

  • James Lemmon James Lemmon created a blog post

    Updates 6 June 2017

  • iman iman posted a comment on discussion Open Discussion

    Waiting for it. Many thanks!

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    Hi, I will make a plan over this weekend to put a demo version oooooooooooooonto...

  • iman iman posted a comment on discussion Open Discussion

    While waiting the program can 100% compile in gnu-cobol, can you upload the compile...

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    Any version from 3.1 and later On Thu, Mar 30, 2017 at 5:26 AM, iman iman1@users.sf.net...

  • iman iman posted a comment on discussion Open Discussion

    So if I compile with Micro Focus (which version?), the program will run? Thanks

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    Hi, The source as it is on Sourceforge will compile with Micro Focus Cobol. We are...

  • iman iman posted a comment on discussion Open Discussion

    How to compile this program? It's very common question I think but for year nobody...

  • iman iman posted a comment on discussion Open Discussion

    I'm very new in cobol, can you explain step by step how to compile this program?...

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    This is a continuation of the updates started earlier this year. Momentum was slowed...

  • James Lemmon James Lemmon created a blog post

    Updates on 30 November 2016

  • James Lemmon James Lemmon committed [r10]

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    New souce code is currently being uploaded and the major analysis and the project...

  • James Lemmon James Lemmon modified a blog post

    Latest updates

  • James Lemmon James Lemmon created a blog post

    Latest updates

  • James Lemmon James Lemmon committed [r9]

  • James Lemmon James Lemmon committed [r8]

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    Hi Nick, Have been away for a while. What compiler do you have, what environment...

  • Nick Rawlings Nick Rawlings posted a comment on discussion Open Discussion

    Could someone help me install/compile this program?

  • James Lemmon James Lemmon modified a comment on discussion Open Discussion

    2013 and the first few months of 2014 was a time of ups and downs and unfortunately...

  • James Lemmon James Lemmon posted a comment on discussion Open Discussion

    2013 and the first few months of 2014 was a time of ups and downs and unfortunately...

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.