libname templib 'a'; data templib.ttry; input a b; cards; 2 4 3 5 1 2 ; proc datasets library=templib; contents data=ttry;