×
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.
Dale,
I was able to change the file name and file field/column names just by
repeating the commands:
LABEL ON TABLE somelib/testgdt IS 'Test file for gdt NEWNAME?';
LABEL ON COLUMN somelib/testgdt ( artnum TEXT IS 'NEW ? Article Number');
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of dale janus
Sent: Tuesday, May 14, 2013 2:58 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: change column name in sql?
We are creating some new files, err, tables using DDL. We created them using ops nav.
Before we start using them, I would like to change one of the long names into something a little more accurate. But there appears to be no command to alter table, alter column that applies to the column name.
I can see where this is something that should only be done under special circumstances.
Since this is a new table, I can use ops nav to created sql source statements, delete the table, change the name in the source, and then execute the source.
Is this the preferred method or is there a better way?
---Dale
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.