Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 16 Jul 2003 @ 14:40:45 GMT


     
  <Prev Next>   <<First <Prev Next> Last>>  


Subj:   Re: FASTLOAD - NOTIFY EXIT question
 
From:   David Hagan

How big is the array you defined in your exit routine?

Mine is defined as:

struct {
        Int32 v_id_len;
        char v_id[32];
        Int32 util_id;
        Int32 util_name_len;
        char util_name[32];
        Int32 user_name_len;
        char user_name[64];
        Int32 string_len;
        char string[80];
}Init;

I hardocede the size for the string to be

char string[80];

since the manual I looked at said 80 is the max size.

Maybe I need to add room for a null but my string won;t ever be that big anyway.



     
  <Prev Next>   <<First <Prev Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023