Questions
What is the XPT format for?
What does the
GUESSINGROWSoption inPROC IMPORTdo?How can
PROC IMPORThelp the analyst developinfilecode, even if the procedure hits an error?Why is data from fixed-width datasets challenging to read into SAS without documentation?
Imagine you have a
*.csvfile that you want to convert to a*.SAS7bdatdataset to transfer to a coworker using static media. How would you useLIBNAMEstatements in your code?Imagine your company assembles a large dataset once per year using SAS and analyzes it in SAS for their annual report. The company rarely uses the dataset once the report is generated, and therefore, it can be kept in archives. What is the optimal format for storing these yearly datasets? State your rationale.
Imagine you are a developer at a SAS data warehouse. A data provider for your warehouse asks you in what format you would like to receive the data. You have the choice between
*.csv,*.txt, or*.SAS7bdat...