The SASEXCCM Interface Engine

Monthly STK Data Items

You can generate a customized list of item names available in the monthly stock database by running the following sample statements for each group name in Table 51.9:

libname crsp sasexccm 
   "\\tappan\crsp1\data201008_little\MIZ201006\"
   setid=20 permno=12490 
   itemlist="group_name.*";

proc contents data=crsp.group_name; run;