× 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.



What I have done before is create the table as the record format name, then
rename to the table name:
create table mytabr as...;
rename mytabr to mytab;

In V5R4+, you can do:
create mytab as (...) rcdfmt mytabr;

HTH,
Loyd

On Mon, Jan 11, 2010 at 1:21 PM, CRPence <CRPbottle@xxxxxxxxx> wrote:

Not sure why that specifically-SQL question is asked here; much
more appropriate on Midrange-L.? Regardless, the answer is "No."
IIRC the CREATE TABLE statement supports RCDFMT for both clauses AS
subquery and LIKE table|view name; not to imply they are generally
acceptable to replace an ALTER, but may be for a single TABLE.

However the easiest and possibly most functional manner to change
the record format name is to use CREATE VIEW with the RCDFMT clause.
Then refer to the VIEW instead of the TABLE.

Regards, Chuck

TAllen@xxxxxxxxxxxx wrote:
Is it possible to set the RCDFMT on a DB2 i database table
with the SQL ALTER TABLE command?



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.