As I understand it, there is no shipped method in JDE to get a list of files in a directory. It sounds like you need to depend on the underlying OS.
In my case, I need to execute a bsfn for each file in a directory. What's the best approach?
I believe I have two options
1)execute an OS program to write the directory and file list to a table and process later with a UBE and the bsfn
2)have the OS execute the BFSN for each file in the directory via an interop method(XML,BSSN etc).
any help is appreciated.
per sig, E1 server would be OS/400
In my case, I need to execute a bsfn for each file in a directory. What's the best approach?
I believe I have two options
1)execute an OS program to write the directory and file list to a table and process later with a UBE and the bsfn
2)have the OS execute the BFSN for each file in the directory via an interop method(XML,BSSN etc).
any help is appreciated.
per sig, E1 server would be OS/400