Filename Text Cache;
/ * Write memory * / data _null_; file text; put "text1" "" Text2 "; run; / * After running, you can see UUID display in the Diary window * /
/ * Read * / Data Temp1 from memory * / data; Input; Input A $ b $; run; / * Read * / filename test2 cache uuid = "************* **** "; Data Temp2; Infile Test2; Input A $ B $; Run;
Just don't know why this usage can't find it at all in the help of SAS, it can be huh.