You can generate a customized list of available item names by running the following sample statements for each daily or monthly
time series group name from Table 40.12 or Table 40.13 and substituting the corresponding SETID, data path, and actual daily (or monthly) time series group name for the group_name
:
libname daycrsp sasexccm "\\bb04smb01\thirdparty\lnx\crspdata\DIZ201006\" setid=460 indno=1000040 itemlist="group_name.*"; proc contents data=daycrsp.group_name; run;