Daily and Monthly TRS Data Item Names

You can generate a customized list of allowed item names by running the following sample statements for each daily or monthly group name in Table 39.15, and substituting the actual daily or monthly group name for the group_name.

libname crsp sasexccm 
   "\\tappan\crsp1\data201008_little\TRZ201008\"
   setid=100 
   treasno=202999 
 itemlist="group_name.*";

proc contents data=crsp.group_name; run;

Note: This procedure is experimental.