From: rjf2 on 1 Feb 2010 10:33 > From: Jack Hamilton > Subject: Re: [SAS-L] Who can give me some advices SASHELP View and > Dictionary tables? > > On Jan 29, 2010, at 8:48 am, Fehd, Ronald J. (CDC/CCHIS/NCPHI) wrote: > > > sashelp.views are deprecated > > Where does SAS Institute say that sashelp views are deprecated? no-where on SAS-L, now-here: the macro maven stated his imnsh-opinion that they are. Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov
From: Jack Hamilton on 1 Feb 2010 23:18
On Feb 1, 2010, at 7:33 am, Fehd, Ronald J. (CDC/CCHIS/NCPHI) wrote: >> From: Jack Hamilton >> Subject: Re: [SAS-L] Who can give me some advices SASHELP View and >> Dictionary tables? >> >> On Jan 29, 2010, at 8:48 am, Fehd, Ronald J. (CDC/CCHIS/NCPHI) wrote: >> >>> sashelp.views are deprecated >> >> Where does SAS Institute say that sashelp views are deprecated? > > no-where > > on SAS-L, now-here: > the macro maven stated his imnsh-opinion that they are. > > Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov I think that's an over-reaction. If you are running a job with 100 librefs assigned and every libref has 1000 members, and you want information about only one table, then SASHELP.VTABLE is probably not the right solution. If you just want to look at the names of the currently assigned filerefs, then "viewtable sashelp.vextfl" is probably the right solution. Writing PROC SQL code in that case is just an overkill. -- Jack Hamilton jfh(a)alumni.stanford.org Caelum non animum mutant qui trans mare currunt. |