Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

                                                                  


Parameters

FROM

Specifies the first file number to allocate to a user selected file. The default value is 1 and the maximum value is 50.

TO

Specifies the last file number to allocate to a user selected file. The default value is 50 and the maximum value is 50. The difference between the FROM and TO parameter values determines the number of files a user is able to select for this command. For example, if FROM(1) and TO(1) is specified then only 1 file may be selected. If FROM(1) and TO(50) is specified then 50 files may be selected by the user.

PHY_ONLY

Specifies whether only physical files will be presented for selection, or both physical and logical files.

SGL_ONLY

Specifies whether only 1 : 1 (single) relationships will be presented for selection, or both 1 : 1 and 1 : N (many) relationships.

...