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 51.10 or Table 51.11 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;