@Ronein wrote:
In your code should use Tera language or sas language?
It was already clear which parts are using SAS syntax and which parts are using Teradata syntax.
libname tera teradata server=dwprod schema=DWP_vall authdomain=TeraDataAuth;
proc sql;
connect using tera;
execute by tera
( ... teradata statement here ...
);
create table want as select * from connection to tera
( .. teradata query here ...
);
quit;
The code shown is all SAS code. The parts with the ... elipses ... are where you place the Teradata code.
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.