aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • programming languages Online Quiz - 215
  • (a) %let prog=%str(data new; x=1; run;); (b) %let prog=da...
Multiple choice technology programming languages

(a) %let prog=%str(data new; x=1; run;); (b) %let prog=data new%str(;) x=1%str(;)run%str(;); The above two are equivalent?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer

Keep practicing — related questions

  • %let a=begin; %let b=%nrstr(&a); %put UPCASE produces: %upcase(&b); %put QUPCASE produces: %qupcase(&b); Th...
  • ________ command is used for implicit datatype conversion.
  • %let x=5; %let y=10; %let a=%nrstr(%eval(&x + &y)); What is the output of the two put statement %put QCMPRE...
  • What is the value of x in the following code? %let a=2; %let c=3; %let x=a + c;
  • Which statement is used to assign a numerical or a string value to a variable?
  • In argument passing by value,
  • DEFINE DATA LOCAL 1 #VAR-1 (A25) END-DEFINE MOVE 'THIS IS MY FIRST PROGRAM' TO #VAR-1 WRITE #VAR-1 END The ...
  • What is the value of x in the following code? %let a=2; %let c=3; %let x=&a + &c;
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy