× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Fri, Dec 3, 2021 at 3:37 PM Michael Fulmer <mfulmer@xxxxxxx> wrote:

Does anyone know if it's possible to retrieve the Column Headings from an
IBM i DB2 DDS File and use them as Column Headings when creating an Excel
Spreadsheet using a Python Script with XLSXWRITER and Pandas?

Yes. Use the QSYS2.SYSCOLUMNS2 view. The column heading (as a 60-char
string, 20 chars for each "line" of COLHDG) is available as
COLUMN_HEADING. In case you are interested in the text, get it from
COLUMN_TEXT. Use TABLE_NAME and TABLE_SCHEMA to specify the file and
library, respectively. Be sure to use all caps for the file and
library.

Official documentation is here:

https://www.ibm.com/docs/en/i/7.3?topic=views-syscolumns2

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.