Hi,
I'm fairly new to SAS and was wondering if I can have multiple "queries"/sql statements in proc sql. Or maybe I just don't know the primary use of proc sql.
Basically, I wanted to know if I need to create multiple proc sqls or do all sql statements in proc sql. For example, can I have any number of combination of create table/select statements inside one proc sql?
Thanks.