These are some of the global options I usually use at the beginning of the code only because I like my output to be presented in a specific way, for example I like to have a line between different sections of the output or I don’t like to have date and time printed on top of the output, etc.
options ls=120 formdlim='-' nodate nonumber; dm "out;clear;log;clear;odsresults;clear;graph1;cancel"; ods rtf;