Hello,
If I look at this paper :
Paper 5500-2016 Latent Class Analysis Using PROC LCA Patricia A. Berglund, University of Michigan
https://support.sas.com/resources/papers/proceedings16/5500-2016.pdf
, your calling of the macro seems correct (on the condition that it was defined and compiled of course).
Use the options
options mprint symbolgen mlogic source2;
and run again. Then you get additional log on what may be wrong. Please note PROC LCA itself is a user-defined procedure not officially supported by SAS.
Cheers,
Koen
... View more