Obtaining model counts for pricing

Obtaining model counts for pricing

Please follow the procedure below.

 

Here is the SQL code that can be run  by a CA 2E customer to obtain CA 2E Model  Object Counts. After you send the values to us, we can provide quick guidance on costs and timeframes for a model migration

Note: XXXXXX needs to be changed to your CA 2E model library.  

SELECT OBJTYP, OBJATR, FUNTYP, Count(*) FROM XXXXXX/YMDLOBJRFP       

WHERE OBJTYP in('FIL', 'FUN', 'ACP') and substr(OBJOWN,1,1) <> '*'  and CUROBJ = 'Y'

GROUP BY OBJTYP, OBJATR, FUNTYP ORDER BY OBJTYP, OBJATR, FUNTYP  



 

Once the code is run, save the output into Excel and send to support@cmfirstgroup.com, so we can generate a report with automated migration pricing.