File Utility Programming (FUP) Reference Manual

FUP Commands
File Utility Program (FUP) Reference Manual523323-015
2-193
Commands Related to SET
The SHOW command indicates the buffer size is 512 bytes:
-SHOW
TYPE U
FORMAT 1
EXT ( 1 PAGES, 1 PAGES )
MAXEXTENTS 16
BUFFERSIZE 512
To set file-creation attributes for a key-sequenced file with 50-byte records and a
primary-key length of 36 bytes:
-SET TYPE K, REC 50, KEYLEN 36
To create the file $L.SMS.BLUE on the physical volume $ABC, use the PHYSVOL
option of the SET command (which subsequently resets the PHYSVOL option):
-SET PHYSVOL $ABC
CREATE $L.SMS.BLUE
RESET PHYSVOL
Commands Related to SET
COMMAND Function Page
CREATE Creates a file using default file attributes 2-61
RESET Resets default file attributes or CONFIG[URE] options 2-164
SHOW Displays default file attributes or CONFIG[URE] options 2-194