mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2026-01-07 23:10:06 +00:00
spelling
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* Internal function called by %SQL() macro.
|
||||
*
|
||||
* Recomnended for SAS 9.3 and higher.
|
||||
* Recommended for SAS 9.3 and higher.
|
||||
* Based on paper:
|
||||
* "Use the Full Power of SAS in Your Function-Style Macros"
|
||||
* by Mike Rhoads, Westat, Rockville, MD
|
||||
@@ -20,7 +20,7 @@ proc fcmp
|
||||
;
|
||||
function dsSQL(unique_index_2, query $) $ 41;
|
||||
length
|
||||
query query_arg $ 32000 /* max querry length */
|
||||
query query_arg $ 32000 /* max query length */
|
||||
viewname $ 41
|
||||
;
|
||||
query_arg = dequote(query);
|
||||
|
||||
Reference in New Issue
Block a user