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 wOOdy-Soft 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: cici
  • Content: Threads
  • Order by date
  1. cici

    How to extract longer than 254 bytes data records, using BTEQ (batch)

    The script I am using works up to 254 bytes only. .LOGON TERADATA/MYUID,MYPASSWD DATABASE PRODDATA; .EXPORT DATA FILE = c:\DATA\WEEKLY.DAT .SET RECORDMODE OFF .SET WIDTH 254 EXEC MACRO_TO_EXTRACT_CUSTOMER_DETAILS(); .EXPORT RESET...

Part and Inventory Search

Back
Top