I have copies of the queries used to grab data from these flat files. I also have access to the IBM mainframe(I have no idea what version or type) using Power Term in order to run these queries. I can also FTP to the mainframe and grab my datasets created by these queries. My question is how do I access these flat files using a perl script to run these queries?
Can I use DBD and DBI to hit these flat files using the access I have available? Any help from you Perl gurus out there would be greatly appreciated. Thank you for your time and efforts.