Question: SAS Programming Language - Thank you PROBLEM 1 [5 pts] -to be answered by everyone Examine the two code segments and answer the following questions.
SAS Programming Language - Thank you
![SAS Programming Language - Thank you PROBLEM 1 [5 pts] -to be](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f32a7d0ae21_15666f32a7c71841.jpg)
PROBLEM 1 [5 pts] -to be answered by everyone Examine the two code segments and answer the following questions. Code-1 data cpu; infile "cpudat.csv" delimiter-", input time line step device; run: Code-2 proc import datafile-"cpudat2.txt" out-cpu_imp replace; delimiter DATAROW-1; getnames-YES runi Note: See link if you don't know what a file extension is: https://www.lifewire.com/what-is-afile-extension-2625879 1) The datafile name used in Code-1 is 2) The datafile name used in Code-2 is 3) SAS dataset name for Code-1 is 4) SAS dataset name for Code-2 is 5) The delimiter used in Code-1 is 6) The delimiter used in Code-2 is 7) The datafile extension of Code-1 is 8) The datafile extension of Code-2 is 9) Tue or False? "Code-1 uses import statement while Code-2 uses infile statement" 10) Tue or False? "Code-1 and Code-2 perform the same type of function-i.e. they both allow you to get the data written into SAS dataset
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
