How do I deal with dynamic filenames in Net Express running on Windows? I have a MFEXTMAP.DAT that works fine for the static filenames, but ran into a program that I need to debug and it has some dynamic filenaming going on. When it builds the filename it has a Unix path hardcoded into the name building logic.
For example it would create a name like: /usr2/spool/somefile.index#.job#.customer_id.dat
I'm getting an error saying directory not found (and it shows the dynamic filename), and I can't debug any further. I tried putting the directories in my project directory hoping that would work, but no luck. I also tried putting the directories in the same place the MFEXTMAP.DAT pointed the other files to, and again no luck. I tried this in my root directory too, no luck.
My goal is to not mess up the filenaming in the COBOL program as it works properly in the Unix environment. Surely there is a way to deal with this--at least I hope.
Thanks,
#unix
#windows7
#DynamicFilenames
#NetExpressmMFEXTMAP.DAT
#COBOL




