PAR_UNSET need not be called to change the value of a default; a call to one of the PAR_DEF routines will suffice. However, if you wish to no longer have a dynamic default for parameter NX say, you will need to make the following call.
CALL PAR_UNSET( 'NX', 'DEFAULT', STATUS )
PAR Interface to the ADAM Parameter System