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 difference between an informat and a format. Name three informats or formats.
What do you code to create a macro? : sas-macro
What is the registered Key word is sas????
what is the purpose of _error_? : Sas programming
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
How are the analysis data sets structured?
State the difference between INFORMAT and FORMAT ?
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
which date functions advances a date time or date/time value by a given interval? : Sas programming
how to handle in stream data containing semicolon in it?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?