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 gkittelson 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. welchdor

    Can you call Oracle (SQL*Plus) from COBOL

    Hi, I was wondering if anyone knows if it's possible to do a call to an Oracle database, like to execute a SQL command, from a COBOL program. If so, how do you do it? And what do you need to have to be able do it...some API, etc.? We're talking about COBOL on DB2 calling Oracle on NT...we...
  2. welchdor

    creating a tab delimited file

    Hi - I hope this is an easy one for you experts..... I need to create a tab delimited flat file, but don't know how to specify the tab character in my record layout. So, if I had: 01 NEW-RECORD. 05 DATA-ITEM1 PIC X(7). 05 DATA-ITEM2 PIC X(20). . . . how would I set up a 'tab'...

Part and Inventory Search

Back
Top