In the following example, a dictionary with a key of type binary-long has been specified, but the perform varying key phrase attempts to reference it as type string. You need to specify matching or compatible types.
... declare myCollect as dictionary[binary-long, string] *> the key specified as binary-long perform varying key s as string through myCollect *> and then referenced as string display s end-perform ...