Hi,
I am calling a sas program from ksh script (inside a while do loop) and have the below code to capture the sas return code but it is not working. The sas code failed in a proc sql statement but returned 0 to ksh. Please let me know what is wrong here..
ksh:
------
sas ${sas_path}/test.sas \
-sysparm "$name $date " \
-log $log_path/test.log.${name}.${rundatetime} \
-print $log_path/test.lst.${name}.${rundatetime}
wait
rc_sas=$?
if [[ $rc_sas -ge 3 ]]
then
echo $rc_sas
print "see file"
sas log:
----------
ERROR: Teradata prepare: An owner referenced by user does not have SELECT WITH GRANT OPTION access
ksh log:
----------
+ wait
+ rc_sas=0
+ [[ 0 -ge 3 ]]
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.