Sas 9.4m8 Exclusive -

/* To access */ libname secure "/my/folder" encrypt=yes encryptkey="my-secure-password";

To facilitate that, M8 includes:

| Option | Description | |--------|-------------| | SORTSIZE=MAX | Automatically uses available memory | | ENCRYPT=YES | Enables dataset encryption by default | | CASMODEL=SCALABLE | Improves CAS model scoring speed | sas 9.4m8

SAS 9.4 Maintenance Release 8 (M8) was released in January 2023 /* To access */ libname secure "/my/folder" encrypt=yes

:

With a team of 12 SAS developers using disparate FTP and shared drives for code, M8’s Git integration in SAS Studio allowed them to adopt a proper DevOps workflow: branches, pull requests, and automated testing via Jenkins. To facilitate that