2.20 ALTER RMTTRAIL
Use ALTER RMTTRAIL to change the attributes of a trail
that was created with the ADD RMTTRAIL command (a trail on a remote
system). The change takes effect the next time that Extract starts.
Syntax
ALTER RMTTRAIL trail_name, EXTRACT group_name
[, MEGABYTES n]
-
trail_name -
The relative or fully qualified path name of the trail. For example,
dirdat\aa. -
group_name -
The name of the Extract group to which the trail is bound.
-
MEGABYTESn -
The maximum size of a file, in megabytes. The default is 500. After using this option, issue the
SEND EXTRACTcommand with theROLLOVERoption to close the current trail file and open a new one.
Example
ALTER RMTTRAIL dirdat\aa, EXTRACT finance, MEGABYTES 200
Parent topic: Common Command Line Interface Commands