hi,
is this possible to use proc SQL inside the data step creation of alerts we are writing.
and if yes, we create table there and trying to use this table after that , but we receive that table doesn't exist. Also we are trying to create in work or any caslib.
So for now we just trying to understand if this is possible to use proc sql create table and use this after that (in Data Step in VI)
Thanks a lot.
I'm not familiar with the limitations/structure of VI/AML, so this is a answer fro a more generic standpoint.
You cannot place SQL statements inside a traditional data step.
However, if you have the ability to use PROC DS2, you can combine SQL and data step statements there.
When it comes to your "does not exist" problem, I suggest that you share any logs, screenshots etc to describe what you are doing and what happens when.
Thanks @LinusH for your answer.
However, the question is specific for VI.
Data Step of VI is not exactly the Data Step of regular SAS.
Sorry, you cannot run procs within a DATA Step Scenario at this time. The code that you put in the scenario is fed to the CAS DATA Step action, so it can only include DATA statements.
Thanks @_austin_
No option for PROC DS2 as well?
Alex.
Chartis names SAS a leader in both Model Risk Governance and Model Validation