File Utility Programming (FUP) Reference Manual

FUP Commands
File Utility Program (FUP) Reference Manual523323-015
2-37
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-164
SHOW Displays default file attributes or CONFIG[URE] options 2-194