I am trying to create an alter where I generate a matrix and do something local and temporary with it. What I am doing right now looks like this:
MATGEN ,/TEMP/2/N
ADD TEMP,/X/3.0
Notice that X is a matrix already in the NDDL, but TEMP is not, it is something that I created temporarily for this...