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

  1. cblkid

    cobolscript and fujitsu cobol

    Mike, While I have never used cobolscript I can tell you the use of a shopping cart is presented in the samples directory with the Fujitsu product. I believe SAMPLE25 builds the store and SAMPLE27 demonstrates an ASP client. Also, SAMPLE26 demonstrates a COBOL client. While the manuals are a...
  2. cblkid

    NetCobol Wrapper Wizard

    Hey dantar, how was the response time from Fujitsu Support? I've heard some stories both good and bad. How did it go for you?
  3. cblkid

    custom activex for cobol access file

    Try dropping the BLOCK, LABEL and RECORD clauses from your FD. It's not supposed to look at them but it appears it may be.
  4. cblkid

    Setting color coding of keywords in Win 2000 XP...

    John, Here is what the Fujitsu Support Website has to say about Version 3 and Windows XP: Fujitsu COBOL V3, V4 and Windows 2000 / Windows XP Fujitsu COBOL V3 and V4 will not install on the Microsoft Windows 2000 and Windows XP operating systems. If you attempt to do this you will receive the...
  5. cblkid

    .NETCOBOL and calls to unmanaged C DLLs

    You can not write a Prototype definition for a variable length parameter. The parameters HAVE TO BE fixed length. If you have multiple paramter formats to pass you need to create a prototype entry for each of the different options, using different names for each prototype, (i.e. CALL FORMAT01...
  6. cblkid

    .Net COBOL ODBC

    Ken, First off, ignore the .NET help on that topic. I could never get it to work. However, I did get it to work by doing the following: 1. Create a COBOL85.CBR file in the \bin\debug directory of your application (where your COBOL ODBC executable resides). 2. Add the @ODBC_INF parameter to...
  7. cblkid

    Connecting to an SQL database from Fujitsu Cobol 97

    Necrom, According to the manual the @SQL_SERVER error is saying you have not defined a server name in the INF file. When you are issuing the SQL CONNECT are you trying to connect to DEFAULT or to a specific server name? In either case you have to have a server name in the INF file the same as...
  8. cblkid

    CBL_CHECK_FILE_EXIST always returning 0

    There was also an "undocumented feature" in the CBL_ routines. Fujitsu released a new DLL which is available to on their Support Web Site for clients with maintenance.
  9. cblkid

    I WENT FROM RMCOBOL

    Hi Muramasa, I've done several RM conversions and they generally go pretty smoothly, I'm surprised you're having many problems. Part of the problem may be the use of the command line interface the first time you tried this. I would take one program of significant size and complexity, make a...

Part and Inventory Search

Back
Top