Add a useful SAS diagnostic code statement such as:
IF _N_ LT 10 THEN PUTLOG _ALL_;
and as was suggested forward the SAS log with code exposed (use COPY/PASTE into a forum post/reply) so others can help you with the problem. Of course having this information yourself may be enough to self-debug the problem.