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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!