Teradata administrator team informed that my data for insert into teradata is less but cpu skew usage is very high..
I have below statement to improve performance but I am getting error as "Insert substitution
values are not shown"
proc append base=TERA_TABLE_NAME (MULTILOAD=YES MULTISTMT=YES) data=work.SASDATASET1; run;
Could you try proc sql + insert ? libname x teradata ....... insertbuff=10000 dbcommit=yes; proc sql; insert into ......
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.