Hi,
I have a question related to "sas teradata" using "multiset volatile table".
Previously my script in "BTEQ" format and it runs perfectly---- the general format for this script is :-
create multiset volatile xyz as (code..........) by tera;
create multiset volatile xyz_1 as (code.....from xyz.) by tera;
select ......code.....from xyz_1
Now, the above code using the database for that i do not have create table access on teradata. In that case how can i retrive data by using sas teradata.
↧