Question 92: You have been given a library named HETRAIN, now you need to find the summary of all the files stored in this SAS library, which of the
following option will be best suitable.
- proc contents data=HETRAIN._all_ nods;
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Correct Answer : 1 Exp : There are two proc by which you can get the summary of data stored in a SAS library.
- Contents
- Datasets
As option is asking for the Contents proc. So see the options available with the contents proc.
You can access to full explanation to question and answer from this page.