SAS Institute SAS Certified Associate: Programming Fundamentals Using SAS 9.4 A00-215 Question # 3 Topic 1 Discussion

SAS Institute SAS Certified Associate: Programming Fundamentals Using SAS 9.4 A00-215 Question # 3 Topic 1 Discussion

A00-215 Exam Topic 1 Question 3 Discussion:
Question #: 3
Topic #: 1

Which step temporarily assign a format to the sales variable?


A.

Proc format;

Formatsales comma12.;

Run;


B.

Data sasuer. Shoes

Set sashelp,sheoes;

Format sales comma12.;


C.

Proc contents data=sashelp.shoes;

Format Sales comma12.;

Run;


D.

Proc print data= sashelp. Shoes

Format sales comma12.;

Run;


Get Premium A00-215 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.