Question 31

Which statement is true regarding the SET statement?
  • Question 32

    What step has correct syntax for the CONTENTS procedure?
  • Question 33

    Which step temporarily assign a format to the sales variable?
  • Question 34

    Given the following SAS program:

    What footnotes appear for the second PROC PRINY report?
  • Question 35

    Given the input data set INVENTORY as shown below:

    Two output data sets are desired, CHIPS and OTHERSNACKS.
    * The CHIPS data set should only include QtySold, Price, and Product.
    * The OTHERSNACKS data set should include QtySold, Price, product, and Type.
    Which Data step creates the two desired output data sets