The option that has to be used in order to debug a sas program is
option debug=yes;
data x/DEBUGGER;
data x /DEBUG;
option debug;