Question: I ' m trying to use PROC IMPORT to read in some data delimited with @ . Will I need a DELIMITER statement? Yes,

I'm 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.
 I'm trying to use PROC IMPORT to read in some data

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!