If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
If you issue an SQL select statement using the view name it will work fine. You are just looking at a list of tables on sysibm.systables (or whatever DB2/400 calls it). Try to write a query and list the contents of sysibm.sysviews (look in the SQL Reference for the exact name of the catalog table that has views in DB2/400).