×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Note that performance wise...

If you don't allocate any space, every read or write takes 2 I/Os. One for
the fixed length columns and one for the variable length column(s).

Recommendation is to allocate enough space so that most (80% or higher
ideally) the data in the VARLEN column fits in the allocated space. That
way you only have an extra I/O for the ones that exceed the allocated
length.

So say you want to provide varchar(1024) column for comments. But most
comments are less than 100. Then use
A COMMENT 1024A VARLEN(100).

Charles



On Wed, Sep 13, 2017 at 2:37 PM, Vernon Hamberg <vhamberg@xxxxxxxxxxxxxxx>
wrote:

Sure - there's a keyword for this - VARLEN without parentheses does it.

If you want to specify an allocated-length, put that in parentheses after
VARLEN.

Cheers
Vern


On 9/13/2017 3:25 PM, a4g atl wrote:

If yes, how do I do it?

Always done this is SQL but I need to do it in the PF this time.

TIA

Darryl Freinkel


--
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: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD


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