NDF_CREAT( PARAM, FTYPE, NDIM, LBND, UBND, INDF, STATUS )
-- Create a new simple NDF via the ADAM parameter system
NDF_CREP( PARAM, FTYPE, NDIM, UBND, INDF, STATUS )
-- Create a new primitive NDF via the ADAM parameter system
NDF_DELET( INDF, STATUS )
-- Delete an NDF
NDF_NEW( FTYPE, NDIM, LBND, UBND, PLACE, INDF, STATUS )
-- Create a new simple NDF
NDF_NEWP( FTYPE, NDIM, UBND, PLACE, INDF, STATUS )
-- Create a new primitive NDF
NDF_OPEN( LOC, NAME, MODE, STAT, INDF, PLACE, STATUS )
-- Open an existing or new NDF
NDF_PROP( INDF1, CLIST, PARAM, INDF2, STATUS )
-- Propagate NDF information to create a new NDF via the ADAM parameter system
NDF_SCOPY( INDF1, CLIST, PLACE, INDF2, STATUS )
-- Selectively copy NDF components to a new location