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. Marylander

    Extract Source Code from Executable

    I have a Delphi executable and no source code. Is there a tool or way to extract the source from the .exe?
  2. Marylander

    Parameters not being passed

    I have been having trouble for quite a bit now. I am new to Cobol so bare with me as I try to describe the issue. I am working on a web report program(s). My file oits.cbl creates a oits.exe file in which I run. When ran, it calls, oidriver.pco, i39l.pco, and a couple of web (html) files...
  3. Marylander

    Go to Program Error using microfocus cobol

    I have a program that seems to me it is not opening and running the next program. The Go to Exit-Program should open and run another program in the same directory. 000000 FETCH-A1X. 000000 EXEC SQL CLOSE A1 END-EXEC. 000000* EXEC SQL COMMIT WORK RELEASE END-EXEC. IDI000...
  4. Marylander

    File Open error

    What line are you referring to? What variable (FILE-REG or PRT-FILE)? How would is that coded?
  5. Marylander

    File Open error

    PRINT_DIR is one directory forward. Yes it is within the same structure. I have the Move u-reg to file-reg commented. Should I uncomment that line?
  6. Marylander

    File Open error

    Can anyone tell me why my open Outfile is not working. I put DISPLAY statements in the program to see where the error was occurring. I run an .exe file that kicks off several programs both .pco and .cbl programs. The DISPLAY XXX works right before the OPEN OUTPUT OUTFILE statement but not the...

Part and Inventory Search

Back
Top