what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?
5 Answers American Express, Barclays,
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
how to import XTP files into SAS datasets?
1 Answers Barclays, Institute For Plasma Research,
What are the joins,types of joins and thier functions?
What are the different types of sas functions?
What versions of SAS have you used (on which platforms)?
How would you define the end of a macro? : sas-macro
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What is proc sql pass through facility?
Give an example where SAS fails to convert character value to numeric value automatically?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.