I don't have permission for AS400 Server. I can export data using "Data Transfer from iSeries". I can't able to bulk export files. I can able to export only file to excel format. IS there any way to bulk export of all files in library.
I have 126 library with 10k files.
I want to export all library file to .Csv files.
Please help me. Thanks in Advance.
Finally i got Solution. Posted my solution in this question
You can't not have permission to an IBM i server, yet be able to transfer data.
There is no built in way to export data from every file in a library. You'll need to create a program that retrieves a list of files, then export each individually.
From the server side, you could do this in CL and with the CPYTOIMPF command.
From the PC side, you can use C#, Java, or basically anything that supports an ODBC driver.