File Utility Programming (FUP) Reference Manual
FUP Commands
File Utility Program (FUP) Reference Manual—523323-015
2-35
CONFIG[URE] Examples
than %177. When bitcount is 8, COPY displays the character for any byte 
with an octal value of %40 or greater.
When bitcount is 7, the ALTKEY key specifier of INFO, DETAIL, and SHOW 
displays for any character with an octal value greater than %177. When 
bitcount is 8, the ALTKEY key specifier is displayed for all characters with 
an octal value greater than %40.
You can switch between the 7-bit and 8-bit display modes during an interactive 
FUP session. To reset the display mode, enter another DISPLAYBITS 
command at the FUP prompt with the desired mode.
To set defaults for COPY (with a DUMP option), FILES, SUBVOLS, and 
LISTLOCKS commands, use CONFIG[URE] REPORTWIDTH:
If the OUT file (or OUT device) record length is less than REPORTWIDTH, 
FUP breaks the output records into multiple records (or lines) to fit the file or 
device record length.
The output format for all other FUP commands that output information is 80 
columns—regardless of the value specified for REPORTWIDTH.
You can specify translation table defaults for COPY, LOAD, and 
BUILDKEYRECORDS commands:
If you use the XLATE option but an XLATE table was not specified in the 
CONFIGURE command, an error occurs.
If you specify PAD or TRIM characters in a command that uses an XLATE 
option, they must be correct for the specified direction. FUP does not try to 
adjust them.
Translation occurs only if you use XLATE, XLATEIN, XLATEOUT, EBCDICIN, 
or EBCDICOUT options.
An XLATE option overrides the EBCDICIN or EBCDICOUT options if you 
specify both on the same command.
CONFIG command is able to configure the NETBLOCKSIZE option to 56.
CONFIG[URE] Examples
To use CONFIGURE to set the default options for a DUP[LICATE] process:
-CONFIGURE DUP PURGE, SAVEID
-DUP A, B
FILES DUPLICATED: 1
The first command (CONFIGURE DUP PURGE, SAVEID) declares the 
DUP[LICATE] configure options. The second command (DUP A, B) uses the 
PURGE and SAVEID options implicitly. Then FUP displays the number of files that 
are duplicated (1).










