Quiz

Select the best answer for each question. After completing the quiz, check your answers using the answer key in the appendix.
  1. Which of the following statements is true regarding the BUFNO= option?
    1. The BUFNO= option specifies the size of each buffer that is used for reading or writing a SAS data set.
    2. The BUFNO= option can improve execution time by limiting the number of input/output operations that are required.
    3. Using the BUFNO= option results in permanent changes to the data set.
    4. Using the BUFNO= option to increase the number of buffers results in decreased memory consumption.
  2. Which of the following statements is not true regarding a page?
    1. A page is the unit of data transfer between the storage device and memory.
    2. A page includes the number of bytes that are used by the descriptor portion, the data values, and the overhead.
    3. The size of a page is analogous to buffer size.
    4. The size of a page can be changed at any time.
  3. The total number of bytes occupied by a data set equals which of the following?
    1. the page size multiplied by the number of pages.
    2. the page size multiplied by the number of observations.
    3. the sum of the page size and the number of pages.
    4. the number of pages multiplied by the number of variables.
  4. Which statement opens the file Work.Quarter1, allocates enough buffers to hold the entire file in memory, and reads the data into memory?
    1. sasfile work.quarter1 open;
    2. sasfile work.quarter1 load;
    3. sasfile work.quarter1 bufno=max;
    4. sasfile work.quarter1 bufsize=max;
  5. Which of the following statements is true regarding a file that is opened with the SASFILE statement?
    1. The file is available to subsequent DATA and PROC steps or applications until a SASFILE CLOSE statement is executed or until the program ends.
    2. The file is available to subsequent DATA and PROC steps or applications until a SASFILE END statement is executed.
    3. The file is available for subsequent utility or output processing until the program ends.
    4. If the file increases in size during processing, the number of buffers remains the same.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.88.110