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.
@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.
I see nothing in your code that does an append.
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!
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.
Ready to level-up your skills? Choose your own adventure.