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 purpose of _character_ and _numeric_?
what is difference in window SAS & Unix SAS.....how do define working environment in both???
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
How to read an input file in sas?
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
If you’re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
what is data governance? : Sas-di
name some data transformation used in sas di? : Sas-di
how can get the first and last observations in a dataset using Proc SQl?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming