|
|
|
||||
|
|
|||||
* x has a length of 20 here; data test1; input x $20. ; cards; abc def ghi jkl ; run; proc contents data=test1; run; * we can use the "length" statement to change its length to 3; data test2; length x $ 3; set test1; run; proc contents data=test2; run;
UCLA Researchers are invited to our Statistical Consulting Services
We recommend others to our list of Other Resources for Statistical Computing Help
These pages are Copyrighted (c) by UCLA Academic Technology Services