Hi Reeza, I am still struggling to get values or value labels off my SAS data sets. Using your suggestion for a single variable in the data set will give me the followings. First here is the code: Proc SQL; select * from sashelp.vcolumn where libname="CENCD" and name='Anger_37_C'; Quit; The output is attached (Figure 1). The only info I need for this variable is Column Name and Label+ value(or valuer labels). If I run a simple Frequency for this variable, I get the output (Figure 2 in the attached Excel file). So, my question is how can I get something like this: Name Labels Value Anger_37_C TBIQOL Anger: became verbally abusive? Always, Missing, Never, Often, Rarely, Sometimes For all variable sin the data set. In the case of this variable, it looks like there is no actual Value Labels like 1= Always, 2=Sometimes, etc....rather it's the actual Character. I hope my question is clear. Thank You
... View more