Parameter
|
Description
|
" V "
|
Statement will abort with an appropriate error message if the item-id does not exist on the file or the attribute being extracted is null.
|
" C "
|
Extracts the data if the field is NOT null but shows the item-id if the data is null. If a multi-valued attribute is extracted OSMOSi will extract the attribute and substitute a space for each multi-value mark found.
|
" Cn "
|
As 'C' but 'n' is the multi-value position in the attribute, which is to be extracted.
|
" I "
|
Input verify only - operates like the "V" for input and like "C" for output.
|
" O "
|
Output verify only - operates like the "C" for input and like "V" for output.
|
" X "
|
As "C" but will extract data exactly as found, i.e. a null value will return a null value.
|