Hello,
I created a matrix (named SIM) in PROC IML, and needed use the elements in SIM to run CALL NLPNRA. I assumed that the the matrix would be recognized in the module created by START/FINISH. However, SAS always gave the error message indicating that SIM was a blank matrix. I thus tried READ, USE, ... in the module, they did not work. Is there a specific statment in START/FINISH to read the matrix into the module?