sassoftware / clinical-standards-toolkit

The open source release of SAS Clinical Standards Toolkit is a direct port of the last production release with minor modifications to adapt to a new deployment architecture.
Apache License 2.0
27 stars 11 forks source link

remove use of %sysevalf to check SAS version #1

Closed michaelkilhullen closed 2 years ago

michaelkilhullen commented 2 years ago

The &sysver value in Viya is V.04.00. A number of CST macros check this value using %sysevalf(&sysver) to support backwards compatibility for SAS 9.3 and 9.4, but this produces an error when processing the Viya version.

This will need to be refactored when Viya is officially supported.

michaelkilhullen commented 2 years ago

offending code was removed from several framework and global standards macros.