how does sas handle missing values in procs? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
data jagan1.s; input bp$; cards; 100/90 120/89 112/87 run; in the above code how to convert character data values to numeric data values?
what is in stream data in SAS?
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?
how can u create zero observation dataset?
How to convert .xls file into CSV format?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
List out some key concept of SAS
how do you test for missing values? : Sas programming
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
what is intially documentation for a sas programmer?
Name types of category in which SAS Informats are placed?
what is broad cast agent? : Sas-bi