A00-415 試験問題を無料オンラインアクセス
| 試験コード: | A00-415 |
| 試験名称: | SAS Viya Fundamentals of Programming |
| 認定資格: | SASInstitute |
| 無料問題数: | 257 |
| 更新日: | 2026-08-31 |
Which PROC CAS step will transpose the CLASS table so that the values of the NAME column are used to create the column names in the output table?
Complete the code below to create an in-memory table named cars_cas in the casuser caslib.
proc casutil;
load data=sashelp.cars outcaslib="casuser" casout=__________;
run;