Question : The following program is submitted: proc contents data=_all_; run; Which statement best describes the output from the submitted program? 1. The output contains only a list of the SAS data sets that are contained in the WORK library. 2. The output displays only the contents of the SAS data sets that are contained in the WORK library. 3. Access Mostly Uused Products by 50000+ Subscribers 4. The output contains a list of the SAS data sets that are contained in the WORK library and displays the contents of those data sets.
The following program is submitted: proc sort data=SASUSER.PROJECTS out=PSORT; by Code descending Date Cost; run; Which of the following is true concerning the submitted program?
1. The descending option applies to the variable Code. 2. The variable Code is sorted by ascending order. 3. Access Mostly Uused Products by 50000+ Subscribers 4. The descending option applies to the Date and Cost variables.
1. the list of all data set names in the Sasuser library only 2. the descriptor portion of the data set named Sasuser._All_ 3. Access Mostly Uused Products by 50000+ Subscribers 4. the list of data set named in the Sasuser library plus the descriptor portion of every data set in the Sasuser library.