python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Db2 Z/OS Table Size
Is there a way to get table or tablespace size accurately via SQL for Db2 Z/OS?
From whatever I can find, there has been information with regards to Db2 LUW but not for z/OS.
I found a article for z/O...
arsm4
Votes: 0
Answers: 1
Db2 Multi Insert using LOOP
I am trying to write a loop basically to do bulk INSERTS for DB2 Z/OS.
After referring this article, I tried to use this:
BEGIN
DECLARE varcnt;
set varcnt int DEFAULT 0;
WHILE varcnt <...
arsm4
Votes: 0
Answers: 2
SQL Db2 - How to unify two rows in one using datetime
I've got a table where we have registries of employees and where they have worked. In each row, we have the employee's starting date on that place. It's something like this:
Employee ID
Name
Branc...
Moisés Almeida
Votes: 0
Answers: 1
z/OS DB2 : I'd need a SQL to list all indexes used by a program
How could I list the DB2 indexes used by a program ?
I of course already have a query to list the tables used by a program using SYSTABAUTH...
But I'd need something similar allowing me to see what in...
Eric Loriaux
Votes: 0
Answers: 1