Alden,
I have similar scenario and providing wildcard * just works fine for me. [ DAILY_FILES*.TXT is what i give]
i suggest to try these:
1) remove all the dots in the file name except the last one at '.txt' and try
2) use a variable $name of type varchar 50 and assign value 'B*.TESTJOB.TXT', mention this variable for the filename and try