×
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.
To clarify, are you wishing to avoid two steps - or two statements?
As was indicated previously, the SQL script can contain CL statements.
So, you can have a >single step< (script) containing the >two statements<:
Create Table ....;
CL: CHGPF FILE(XX) SIZE(50000 1000 3)
What is the problem with this single step?
You cannot specify storage allocation on CREATE TABLE - this will be specific to the platform (O/S) implementation and nothing to do with SQL.
HTH,
Brian.
On 29/01/2021 00:01, Timothy Feldmeier wrote:
We do not want to create a table with 2 steps.
1. Create Table
2. CHGPF FILE(XX) SIZE(50000 1000 3)
The Create Table command should have a way to set the initial size.
As an Amazon Associate we earn from qualifying purchases.
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.