Describe a time when you were really stuck on a problem and
how you solved it?
No Answer is Posted For this Question
Be the First to Post Answer
what is the function of catx syntax? : Sas-administrator
how can you put a "trace" in your program? : Sas programming
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
How to display duplicate observations in data?
how to handle in stream data containing semicolon in it?
what is the primary variable in your study?
proc means? proc sort? proc append? proc freq? proc print? proc content?
1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.
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?
Describe a time when you were really stuck on a problem and how you solved it?
What is the difference between order and group variable in proc report?
What are the differences between sum function and using “+” operator?