Question: 1.This question uses the SAS data file statisticians_orig.sas7bdat (this is already a SAS data file). a.Use the appropriate ODS statements to create a file in
1.This question uses the SAS data file statisticians_orig.sas7bdat (this is already a SAS data file).
a.Use the appropriate ODS statements to create a file in Adobe pdf format calledformatted.pdf containing only the output of the print procedure in part b.
b.Using the print procedure, display each of the variables (number, name, text, born, died) with the style option in the var statement to display each variable in a different background color. Make sure the foreground color is visible against the background color. You may have more than one var statement in the same print procedure step. For help with selecting SAS colors, visit this website.
Hint: var first / style=[background=purple foreground=white];
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
