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
z/OS COBOL V6 calling a DLL
I am primarily a C developer. I have a sample COBOL driver that calls my C DLL in z/OS.
The COBOL driver was working fine in z/OS COBOL V4 when we used the Pre-Linker and IMPORT statements to define t...
Ed Danley
Votes: 0
Answers: 1
Single source for IBM i and z/OS
I am primarily a C developer, not a regular COBOL developer. I would like my COBOL program to have the same source on IBM-i as it does on z/OS.
My COBOL program calls a subroutine. On z/OS I do the ca...
Ed Danley
Votes: 0
Answers: 3
Split one file into Multiple GDG dynamically
Input file has number of records . when there a change in header (12), i need to write those records separately into GDG
Is it possible to create GDG dynamically using SORT, Easytrive?
12 - header
13 ...
samrat
Votes: 0
Answers: 0