In the following example, there is no method with the named parameter param1. Either code a method that contains a named parameter called param1, or in this instance, rename the parameter paramx.
class-id runAlarm. method-id sSet. invoke self::runSet(parameter param1 = "Alarm Set") end method. method-id runSet(paramx as string). display paramx end method. end class.