Problem: We have a table of stock returns with columns "Date", "Ticker", "Return", which is not handy to analyse. We need to convert this table to the format "Date", "Ticker1 Return", "Ticker2 Return", "Ticker3 Return" etc. Let's see how to do it in SAS.