*skipdata* [{,length=bytes-count|,type=data-type[,element=elements-count]}] |
<unsigned integer> ((1-32000))
For an input data file in the fixed-size data format, this operand specifies in bytes the length of the column that is to be skipped.
For an input data file in the pdrorg-generated binary format, this operand specifies the data type of the column to be skipped.
For details about how to specify the data types, see (3) in section 5.7.1 Column name statement. Note that you cannot specify yy-mm-dd or yymmdd. blobprm is applicable only to an input data file in the pdrorg-generated binary format.
If a table with an abstract data type column is output to a binary-format input data file by pdrorg's unload processing, data in the abstract data type column in the file is converted to the data type of the constructor function's argument by the constructor parameter reverse creation function that was specified during unloading. Therefore, specify in the type operand the data type that is created by the constructor parameter reverse creation function. For details about the data type that is created by the constructor parameter reverse creation function, see the documentation for the applicable plug-in.
For an input data file in the pdrorg-generated binary format, if a repetition column is to be skipped, this operand specifies the maximum number of elements for the repetition column.
This operand must follow the type operand.
Operand | Format of input data file | ||
---|---|---|---|
DAT format | Fixed-size data format | pdrorg-generated binary format | |
length | ![]() | Y | ![]() |
type | ![]() | ![]() | Y |
Y: Mandatory
: Not specifiable