Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I ' m trying to use PROC IMPORT to read in some data delimited with @ . Will I need a DELIMITER statement? Yes,
Im trying to use PROC IMPORT to read in some data delimited with @ Will I need a DELIMITER statement?
Yes, we'll need a statement that has DELIMITER @ and DBMS DLM
Yes, we'll need a statement that has DELIMITER @ but there's no requirement that DBMS DLM
No we don't need a DELIMITER statement. We need to include DELIMITER @ as an option within the PROC IMPORT statement.
No we can use DBMS CSV
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started