That label trick doesn't work. In most versions of SAS you get a ' in the column header. I once found a piece of code that generates a blank label in a proc print. (I found it buried in some old SAS manual.)(proc report allows blank labels) I don't remember the code exactly, but the idea was that you use the hex value of a blank in the label statement. Since SAS can read asci, hex, binay and now unicode values, the label statement would be 'tricked' into thinking that there was a value and not substitute the variable name (as it normally does in a proc print) for the label. When I tried it, it did work. I have lost that reference so if anyone knows where that example is let me know.
Thanks