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 SkipVought 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: *

  • Users: joeih
  • Order by date
  1. joeih

    Syntax Error Help

    Try double quotes instead of single "C:\TEMP\TEST.TXT". JH http://www.payrollpc.com
  2. joeih

    Finding the length of a text string

    Try using the FUNCTION REVERSE. Not all compilers support it. MOVE 0 TO FIELD-LENGTH. INSPECT FUNCTION REVERSE TALLYING FIELD-LENGTH FOR LEADING " ". JIH
  3. joeih

    Fujitsu 6.1 debug

    Hi, I'm having a problem starting the Fujitsu 6.1 debugger from the same process as IIS. I'm trying to debug using the CGI/ISAPI COBW3 routines. When starting I receive INVALID INVOCATION PARAMETER error. I believe it's with the cbl_attach_tool paramter within COBOL85.CBR. @EnvSetWindow=USE...
  4. joeih

    Fujitsu 6.1 cgi/isapi routines

    Hi, Is there a way to set the (value="") in a HTML file prior to the display. I'm using FUJITSU 6.1 COBW3 CGI routines. I'm trying to populate data fields with information prior to using COBW3_PUT_HTML. In the following I'm trying to change the input field value from 0000000 to abababa The...
  5. joeih

    Fujitsu 5 plus SQL CREATE statement.

    Frederico, The above example worked! I'm trying to relate all of the SQL commands to COBOL. (READ, WRITE, DELETE etc. I was doing OK untill I ran into the SQL CREATE command. I'll try to post a simple example program with all of the COBOL I-O vs SQL commands when I'm done. It will have the...
  6. joeih

    Fujitsu 5 plus SQL CREATE statement.

    Thanks Frederico for your response. Do you know of other commands that are not allowed? I'll try your recomendation. Thanks JIH
  7. joeih

    Fujitsu 5 plus SQL CREATE statement.

    Thanks for the response. Usually I'll get a 37000 with a syntax error at runtime. This is a compiler error. Fujitsu doesn't give much in SQL documentation. Thanks, JIH
  8. joeih

    Fujitsu 5 plus SQL CREATE statement.

    Hi, I'm trying to create a SQL table or file in Fujitsu Ver 5. EXEC SQL CREATE TABLE etc END-EXEC. The compiler is returning JMN2633I-S 33 SQL STATEMENT IS INVALID. ODBC-7600E NOT EXECUTABLE SQL STATEMENT. I believe it is saying that the CREATE is not available. Has anyone used the...
  9. joeih

    screens

    Also, check out Norcom's GUI ScreenIO. http://www.screenio.com/ JIH http://www.pcpayroll.net
  10. joeih

    Fujitsu Cobol Debug problems

    Hi, How do I start the Fujitsu 5.0 Debugger from the COBOL85.CBR batch file using the @CBL_ATTACH_TOOL? I'm trying to debug Fujitsu's sample program ISAMAIN.COB. The sample runs fine. Can someone post a runtime COBOL85.CBR that runs with a application using IIS?. How do I start the debugger...
  11. joeih

    Microfocus Cobol - Runtime Error 8/37 for file - nonsense

    Is it possible that the file is marked as read-only? Updating a read-only file will result in a 37 error. JIH http://www.pcpayroll.net
  12. joeih

    Relativity Speed Issues

    I have seen screen-savers programs and bad NIC cards slow systems to a craw. Try TASK-MANAGER (Ctrl+Alt+Del) Performance, Once before application and during application. JIH
  13. joeih

    Fujitsu gives 'INV-DELMTR' error on input

    In the Fujitsu manual look under BYTE-STREAM-FILE ROUTINES in the CBL_ROUTINES user guide. You can read any file and position it anywhere by giving it the relative position. Hope this helps. JIH
  14. joeih

    Printing ESC character to printer?

    The best way is to use POWERFORM.

Part and Inventory Search

Back
Top