Hi, I am reading huge xml files using xmlv2 libname and xmlmapper file. After reading the each file, I need to add a source filename to the output dataset. I can not use INDSNAME option because I must use PROC APPEND. Because my source file has missing columns or additional new columns every time. This can be done only using PROC APPEND with FORCE option. Hence kindly guide me how can I add a new column in PROC APPEND? Thanks Arun
... View more