Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Tue, 29 Jul 2008 @ 12:38:13 GMT


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


Subj:   Re: How to hide passwoed for Mload script
 
From:   Borkar, Sadashiv

Hi,

You can put the logon command in a file and reference that file in mload script using ".run" mload command. Below is sample of the same:

     ------------------------------------------
     .logtable table01_mld_log;
     .run file "C:\Sadashiv\mload\login_details.txt";
     .begin mload tables table01;
     .layout table01_layout;
     .field col1 1 varchar(10);
     .field col2 * varchar(20);
     ............
     ............
     ............
     .end mload;
     .logoff;
     ------------------------------------------

     "C:\Sadashiv\mload\login_details.txt" has following command:

     .logon tdpid/uname,passwd;

Regards,

Sadashiv Borkar



     
  <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