You posted the question the SAS/IML Community, so I assume you want to program these tests yourself? If so, the answer is yes. You can use the SAS/IML language to implement algorithms and statistical tests that are published in papers, textbooks, websites, etc.
It can be a challenge to know what GOF test to use. Some distributions have their own tests. Others use general criteria such as AIC or BIC.
In summary, you need to find the mathematical formula or algorithm that gives the GOF test, then implement it yourself. There are no built-in GOF tests in IML for obscure distributions.