File Utility Programming (FUP) Reference Manual
FUP Commands
File Utility Program (FUP) Reference Manual—523323-015
2-166
Commands Related to RESET
ALTKEY ("aa", FILE 0, KEYOFF 0, KEYLEN 5)
ALTFILE (0, $COMPUTR.BOOKS.BLAISE)
ALTCREATE
MAXEXTENTS 16
Reset the record size file-creation attribute to the default value of 80 bytes:
-RESET REC
After you complete the reset, the FUP SHOW command includes this line in its 
display:
REC 80
This example uses a single RESET command with no create-spec to restore all 
the defaults. This example includes the MAXEXTENTS and BUFFERSIZE DP2 file 
attributes:
-RESET
-SHOW
 TYPE U
 EXT ( 1 PAGES, 1 PAGES )
 FORMAT1
 MAXEXTENTS 16
 BUFFERSIZE 4096
To reset all the DUP[LICATE] options for the CONFIG[URE] command:
-RESET CONFIGURE DUP
Commands Related to RESET 
RESTART
Restarts a RESTARTABLE DUP operation at the point where it failed. The operation 
continues from near the point where it failed.
restart-filename
is the name of an unstructured disk file created by a previous DUP operation with 
the RESTARTABLE option specified. The file contains information describing the 
progress of the operation.
COMMAND Function Page
SET Sets default file attributes 2-177
SHOW Displays default file attributes or CONFIG[URE] options 2-194
CREATE Creates a file using default file attributes 2-61
CONFIG[URE] Sets default options for FUP 2-28
RESTART [ restart-filename ]










