Date: Fri, 15 Feb 2008 15:38:52 -0500
Reply-To: "data _null_," <datanull@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "data _null_," <datanull@GMAIL.COM>
Subject: Re: append varous datasets with same column names in a sas macro
In-Reply-To: <6bb5d333-49a7-41d1-ad27-6dc12be03966@e23g2000prf.googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
On Fri, Feb 15, 2008 at 3:20 PM, pchoate <paulchoate61@gmail.com> wrote:
> Hi Stefan -
>
> In SAS there is proc append:
>
> proc append base=ds0 data=ds1 ds2 ds3;
> run;
>
That syntax does not work for me.
125
126 proc append base=work.class data=class1 class2;
-------
22 200
ERROR 22-322: Syntax error, expecting one of the following: ;, (,
APPENDVER, APPENDVERSION,
BASE, CREATE, DATA, FORCE, GETSORT, NEW, OUT.
ERROR 200-322: The symbol is not recognized and will be ignored.
127 run;
|