@rafaldow wrote: The macro initially generates a set of verbose effect labels based on full variable names expressed in the GLM model statement, along with positioning codes that describe where in the report they should be placed. It tries to then emulate SAS's abbreviated effect labels to match with the abbreviated effect labels in the SAS ODS output datasets in order to extract the associated values (parameter estimates, SEs, test statistics, pvals). The abbreviated effect labels and an extensively reformatted set of statistical values are then added to the body of the report in appropriate places (designated by the positioning codes). A comprehensive list of verbose effect descriptions and abbreviated effect names are added at the end of the report, but the abbreviated effect names are still needed in the body of the report.
So, given the above, I still really have no idea what the problem is that you want to solve. It seems to keep changing. I agree with @Reeza , you need to show us sample code, plus you need to show us the output from GLM you are working with, and you need to show us what you want as a final table.
... View more