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 usage for assigning error=1 in a dataset ?
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
What would you change about your job?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What is the function of output statement in a SAS Program?
What is the difference between order and group variable in proc report?
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
How can I remove header from output data set?
What is instream data in SAS?
name some data transformation used in sas di? : Sas-di
Explain data_null_?
If you could design your ideal job, what would it look like?