DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: spool file test.txt

Threaded View

  1. #1
    Join Date
    Jul 2001
    Posts
    334

    spool file test.txt

    I have to extract the data and create a spool file, the data length is not fixed. What is the best approach of using SET commands if the record length is not fixed. Please help.

    Set newpage 0
    Set pagesize 0
    Set feedback off
    Set verify off
    Set echo off
    Set tab off
    Set heading off
    Set recsep off
    set termout on

    Thanks
    Last edited by aph; 01-29-2004 at 11:27 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width