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