Correct: I said that wrong.
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Paul Therrien
Sent: Tuesday, May 14, 2013 3:56 PM
To: RPG programming on the IBM i (AS/400 and iSeries)
Subject: RE: change column name in sql?
That doesn't change the column name in the database. That changes the text.
Paul
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Gary Thompson
Sent: Tuesday, May 14, 2013 4:44 PM
To: RPG programming on the IBM i (AS/400 and iSeries)
Subject: RE: change column name in sql?
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.
--
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.
--
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.