aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • ABAP Programming Fundamentals
  • DATA: NAME(10) VALUE 'SOURCE', SOURCE(10) VALUE 'Antony',...
Multiple choice technology programming languages

DATA: NAME(10) VALUE 'SOURCE', SOURCE(10) VALUE 'Antony', TARGET(10). WRITE (NAME) TO TARGET. WRITE: TARGET. What is the output for the above program?

  1. SOURCE

  2. TARGET

  3. Antony

  4. Error

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • Data a;x= "My Name";X= "My Office";run;proc print data =a;run;What is output of print statement?
  • data: a, b, c. c = 20. a = b = c. write a, b, c. What is the output for the above program?
  • WHICH OF THE FOLLOWING STATEMENT IS USED TO WRITE THE RECORD TO THE OUTPUT FILE
  • name = "Steve Lit" name_copy = name name << "t" print "name = ", name print " name_copy = ", name_copy, "\n...
  • 1----5----10----15----(file ‘abc’) RAM,,20 RAJU,SHARMA,24 DATA temp; Infile ‘abc’ dsd; Input FNAME $ LNAME ...
  • data work.company; set work.dept1(keep=jobcode) work.dept2(rename=(jcode=jobcode)); run; which one of the f...
  • Data A; x = 1; y = 3; z = 6; output; x = 2; y = 4; output; Run; Data B; Set A; z = x*y; where z < 6; Run; W...
  • data work.clients; calls= 6; do while (calls le 6); calls+1; end; run; which one of the following is the va...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy