mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-14 01:50:06 +00:00
version 20200608
Bug fix in the "test for required SAS software components" in the localized SAS session (e.g. po_PL)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
*/
|
||||
/**#############################################################################**/
|
||||
|
||||
/* Macros to generate SAS packages, version 20200424 */
|
||||
/* Macros to generate SAS packages, version 20200608 */
|
||||
/* A SAS package is a zip file containing a group
|
||||
of SAS codes (macros, functions, datasteps generating
|
||||
data, etc.) wrapped up together and %INCLUDEed by
|
||||
@@ -531,7 +531,7 @@ data _null_;
|
||||
%do;
|
||||
put ' %put NOTE- *Testing required SAS components*%sysfunc(DoSubL( '; /* DoSubL() */
|
||||
put ' options nonotes nosource %str(;) ';
|
||||
put ' options ls=max ps=max %str(;) ';
|
||||
put ' options ls=max ps=max locale=en_US %str(;) ';
|
||||
put ' /* temporary redirect log */ ';
|
||||
put ' filename _stinit_ TEMP %str(;) ';
|
||||
put ' proc printto log = _stinit_ %str(;) run %str(;) ';
|
||||
@@ -1105,7 +1105,7 @@ data _null_;
|
||||
put ' end ; ';
|
||||
%end;
|
||||
|
||||
put 'put "***"; put "* SAS package generated by generatePackage, version 20200424 *"; put "***";';
|
||||
put 'put "***"; put "* SAS package generated by generatePackage, version 20200608 *"; put "***";';
|
||||
|
||||
put 'run; ' /;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user