Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Tue, 11 Mar 2003 @ 17:18:45 GMT


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


Subj:   Re: Running BTEQ as a MSDOS batch command
 
From:   Ganga Palakattil

Thanks Anomy for your suggestion. I created a SQL Script file called "test.BTEQ" and put the .logon command at the beginning of it. Then I ran BTEQ as follows:

BTEQ < test.BTEQ

It ran correctly. The only problem is I don't know how to tell the LOG file to BTEQ.

Also, after each SQL statement in the script, I tried to access the ACTIVITYCOUNT and ERRORCODE and put it in the value clause of my process_log table insert entry as follows:

.if ERRORCODE <> 0 then .goto STOP_RUN
**
INSERT INTO LOGDB.process_detail_log
(log_id,step_number,step_name,step_status,error_code,
end_time,transaction_type,rows_affected,step_message)
VALUES (14,15,'Populate ln_respondent_subgroup', 'C',ERRORCODE,
DATE||TIME,'INSERT', ACTIVITYCOUNT,'Step Completed Successfully');

Somehow the ERRORCODE and the ACTIVITYCOUNT are not visible inside the value clause and the process errors out. Any idea how to fix that?


Thanks

Ganga Palakattil



     
  <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