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!

Recent content by cici

  1. cici

    Help Fast Load Problem

    Try to use SET RECORD VARTEXT; instead of UNFORMATTED
  2. 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