BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
jaliu
Quartz | Level 8

For example...

 

After proc import runs the DATA step to read the data, messages in the log verify that the data was read correctly.

 

But, there is no data step in the proc import step or procedure. 

1 ACCEPTED SOLUTION

Accepted Solutions
PaigeMiller
Diamond | Level 26

When you write a PROC IMPORT step to read certain types of files, PROC IMPORT creates data step code and then runs the data step code to read the file. If you look in the log, you should see it.

--
Paige Miller

View solution in original post

1 REPLY 1
PaigeMiller
Diamond | Level 26

When you write a PROC IMPORT step to read certain types of files, PROC IMPORT creates data step code and then runs the data step code to read the file. If you look in the log, you should see it.

--
Paige Miller