FUP Commands
File Utility Program (FUP) Reference Manual—523323-014
2-180
SET Parameters for Files With Alternate-Key Fields
Integers representing byte values from 0 through 255 enclosed in brackets:
[ 5, 8, 220 ]
To specify partial-key-value correctly:
If the partial-key values are a string of alphabetic characters, enclose them
in quotation marks. For example, enter A, B, and C as a string of
characters:
"ABC"
If the partial-key values include a string of integers only, each item is
separated by a comma, and the entire string must be enclosed in brackets:
[ 1,2,3 ]
If the partial-key values include both single characters and integers:
The entire string must be surrounded by brackets.
Each single alphabetic character in the string must be enclosed in
quotation marks.
Quotation marks are not used for integers.
Each item in the string must be separated by a comma.
For example, enter a string consisting of A, 22, and C as:
[ "A", 22, "C" ]
[ NO ] PARTONLY
specifies whether subsequent file creations create all partitions of a partitioned file
(NO PARTONLY) or a single partition (PARTONLY). The default setting is NO
PARTONLY.
If you specify PARTONLY while a PART specification is enabled, any file you
create is designated as a primary partition. If a PART specification is not enabled,
any file you create is designated as a secondary partition. When you create the
file, you must specify the file name of the (primary or secondary) partition.
SET Parameters for Files With Alternate-Key Fields
The create-param available depends on the type of file you want to create. These
options are available for files with alternate-key fields:
[ NO ] ALTCREATE
sets or clears the automatic alternate-key file creation. The alternate-key files are
created (if you specify ALTCREATE) when you create the primary file. The default
setting is ALTCREATE.