Which CAS action is used to recode the values of a categorical variable in a CAS table?
정답: D
문제 3
How can you view the contents of a CAS table?
정답: B
문제 4
Which CAS statement is used to load data from an external file into a CAS table?
정답: C
문제 5
Given the following CASL program: proc cas; table.tableInfo result=res / caslib="casuser"; do row over res.tableInfo; print row; end; run; quit; Which statement best describes the variable row in the above program?