mirror of
https://github.com/sasjs/core.git
synced 2026-01-08 10:00:04 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 493639fe4a | |||
| 4987d2fbbc |
6
all.sas
6
all.sas
@@ -2703,6 +2703,7 @@ create table &outds as
|
|||||||
|
|
||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
@li mf_getquotedstr.sas
|
@li mf_getquotedstr.sas
|
||||||
|
@li mp_getconstraints.sas
|
||||||
|
|
||||||
@param liblist= Space seperated list of librefs to take as
|
@param liblist= Space seperated list of librefs to take as
|
||||||
input (Default=SASHELP)
|
input (Default=SASHELP)
|
||||||
@@ -2939,7 +2940,10 @@ run;
|
|||||||
data &pkds.4;
|
data &pkds.4;
|
||||||
file &outref mod;
|
file &outref mod;
|
||||||
set &pkds.2(where=(cols="&pkcols" and curds not in (&curdslist)));
|
set &pkds.2(where=(cols="&pkcols" and curds not in (&curdslist)));
|
||||||
line='Ref: "'!!"&curds"!!cats('".(',cols,')')!!' - '!!cats(quote(trim(curds)),'.(',cols,')');
|
line='Ref: "'!!"&curds"
|
||||||
|
!!cats('".(',"%mf_getquotedstr(&pkcols,dlm=%str(,),quote=%str( ))",')')
|
||||||
|
!!' - '
|
||||||
|
!!cats(quote(trim(curds)),'.(',"%mf_getquotedstr(&pkcols,dlm=%str(,),quote=%str( ))",')');
|
||||||
put line;
|
put line;
|
||||||
run;
|
run;
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
<h4> SAS Macros </h4>
|
<h4> SAS Macros </h4>
|
||||||
@li mf_getquotedstr.sas
|
@li mf_getquotedstr.sas
|
||||||
|
@li mp_getconstraints.sas
|
||||||
|
|
||||||
@param liblist= Space seperated list of librefs to take as
|
@param liblist= Space seperated list of librefs to take as
|
||||||
input (Default=SASHELP)
|
input (Default=SASHELP)
|
||||||
@@ -255,7 +256,10 @@ run;
|
|||||||
data &pkds.4;
|
data &pkds.4;
|
||||||
file &outref mod;
|
file &outref mod;
|
||||||
set &pkds.2(where=(cols="&pkcols" and curds not in (&curdslist)));
|
set &pkds.2(where=(cols="&pkcols" and curds not in (&curdslist)));
|
||||||
line='Ref: "'!!"&curds"!!cats('".(',cols,')')!!' - '!!cats(quote(trim(curds)),'.(',cols,')');
|
line='Ref: "'!!"&curds"
|
||||||
|
!!cats('".(',"%mf_getquotedstr(&pkcols,dlm=%str(,),quote=%str( ))",')')
|
||||||
|
!!' - '
|
||||||
|
!!cats(quote(trim(curds)),'.(',"%mf_getquotedstr(&pkcols,dlm=%str(,),quote=%str( ))",')');
|
||||||
put line;
|
put line;
|
||||||
run;
|
run;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user