Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
1837how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
2060Hi, I have one dataset, could you please ans for this. id amount paid_amount 1 700 400 2 900 250 3 300 300 a 400 250 b 500 320 c 800 650 x 200 190 y 900 250 z 300 180 i want create new dataset having id and paid_amount who are paid high amount comparing amount. ex: 1d paid_amount 3 300 c 650 x 190
3 4995when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.
1 4629Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.
4 5955i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
L&T,
1 4394i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
L&T,
2439i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
L&T,
5 9891
how are numeric and character missing values represented internally? : Sas programming
How to specify variables to be processed by the freq procedure?
What do the SAS log messages "numeric values have been converted to character" mean?
how to generate the test data in sas without input data? : Sas-administrator
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
How to create a permanent sas data set?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
I need level 2 to 5 sas using companies in india
What is the difference between where and if statement?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
name some data transformation used in sas di? : Sas-di
How to limit decimal places for variable using proc means?
What system options would you use to help debug a macro? : sas-macro
What are the five ways to do a table lookup in sas? : sas-grid-administration