If your data table contains a lot of missing data in different columns, you might want to see whether there is a pattern in the distribution of the missing data relative to the different columns.
dt << Missing Data Pattern( // message to data table
Columns( :miss ), // find missing data in this column
Output Table( "Missing Data Pattern" ) // name the output table
);