Top "Db2-zos" questions

Use this tag for questions about DB2 for z/OS, the IBM mainframe operating system.

Why does FETCH FIRST N ROWS not work in combination with WITH statement?

I have the following SQL statement which does not run on my DB2 database: WITH a AS ( SELECT * FROM sysibm.…

sql db2 fetch db2-zos
How to show present privileges on table in IBM DB2 Z/OS with SQL

Is there an SQL way to show the privileges present on a table or view in DB2 Z/OS? I …

sql db2 zos db2-zos