diff --git a/By Syntax/DATA Step/Compute new columns with expressions and functions.sas b/By Syntax/DATA Step/Compute new columns with expressions and functions.sas index cc46b53..44593c3 100644 --- a/By Syntax/DATA Step/Compute new columns with expressions and functions.sas +++ b/By Syntax/DATA Step/Compute new columns with expressions and functions.sas @@ -32,3 +32,5 @@ title "First 10 Rows of CARS_NEW"; proc print data=cars_new(obs=10); run; title; + +/* END */ diff --git a/By Syntax/FREQ Procedure/1_Basic Frequency Reports.sas b/By Syntax/FREQ Procedure/1_Basic Frequency Reports.sas index 57ccd91..3e8aaca 100644 --- a/By Syntax/FREQ Procedure/1_Basic Frequency Reports.sas +++ b/By Syntax/FREQ Procedure/1_Basic Frequency Reports.sas @@ -28,3 +28,5 @@ proc freq data=sashelp.cars; tables type*origin; /*3*/ run; title; + +/* END */ diff --git a/By Topic/Utility Macros/tmp.sas b/By Topic/Utility Macros/tmp.sas deleted file mode 100644 index 3602361..0000000 --- a/By Topic/Utility Macros/tmp.sas +++ /dev/null @@ -1 +0,0 @@ -temp \ No newline at end of file diff --git a/By Topic/tmp.sas b/By Topic/tmp.sas deleted file mode 100644 index e69de29..0000000