The SASEXCCM Interface Engine

IND Group Data Item Names

You can generate a customized list of available Indices group data item names by running the following sample statements for each daily or monthly group name from Table 40.11 or Table 40.12, and substituting the corresponding SETID, data path, and actual daily (or monthly) group name for the group_name.

libname crsp sasexccm 
   "\\bb04smb01\thirdparty\lnx\crspdata\DIZ201006\"
   setid=440
   indno=1000040 
   itemlist="group_name.*";

proc contents data=crsp.group_name; run;