Hi all,
i have one doubt, within single block of sql - how many tables we can create?
Best Regards,
Hima
try to reach the limit.
Well, I could be wrong here as haven't pushed the boundaries, but from memory you can put many sql create table statements (just tested creating 500 tables no probs), into one SQL step. Couldn't get a limit there. However I have run into difficulties when combining - e.g. merging/using as lookup, lots of tables - i.e. > 20 in one sql step. (So select * from A left join B left join C etc.). So yes, just test it (and if you hit a boundary ask yourself are you coding it in the best way).
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.