aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Java and SAS Programming Quiz
  • sales product qty soap-t1 20 comb 10 oil 20 soap-t2 30 so...
Multiple choice technology programming languages

sales product qty soap-t1 20 comb 10 oil 20 soap-t2 30 soap-t3 20 How many observations will be present in the newsale dataset?

  1. 2

  2. 1

  3. 3

  4. Error because of :soap

Reveal answer Fill a bubble to check yourself
A Correct answer

Keep practicing — related questions

  • How many observations will be there in the output dataset person? Data person; infile datalines; input name...
  • How many observations will be there in the output dataset person? Data person; infile datalines; input name...
  • data work.sales; do year=1 to 5; do month = 1 to 12; x + 1; end; end; run; which one of the following repre...
  • dataset sales sno amt 10 100 15 200 30 300 proc print data = sales; where sno < 20; where sno = 30; run; wh...
  • Data X; do i = 1 to 10; i = i*3; output; end; output; Run; How many observations will be there in Dataset X...
  • dataset new {x y} {1 2} {6 4} {7 5} data s1 s2 s3; set new; if x > 5 then output s1; if y < 5 then output s...
  • The following SAS statement is submitted: data work.sales; do year=1 to 5; do month=1 o 12; x+1; end; end; ...
  • Following code is submitted. data temp: do i=1 to 3; do j=1 to 4; salary=salary+300; end; end; run; how man...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy