Is there a way, inside a Cobol/RPG program running on an AS400, to programmatically access UNC paths for Windows file shares?
We have an AS400 that needs to use Cobol/RPG commands to access Windows file servers on our network and to deliver files to those locations. I am trying to find out if there is a way to somehow make the Windows network file directory visible to the code inside the Cobol/RPG programs, and I'm not sure where to start researching; should I ask about mounting network file systems? CL commands? Etc. Thanks.