BookmarkSubscribeRSS Feed
Daily1
Quartz | Level 8

append this three table

 

proc import 
OUT = n_A
datafile = "/SASDATASET/mednagar"
DBMS = xlsx
replace;
run;

proc import 
OUT = n_B
datafile = "/SASDATASET/Ahmednagar"
DBMS = xlsx
replace;
run;

proc import 
OUT = n_C
datafile = "/SASDATASET/nagar"
DBMS = xlsx
replace;
run;

 

Log error

NOTE: One or more variables were converted because the data type is not supported by the V9 engine. For more details, run with
options MSGLEVEL=I.
NOTE: The import data set has 7109 observations and 82 variables. 

2 REPLIES 2
andreas_lds
Jade | Level 19

@Daily1 wrote:

append this three table

[...]

Log error

NOTE: One or more variables were converted because the data type is not supported by the V9 engine. For more details, run with
options MSGLEVEL=I.
NOTE: The import data set has 7109 observations and 82 variables. 


This is not an error message, just a note. Use the mentioned option to get more information.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 800 views
  • 0 likes
  • 3 in conversation