Quantcast
Channel: Teradata Forums - Tools
Viewing all articles
Browse latest Browse all 4252

Fastload exit code verification - response (1) by Raja_KT

$
0
0

Usually, it is checked in unix/linux at the end ..something like this sample after logging off:

CR=$?

 

if [ $CR -ne 0 ]

then

     echo " failed"

else

 

echo "Passed"

fi

 

Inside we can use .OS command to execute OS command. Also you can check notify.

 
 


Viewing all articles
Browse latest Browse all 4252


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>