×
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.
Thanks so much, I'll give it a try.
Sent: Friday, December 03, 2021 at 4:06 PM
From: "John Yeung" <gallium.arsenide@xxxxxxxxx>
To: "IBMi Open Source Roundtable" <opensource@xxxxxxxxxxxxxxxxxx>
Subject: Re: [IBMiOSS] Beginner Python Question about Db2 to Excel
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:
[1]
https://www.ibm.com/docs/en/i/7.3?topic=views-syscolumns2
John Y.
--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: [2]
https://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at [3]
https://archive.midrange.com/opensource.
Help support midrange.com by shopping at amazon.com with our affiliate
link: [4]
https://amazon.midrange.com
References
Visible links
1.
https://www.ibm.com/docs/en/i/7.3?topic=views-syscolumns2
2.
https://lists.midrange.com/mailman/listinfo/opensource
3.
https://archive.midrange.com/opensource
4.
https://amazon.midrange.com/
As an Amazon Associate we earn from qualifying purchases.