Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Federico64

    opensource projects

    Hi all, this note just to inform you about a opensource cobol project to manage a debugger using the cobol itself. the project uses opencobol as compiler but since it's written in cobol it could be useful for other heterogeneous environments. Currentyl I am also working to a gui for opencobol...
  2. Federico64

    Using powercobol 5.0 controls with ole..

    The invoke OGGETTO "SET-POW-WIDTH" .... do the same error. It isn't inside the property's list of the oggetto item. Federico
  3. Federico64

    an open source cobol debugger written in cobol..

    hi You should put this question to the opencobol.org site look at the tp-cobol-debugger thread and ask there. Surely someone will reply. I used only STANDARD COBOL to write the the debugger I don't have a deep skill about opencobol sql features but I guess it can manage them. Federico
  4. Federico64

    an open source cobol debugger written in cobol..

    I am trying the Opencobol compiler. (www.opencobol.org) I think it's very robust and strong cobol compiler. Unfortunately not (yet) object oriented nevertheless very good product for use cobol with unix and windows systems. I have written a cobol debugger suitable with that cobol, written with...
  5. Federico64

    Using powercobol 5.0 controls with ole..

    Hi all I would like to use the static and text (and others) powercobol 5.0 controls by calling and (above all) creating them by using the ole method. I wrote (for manage the static controls): ENVIRONMENT DIVISION. DATA DIVISION. WORKING-STORAGE SECTION. 01 OGGETTO...
  6. Federico64

    Fujitsu PowerCOBOL 5 scriplet opening problem

    I got the same trouble. I simple de-installed the compiler and I reinstalled it starting the system with the F8 function (safety/debug mode) and before ran the setup I put the antivirus OFF It ran fine after that. Federico
  7. Federico64

    open source cobol debugger for opencobol written in cobol itself.

    Hi all, I am trying the Opencobol compiler. (www.opencobol.org) I think it's very robust and strong cobol compiler. Unfortunately not (yet) object oriented nevertheless very good product for use cobol with unix and windows systems. I have written a cobol debugger suitable with that cobol...
  8. Federico64

    cobw3-system usage

    Hi everyone. i'm writing a cgi cobol procedure. actually i need to open a word. (doc file) or a pdf file without put they into a link buy by using the cow3-system call supplied with powercobol 5. (the product that i am using). I wrote the statements but they didn't run fine. I would like to...
  9. Federico64

    cobol compress program

    Hi Crox. I'm using powercobol from Fujitsu for new programs and cobol/2 for old procedure. This program has been written using ONLY cobol standard so more code has been needed to write it. Actually it use 780 lines (include spaces lines...). Using "cbl_call" available on fujitsu cobol...
  10. Federico64

    cobol compress program

    Hi, I have written a cobol compressor that uses huffman method to reduce file. It run fine and I am very satisfied of this program. Is there only a problem. To use it on all platform I have use only cobol standard (bit algoritms are also performed). But when I read my source file to compress...

Part and Inventory Search

Back
Top