Pages

Thursday, August 1, 2013

Widgets

Quick Debugging of Syntax Errors

If you are working on a lengthy program you can save some time debugging it by first submitting it with zero observations:

OPTION OBS=0;

Your job will run almost instantaneously and identify syntax errors.

No comments:

Post a Comment