Skip to content

Commit

Permalink
Merge pull request #322 from sasjs/upds
Browse files Browse the repository at this point in the history
Upds
  • Loading branch information
allanbowe authored Dec 14, 2022
2 parents b7afecd + e01cd8c commit 4ef5710
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 17 deletions.
24 changes: 12 additions & 12 deletions .sasjslint
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"noTrailingSpaces": true,
"noEncodedPasswords": true,
"hasDoxygenHeader": true,
"hasMacroNameInMend": true,
"hasMacroParentheses": true,
"noNestedMacros": false,
"noSpacesInFileNames": true,
"maxLineLength": 300,
"lowerCaseFileNames": true,
"noTabIndentation": true,
"indentationMultiple": 2
}
"noTrailingSpaces": true,
"noEncodedPasswords": true,
"hasDoxygenHeader": true,
"hasMacroNameInMend": true,
"hasMacroParentheses": true,
"noNestedMacros": false,
"noSpacesInFileNames": true,
"maxLineLength": 300,
"lowerCaseFileNames": true,
"noTabs": true,
"indentationMultiple": 2
}
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
"editor.rulers": [
80
],
"files.trimTrailingWhitespace": true
"files.trimTrailingWhitespace": true,
"sasjs-for-vscode.target": "docsonly",
"sasjs-for-vscode.isLocal": true
}
2 changes: 1 addition & 1 deletion base/mf_existfileref.sas
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
0
%end;

%mend mf_existfileref;
%mend mf_existfileref;
2 changes: 1 addition & 1 deletion meta/mm_webout.sas
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
put " ""&wt"" : {";
put '"nlobs":' nlobs;
put ',"nvars":' nvars;
%mp_jsonout(OBJ,&wt,jref=_sjsref,dslabel=first10rows,showmeta=Y,maxobs=10
%mp_jsonout(OBJ,&wt,jref=_sjsref,dslabel=first10rows,showmeta=Y
,maxobs=&workobs
)
data _null_; file _sjsref mod encoding='utf-8';
Expand Down
2 changes: 1 addition & 1 deletion sasjs/sasjsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
{
"name": "docsonly",
"serverType": "SASJS",
"appLoc": "dummy",
"appLoc": "/dummy",
"macroFolders": [
"meta",
"metax",
Expand Down
2 changes: 1 addition & 1 deletion server/ms_webout.sas
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
put " ""&wt"" : {";
put '"nlobs":' nlobs;
put ',"nvars":' nvars;
%mp_jsonout(OBJ,&wt,jref=&fref,dslabel=first10rows,showmeta=Y,maxobs=10
%mp_jsonout(OBJ,&wt,jref=&fref,dslabel=first10rows,showmeta=Y
,maxobs=&workobs
)
data _null_; file &fref mod encoding='utf-8' termstr=lf;
Expand Down

0 comments on commit 4ef5710

Please sign in to comment.