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.
1881how 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
2116Hi, 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 5142when we are using the PROC TRANSPOSE? OBSERVATIONS are repeated then what will happen and what it will show in log window.
1 4736Hi, 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 6134i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
L&T,
1 4507i 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,
2496i 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 10161
what is broad cast agent? : Sas-bi
Why and when do you use proc sql?
How would you identify a macro variable?
What does P-value signify about the statistical data?
What is maximum number of rows and cols can be handled in SAS?
What do you understand by the term Normal Distribution?
what is sas application server? : Sas-di
What makes sas stand out to be the best over other data analytics tools?
Mention the difference between ceil and floor functions in sas?
What is the function of output statement in a SAS Program?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
Why double trailing @@ is used in input statement?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
do you need to know if there are any missing values? : Sas programming
How can you create a macro variable with in data step? : sas-macro