I am new to proc fcmp and I want to know how to write a user-defined function with varying amount parameters, which like whichc() or coalesce(), in SAS.
I will be grateful if anybody could give me some hints.
I am new to proc fcmp and I want to know how to write a user-defined function with varying amount parameters, which like whichc() or coalesce(), in SAS.
I will be grateful if anybody could give me some hints.
Copyright © 2021 Jogjafile Inc.
It's not possible, although you can pass arrays as described here (reproduced below):