I have 2 excel files (file 1 has 5 columns, file 2 has 34 columns). I am trying to append 1018 from file 2 to the bottom of file based on a value in column 34 of file 2. I do not fully understand the syntax of the PROC APPEND statement. I have reviewed many a website for a simple explanation and example of the syntax needed. I have gotten to the point and then I am stuck as to what the next statement is to be: PROC APPEND BASE=WORK.EXCELFILE1 APPENDVER=V6 DATA=WORK.EXCELFILE2
... View more