1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 22:14:35 +00:00

feat: adding ls=max to mp_init.sas to reduce log ever so slightly and also to avoid word truncation

This commit is contained in:
munja
2021-12-15 19:20:14 +00:00
parent dc63b4adf5
commit fa5d9ef744

View File

@@ -56,6 +56,7 @@
noquotelenmax /* avoid warnings for long strings */
noreplace /* avoid overwriting permanent datasets */
ps=max /* reduce log size slightly */
ls=max /* reduce log a bit more, + avoid word truncation */
validmemname=COMPATIBLE /* avoid special characters etc in table names */
validvarname=V7 /* avoid special characters etc in variable names */
varinitchk=%str(ERR)OR /* avoid data mistakes from variable name typos */