Lexical - F$ENVIRONMENT
$ DFLT = F$ENVIRONMENT( “DEFAULT” )
$ MSG = F$ENVIRONMENT( “MESSAGE” )
$ SET MESSAGE/NOFACI/NOSEVE/NOIDE/NOTEXT
Notes:
This example illustrates one method of suppressing messages selectively. The technique shown is to use the F$ENVIRONMENT lexical to save the MESSAGE display state, change it to what is wanted, then change it back to the original state.