Need help to get data out of an as400 system
问题 I have a plenty of tables and databases. most of the tables have empty spaces and no table col has a descriptive name.. can somebody help me to get the data out of there? thanks 回答1: Take a look at this link For documentation purposes here is the key information. If you need to search one field or one file, follow this code on SQL: Select * from Syscolumns or Select * from Systables I believe the specific library for this is QSYS2 . Update to add directions with F.R.O.G. : Connect to your