FUP Commands
File Utility Program (FUP) Reference Manual—523323-014
2-35
Commands Related to CONFIG[URE]
ï‚·
To change the number of columns to 80:
-CONFIGURE REPORTWIDTH 80
ï‚·
To declare a translation table name (my_encrypt) that is contained in the
MYCRYPT.ENCRYPT file:
-CONFIGURE XLATE my_encrypt TEXT IN mycrypt.encrypt
The MYCRYPT.ENCRYPT file is expected to contain two translation tables (256
bytes each) in one record.
ï‚·
To declare a translation table name (belgianswiss) that is contained in the standard
CHARMAPS translation tables and use it to translate a file from $TAPE:
-CONFIGURE XLATE belgianswiss CHARMAP
-COPY $TAPE, FILEB, XLATEOUT belgianswiss
You do not have to specify the name belgianswiss if it was the last (or only) XLATE
table declared. However, it must be defined in $SYSTEM.SYSTEM.ZCHARMAP.
ï‚·
To customize your options for your FUP RELOAD commands (NO DEALLOCATE,
RATE 50 percent, SLACK 20 percent):
-CONFIGURE RELOAD NO DEALLOCATE, RATE 50, SLACK 20
Commands Related to CONFIG[URE]
COMMAND Function Page
RESET Resets default file attributes or CONFIG[URE] options 2-158
SHOW Displays default file attributes or CONFIG[URE] options 2-187