HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
We can Create a Stored Process in EG.
Select a New Program from the EG File menu and add the code whatever u want (Should follow SAS Syntaxes) in that and after that right click and select create New stored Process.
After that in the wizard it will ask to select the stored process server and also add the parameters at Prompts wizard if u need.
Is This Answer Correct ? | 9 Yes | 2 No |
What is the use of stop statement?
What are the ways to do a “table lookup” in sas?
do you need to know if there are any missing values? : Sas programming
What other SAS features do you use for error trapping and data validation?
Mention few ways with which a “table lookup’ is done in sas programming.
how can you improve the performance of a query, If it is excuting very slowly?
What is the use of the %include statement?
Which is the best training Institute for SAS Business Intelligence course?
How can you create a macro variable with in data step? : sas-macro
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
How can you limit the variables written to output dataset in data step?