Which are the statements whose placement in the data step is critical?
No Answer is Posted For this Question
Be the First to Post Answer
what is slowly changing dimension? : Sas-di
What are the table names in oracle database...?
how to assign a macro value to a variable?
what is Business Intelligence?
One way of creating a new variable in Macros is by % Let....What is the other way..?
When you will use nowd option in report???
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?
What are the differences between proc means and proc summary?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15
Can you explain the process of calendar?