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 |
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?
In ARRAY processing, what does the DIM function do?
There are 200 observations in a dataset, i want to pull out the observation no's 100, 150,180,190 by using Proc SQL? How you can get it?
If money were no object, what would you like to do?
What is the sas data set? : sas-grid-administration
How would you invoke a macro? : sas-macro
What are the automatic variables for macro? : sas-macro
What are symbol tables?Differemce between Local N Global Symbol tables.....
what are the best practices to process the large data sets in sas programming? : Sas-administrator
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.