Dear SAS community,
I would like to know how to use MAXTABLEMEM in a code in SAS Studio in SAS Viya, I was trying like that :
cas mySession sessopts=( caslib=casuser timeout=1800 locale="en_US" MAXTABLemem=8G);
But it gives error:
ERROR: The syntax for CASSESSOPTS requires specification of one or more name=value combinations. The entire set of combinations
must be within parenthesis.
Pls advise.
Karolina