@emrahbagci82 wrote:
i have already talked that i changed the name and tested. deal is that, same data but when the name is "CUST.xlsx" it shows output but when its "CUSTNUMBERLIST.xlsx" there is no output. no other changes inside our outside the excel.
There must be an easy reason for it without seeing the codes, logs or sth other. I mean, lets say when the length of the name of excel is higher then 5 characters, SAS EG cant Show output. Its not making sense, i wait a this type of answer.
I am sorry but without a LOG entry of the actual submitted code I can't quite believe that. I would suspect something in a path or filename reference is more likely to be the culprit. If the total length of the path plus the file name exceeds 256 then you have run into a windows limitation. But you have not shown any actual code that was attempted, i.e. a LOG to see if that might be an issue.
I read xlsx files occasionally with much longer names and even stupid characters like () in the names.
... View more