I'd not use DSPFFD either, but access Catalog Views (located in QSYS2
containing almost all information about the data base objects) to get the
appropriate information instead.
To find field/column information, use catalog view SYSCOLUMNS.
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
-----Ursprüngliche Nachricht-----
Von: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] Im Auftrag von Dean Eshleman
Gesendet: Monday, 15.10 2012 20:46
An: midrange-l@xxxxxxxxxxxx
Betreff: Re: Identity columns
Matt,
Thanks for the information. I went into Navigator and looked at the table
definition. There it was, "Is Identity" as one of the columns related to
the columns in the table. I guess I will need to start using Navigator
more.
I also just discovered that the DSPFFD command does show the information as
well. We have a home grown LSTFFD command that we always use, so we never
use DSPFFD. I guess I need to update our command or use DSPFFD.
Dean Eshleman
Software Development Architect
Everence Financial
1110 North Main Street
PO Box 483
Goshen, IN 46527
Phone: (574) 533-9515 x3528
www.everence.com<
http://www.everence.com>
On 10/15/2012 2:25 PM, Matt Olson wrote:
Look at the DDL is the easiest way. Go into navigator, double click on
the table and investigate the column in the GUI. Alternatively you can
right click the table and generate the SQL Script which will create the DDL
script and you can tell from that.
In MS SQL there is a stored procedure called "sp_help" which gives table
information, I don't think an equivalent exists in DB2. I believe you are
forced to utilize the DB2 catalog views to get the same type of information.
________________________________________
Confidentiality Notice: This information is intended only for the individual
or entity named. If you are not the intended recipient, do not use or
disclose this information. If you received this e-mail in error, please
delete or otherwise destroy it and contact us at (800) 348-7468 so we can
take steps to avoid such transmission errors in the future. Thank you.
_______________
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe,
or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.