Hello Amigos,
In Teradata db, we have created multi set table and also load view to it.
Is there any possibility to load SAS dataset into that load view?
Here is the snippet of code which I'm using...
proc append base = <mytera.load_view> data=<mydsn>;
run;
I tried by creating a SAS view and load into teradata load view.
Any help is much appreciated
Regards,
Manohar