Question 41: You are a good SAS programmer, hence whenever you write a program you will follow which of the following

  1. Whenever you write a DATA or PROC step, you will always start it with the first column
  2. Whatever statements you write inside the step, you should indent it properly.
  3. You always write RUN statement as a first column
  4. You should prefer multiple statement in single line, separated by semicolon
  5. You always assign a new label to column when output generated

 

  1. A,B,C
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 1 Exp : There are some good programming practice

 -             Always start DATA and PROC step with the first column

 -             Any statement within the step should be well indented

 -           

You can access to full explanation to question and answer from this page.