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 dencom 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: sonofsa
  • Content: Threads
  • Order by date
  1. sonofsa

    Processing a result set output to a Table

    I have the following SQL*Plus query (executed via a Cobol program) that I'd like to output to a Table: REPHEADER CENTER 'CUSTOMER NAME AND ADDRESS' SKIP2 COLUMN CLIENT_ID HEADING 'CUSTOMER #' COLUMN CUST_NAME HEADING 'CUSTOMER NAME' COLUMN ADD_1 HEADING 'ADDRESS LINE 1' COLUMN ADD_2...
  2. sonofsa

    Cobol Oracle dynamic SQL

    I am working on a CICS Cobol project where users enter SQL*Plus (Oracle) statements, the system is expected to return the result sets on-line or Batch. I got the batch part working - the on-line is another matter. I have done a lot research without success. Here's an example of how it's done in...
  3. sonofsa

    Oracle dynamic PL-SQL and SQL*Plus

    I am new to Oracle and would greatly appreciate any help with this. I am working on a Cobol CICS project where users enter SQL*Plus statements and submit for execution via Batch or On-line mode. My Batch mode works perfectly with control breaks, headers and footers. My problem is accomplishing...

Part and Inventory Search

Back
Top