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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 773 views
  • 0 likes
  • 3 in conversation