Hello @Camillus ,
PROC NLP is really a SAS legacy procedure (from SAS 9.3).
Such that people know what you are talking about , I put here a link to the (9.3) doc:
SAS/OR(R) 9.3 User’s Guide: Mathematical Programming Legacy Procedures
https://support.sas.com/documentation/cdl/en/ormplpug/64004/HTML/default/viewer.htm#ormplpug_nlp_sec...
The same six (6) types of covariance matrices are still there in PROC OPTMODEL
( The Nonlinear Programming Solver PROC OPTMODEL ).
Any reason why you stick to PROC NLP?
You can migrate your PROC NLP code to PROC OPTMODEL.
BR,
Koen