mirror of
https://github.com/sasjs/core.git
synced 2026-01-16 21:10:05 +00:00
fix: linting
This commit is contained in:
@@ -33,23 +33,23 @@ filename __in temp lrecl=10000;
|
||||
filename __out temp lrecl=10000;
|
||||
filename __shake temp lrecl=10000;
|
||||
data _null_ ;
|
||||
file __in ;
|
||||
put '<GetMetadataObjects>' ;
|
||||
put '<Reposid>$METAREPOSITORY</Reposid>' ;
|
||||
put '<Type>TextStore</Type>' ;
|
||||
put '<NS>SAS</NS>' ;
|
||||
put '<Flags>388</Flags>' ;
|
||||
put '<Options>' ;
|
||||
put '<XMLSelect search="TextStore[@Name='@@;
|
||||
put "'Public Configuration Properties']" @@;
|
||||
put '[Objects/SoftwareComponent[@ClassIdentifier=''webappsrv'']]' ;
|
||||
put '"/>';
|
||||
put '<Templates>' ;
|
||||
put '<TextStore StoredText="">' ;
|
||||
put '</TextStore>' ;
|
||||
put '</Templates>' ;
|
||||
put '</Options>' ;
|
||||
put '</GetMetadataObjects>' ;
|
||||
file __in ;
|
||||
put '<GetMetadataObjects>' ;
|
||||
put '<Reposid>$METAREPOSITORY</Reposid>' ;
|
||||
put '<Type>TextStore</Type>' ;
|
||||
put '<NS>SAS</NS>' ;
|
||||
put '<Flags>388</Flags>' ;
|
||||
put '<Options>' ;
|
||||
put '<XMLSelect search="TextStore[@Name='@@;
|
||||
put "'Public Configuration Properties']" @@;
|
||||
put '[Objects/SoftwareComponent[@ClassIdentifier=''webappsrv'']]' ;
|
||||
put '"/>';
|
||||
put '<Templates>' ;
|
||||
put '<TextStore StoredText="">' ;
|
||||
put '</TextStore>' ;
|
||||
put '</Templates>' ;
|
||||
put '</Options>' ;
|
||||
put '</GetMetadataObjects>' ;
|
||||
run ;
|
||||
proc metadata in=__in out=__out verbose;run;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user