Difference between informat and format?
No Answer is Posted For this Question
Be the First to Post Answer
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
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 would you include common or reuse code to be processed along with your statements?
tell me about use of arrays in sas
how can you import .csv file in to sas? : Sas programming
What do you know about sas data set?
What are common programming errors committed in sas
Name statements that are execution only.
How would you determine the number of missing or nonmissing values in computations?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
How do you read in the variables that you need?
What is the difference between match merge and one to one merge?