|
On 14-Aug-2015 15:25 -0600, Vinay Gavankar wrote:
I was looking for way to retrieve number of fields in a file. I
wrote a CL program to do a DSPFFD to a file, and then read the
first record in that file to get number of fields.
I also saw that there is an API to retrieve File Description, which
has the number of fields "somewhere".
Since I am not too familiar with writing API's I was wondering if
someone has some code using that API, or whether the CL I have
would be good enough?
dcl-s NumberOfColumns Int(10);
Exec Sql Select COLUMN_COUNT
Into :NumberOfColumns
From QSYS2.SYSTABLES
Where TABLE_NAME = '<Your Table Name>' And
SYSTEM_TABLE_SCHEMA = '<Your Library Name>';
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.