The MAPMISS statement
is used to specify alternative values, by data type or pointer value.
These values are passed to functions if values are missing. The values
are specified as arguments in the MAPMISS statement.
If you set POINTER=NULL,
a NULL value pointer is passed to the functions for pointer variables
that are missing. If you do not specify a mapping for a type that
is used as an argument to a function, the function is not called when
an argument of that type is missing.
MAPMISS values have
no affect on arrays because array elements are not checked for missing
values when they are passed as parameters to C functions.