| Date: | Mon, 19 Jun 2000 15:36:26 GMT |
| Reply-To: | autretx@MY-DEJA.COM |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | autretx@MY-DEJA.COM |
| Organization: | Deja.com - Before you buy. |
| Subject: | Re: bug in proc catalog? |
|---|
I want to copy a defined catalog such as SASHELP.AFCLASS
in a catalog named 11d11. (WORK.11d11)
I tried the scl function 'copy' ==>don't work
and the proc catalog ==>don't work
perhaps using a 'rename' scl function ???
*--------------------------*;
*-- AUTRET XAVIER --*;
*-- KEYRUS-PROGIWARE.COM --*;
*--------------------------*;
In article <FWEI6500.70J@bern.ined.fr>,
Andre Wielki <wielki@INED.FR> wrote:
> I think you must change your lines
> copy out=info_c;select entrie/ENTRYTYPE=etname;
> run;
>
> At 10:25 19/06/00 +0000, autretx@MY-DEJA.COM wrote:
> >What's wrong?
> >
> >99 proc catalog c=SASHELP.CHART;
> >100 copy out=INFO_C.11d111;
> > ----
> > 202
> >NOTE: The previous statement has been deleted.
> >101 run;
> >
> >ERROR 202-322: The option or parameter is not recognized.
> >
> >NOTE: Statements not processed because of errors noted above.
> >102 quit;
> >
> >NOTE: The SAS System stopped processing this step because of errors.
> >NOTE: The PROCEDURE CATALOG used 0.0 seconds.
> >
> >Using TS 6.12 060
> >
> >
> >Sent via Deja.com http://www.deja.com/
> >Before you buy.
> >
>
> ___________
> WIELKI Andre
> INED - Service Informatique
> 133 Bd Davout,
> 75 020 Paris FRANCE
> Tel: 01 56 06 21 54
>
Sent via Deja.com http://www.deja.com/
Before you buy.
|