Home | Previous Page | Next Page   Data Migration Utilities > The onunload and onload Utilities > Syntax of the onunload Command >

Destination Parameters

Read syntax diagramSkip visual syntax diagramDestination Parameters:
 
   .--------------------.
   V                    | (1)
|----+- -l------------+-+---------------------------------------|
     +- -b--blacksize-+
     +- -s--tapesize--+
     '- -t--source----'
 
Notes:
  1. Only one occurance of each option allowed. More than one option may occur in a single invocation.
Element Purpose Key Considerations
-b blocksize Specifies in kilobytes the block size of the tape device Restrictions: The blocksize must be an integer.

Additional Information: This option overrides the default value in TAPEBLK or LTAPEBLK.

-l Directs onunload to read the values for tape device, block size, and tape size from LTAPEDEV, LTAPEBLK, and LTAPESIZE, respectively None.
-s tapesize Specifies in kilobytes the amount of data that can be stored on the tape Restrictions: The tapesize must be an integer.
If you do not specify 0, then the maximum tapesize is 2,097,151 kilobytes

Additional Information: This option overrides the default value in TAPESIZE or LTAPESIZE. To write to the end of the tape, specify a tape size of 0.

-t source Specifies the pathname of the file on disk or of the tape device where the input tape is mounted Additional Information: This option overrides the tape device specified by TAPEDEV or LTAPEDEV. It must be a valid pathname.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]