mirror of
https://github.com/sasjs/core.git
synced 2026-01-08 18:00:06 +00:00
chore: removing copyright notice (copy paste error)
This commit is contained in:
6
all.sas
6
all.sas
@@ -4265,8 +4265,6 @@ filename &fref1 clear;
|
||||
|
||||
@version 9.2
|
||||
@author Allan Bowe
|
||||
@copyright Macro People Ltd - this is a licensed product and
|
||||
NOT FOR RESALE OR DISTRIBUTION.
|
||||
|
||||
**/
|
||||
|
||||
@@ -6104,14 +6102,14 @@ select distinct lowcase(memname)
|
||||
We take the standard definition one step further by embedding the informat
|
||||
in the table header row, like so:
|
||||
|
||||
|var1:$|var2:best.|var3:date9.|
|
||||
|var1:$32|var2:best.|var3:date9.|
|
||||
|---|---|---|
|
||||
|some text|42|01JAN1960|
|
||||
|blah|1|31DEC1999|
|
||||
|
||||
Which resolves to:
|
||||
|
||||
|var1:$|var2:best.|var3:date9.|
|
||||
|var1:$32|var2:best.|var3:date9.|
|
||||
|---|---|---|
|
||||
|some text|42|01JAN1960|
|
||||
|blah|1|31DEC1999|
|
||||
|
||||
@@ -26,8 +26,6 @@
|
||||
|
||||
@version 9.2
|
||||
@author Allan Bowe
|
||||
@copyright Macro People Ltd - this is a licensed product and
|
||||
NOT FOR RESALE OR DISTRIBUTION.
|
||||
|
||||
**/
|
||||
|
||||
|
||||
@@ -14,14 +14,14 @@
|
||||
We take the standard definition one step further by embedding the informat
|
||||
in the table header row, like so:
|
||||
|
||||
|var1:$|var2:best.|var3:date9.|
|
||||
|var1:$32|var2:best.|var3:date9.|
|
||||
|---|---|---|
|
||||
|some text|42|01JAN1960|
|
||||
|blah|1|31DEC1999|
|
||||
|
||||
Which resolves to:
|
||||
|
||||
|var1:$|var2:best.|var3:date9.|
|
||||
|var1:$32|var2:best.|var3:date9.|
|
||||
|---|---|---|
|
||||
|some text|42|01JAN1960|
|
||||
|blah|1|31DEC1999|
|
||||
|
||||
Reference in New Issue
Block a user