mirror of
https://github.com/sasjs/core.git
synced 2025-12-22 10:41:20 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
506cf1812f | ||
|
|
8cc0eb0dd7 | ||
|
|
3f49925d01 | ||
|
|
c51c9c2ca9 |
4
all.sas
4
all.sas
@@ -9041,7 +9041,7 @@ data _null_;
|
|||||||
put '%local i tempds jsonengine; ';
|
put '%local i tempds jsonengine; ';
|
||||||
put ' ';
|
put ' ';
|
||||||
put '/* see https://github.com/sasjs/core/issues/41 */ ';
|
put '/* see https://github.com/sasjs/core/issues/41 */ ';
|
||||||
put '%if %upcase(&SYSENCODING)=WLATIN1 %then %let jsonengine=PROCJSON; ';
|
put '%if "%upcase(&SYSENCODING)"="WLATIN1" %then %let jsonengine=PROCJSON; ';
|
||||||
put '%else %let jsonengine=DATASTEP; ';
|
put '%else %let jsonengine=DATASTEP; ';
|
||||||
put ' ';
|
put ' ';
|
||||||
put ' ';
|
put ' ';
|
||||||
@@ -12532,7 +12532,7 @@ run;
|
|||||||
%local i tempds jsonengine;
|
%local i tempds jsonengine;
|
||||||
|
|
||||||
/* see https://github.com/sasjs/core/issues/41 */
|
/* see https://github.com/sasjs/core/issues/41 */
|
||||||
%if %upcase(&SYSENCODING)=WLATIN1 %then %let jsonengine=PROCJSON;
|
%if "%upcase(&SYSENCODING)"="WLATIN1" %then %let jsonengine=PROCJSON;
|
||||||
%else %let jsonengine=DATASTEP;
|
%else %let jsonengine=DATASTEP;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -269,7 +269,7 @@ data _null_;
|
|||||||
put '%local i tempds jsonengine; ';
|
put '%local i tempds jsonengine; ';
|
||||||
put ' ';
|
put ' ';
|
||||||
put '/* see https://github.com/sasjs/core/issues/41 */ ';
|
put '/* see https://github.com/sasjs/core/issues/41 */ ';
|
||||||
put '%if %upcase(&SYSENCODING)=WLATIN1 %then %let jsonengine=PROCJSON; ';
|
put '%if "%upcase(&SYSENCODING)"="WLATIN1" %then %let jsonengine=PROCJSON; ';
|
||||||
put '%else %let jsonengine=DATASTEP; ';
|
put '%else %let jsonengine=DATASTEP; ';
|
||||||
put ' ';
|
put ' ';
|
||||||
put ' ';
|
put ' ';
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
%local i tempds jsonengine;
|
%local i tempds jsonengine;
|
||||||
|
|
||||||
/* see https://github.com/sasjs/core/issues/41 */
|
/* see https://github.com/sasjs/core/issues/41 */
|
||||||
%if %upcase(&SYSENCODING)=WLATIN1 %then %let jsonengine=PROCJSON;
|
%if "%upcase(&SYSENCODING)"="WLATIN1" %then %let jsonengine=PROCJSON;
|
||||||
%else %let jsonengine=DATASTEP;
|
%else %let jsonengine=DATASTEP;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -1579,9 +1579,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"ws": {
|
"ws": {
|
||||||
"version": "7.4.5",
|
"version": "7.4.6",
|
||||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz",
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
|
||||||
"integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==",
|
"integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"xml-name-validator": {
|
"xml-name-validator": {
|
||||||
|
|||||||
Reference in New Issue
Block a user