HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
Answer Posted / praveen kumar
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 |
Post New Answer View All Answers
Why double trailing @@ is used in input statement?
Name some categories in sas 9? : sas-grid-administration
Given an unsorted data set, how to read the last observation to a new data set?
What is the basic syntax of a sas program?
What are the differences between proc means and proc summary?
Are you involved in writing the inferential analysis plan? Tables specifications?
To what type of programms have you used scratch macros?
What are the automatic variables for macro? : sas-macro
Tell me about % include and % eval? : sas-macro
What are the new features included in the new version of SAS Programming Language?
What are the default statistics that proc means produce?
How does proc sql work?
How substr function works in sas?
Describe crosslist option in tables statement?
Mention some common errors that are usually committed in sas programming.