Explain the difference between informat and format with an example.
No Answer is Posted For this Question
Be the First to Post Answer
what is sas? is a package or tool? give me introduction about sas?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
How do you convert basic cube to transaction cube and transaction cube to basic cube?
How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
how to delete the duplicates by using proc sql?
wat has been most common programming mistake?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what is the prob plot in clinical domain
Explain why double trailing @@ is used in input statement?
What are the uses of sas?
how many data types in sas? : Sas-administrator
Code a PROC MEANS that shows both summed and averaged output of the data.