nerdexam
SAS_Institute

A00-280 · Question #1

A00-280 Question #1: Real Exam Question with Answer & Explanation

Sign in or unlock A00-280 to reveal the answer and full explanation for question #1. The question stem and answer options stay visible for context.

Question

Given the SAS data set WORK.BP subjid SBP DBP
01561 101 92 02453 130 97 03489 117 70 01564 120 80 02678 145 79 The following SAS program is submitted: data WORK.HIGHBP WORK.NORMBP WORK.INVESTBP; set WORK.BP; if SBP gt 140 and DBP ge 90 then output WORK.HIGHBP; if SBP lt 120 and DBP lt 80 then output WORK.NORMBP; else output WORK.INVESTBP; run; What is the result?

Options

  • AWORK.HIGHBP has 1 observation WORK.NORMGBP has 3 observation WORK.INVESTBP has 3 observations
  • BWORK.HIGHBP has 1 observation WORK.NORMGBP has 1 observation WORK.INVESTBP has 4 observations
  • CWORK.HIGHBP has 1 observation WORK.NORMGBP has 1 observation WORK.INVESTBP has 2 observations
  • DWORK.HIGHBP has 2 observations WORK.NORMGBP has 2 observations WORK.INVESTBP has 3 observations

Unlock A00-280 to see the answer

You've previewed enough free A00-280 questions. Unlock A00-280 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full A00-280 Practice
Given the SAS data set WORK.BP subjid SBP DBP ------- --- ---... | A00-280 Q#1 Answer | NerdExam