what is operational data and operational system? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
i 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;
At compile time when a SAS data set is read, what items are created?
what is enterprise guide? What is the use of it? : Sas programming
what is the difference between infile and input? : Sas-administrator
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
How do you use the do loop if you don’t know how many times you should execute the do loop?
: and & modifiers.
What is the use of PROC gplot?
what is sas metadata repository? : Sas-bi
what is portability of sas programmes?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
how do i read multiple spaces in datasets? eg: vijaya raghava perumal.I tried with using & but it workss if its vijaya raghava but not for raghava perumal.how to do this?