Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Command sequence to start BPGSIZE

It is assumed for the command sequence described here that UDS/SQL was installed with IMON (see section "START commands for the UDS/SQL programs").

[01 [/ADD-FILE-LINK LINK-NAME=DATABASE
          ,FILE-NAME=[:catid:][$userid.].DBDIR.[copyname] ]

02 [/CREATE-FILE FILE-NAME=[:catid:][$userid.]dbname.realm-name.NEW
        [,SUPPORT=*PUBLIC-DISK(SPACE=*RELATIVE(PRIMARY-ALLOCATION=primary
         ,SECONDARY-ALLOCATION=576)) /
         ,SUPPORT=*PRIVATE-DISK(VOLUME=priv-vsn -
          DEVICE-TYPE=device[,SPACE=...])] ]

03 ... Further CREATE-FILE statements for files of the converted realm

04 [/CREATE-FILE FILE-NAME= -
    [:catid:][$userid.]UTI.BPGSIZE.dbname.realm-nummer.recref-number
    [,SUPPORT=*PUBLIC-DISK(SPACE=*RELATIVE(PRIMARY-ALLOCATION=primary
     ,SECONDARY-ALLOCATION=secondary)) /
     ,SUPPORT=*PRIVATE-DISK(VOLUME=priv-vsn -
      DEVICE-TYPE=device[,SPACE=...])] ]

05 ... Further CREATE-FILE statements for work files of BPGSIZE

06 /SELECT-PRODUCT-VERSION PRODUCT-NAME=UDS-SQL,VERSION=version,SCOPE=*TASK

07 /START-UDS-BPGSIZE

08 [//OPEN-DATABASE DATABASE-NAME = ...]

09 //BPGSIZE-statements

10 //END

01,08

02

You must specify only one of these two statements.

This CREATE-FILE command may be optionally used to create a file for the converted realm (DBDIR, DBCOM or user realm); see "Realms of the converted database".

04

This CREATE-FILE command may be optionally used to create a work file for BPGSIZE (see "Required work files").

06

The specified version of BPGSIZE is selected.
It is generally recommended that you specify the version since it is possible for several UDS/SQL versions to be installed in parallel.

07

The UDS/SQL utility routine can also be started using the aliases BPGSIZE and START-UDS-PAGE-RESIZING.