I got a error relating to the FastExport LogFile. I tried this script refering to Page No.115(IF ELSE AND ENDIF). I don see a detailed information on how the Looping is done. Being a Learner, i understand this is how the script is runs for looping. ANd ALso in MLOAD a similar script to above is return to restart the LogTable.
Hi Steve,
I tried a simple running a simple script using BTEQ using Looping Condtion.
Script:
.Logon username/pwd,
.IF 'TRUE'='TRUE' THEN;
.RUN FILE FastExport.txt;
.ENDIF;
.LOGOFF;
bteq < script
I got a error relating to the FastExport LogFile. I tried this script refering to Page No.115(IF ELSE AND ENDIF). I don see a detailed information on how the Looping is done. Being a Learner, i understand this is how the script is runs for looping. ANd ALso in MLOAD a similar script to above is return to restart the LogTable.