Please do me a favour , I am trying to insert multiple rows in the table in db2 database via sas but i am not able to insert multiple rows at a time. when i use insert into table_name (a,b,c) values('a',2,3); it works but when i use insert into table_name select a,b,c from table2. then it is not working. i am getting the error. I am using SAS EG 6.0.
... View more