OK, a colleague of mine pointed me to SVT_SUP_NORMALIZATION which is part of 
SVT which is addressed by CVT. The following REXX shows the factor:

/* REXX                                                              */
/* ----------------------------------------------------------------- */
/* Get normalization factor of special engines                       */
/* ----------------------------------------------------------------- */
cvt      = C2D(STORAGE(10,4))                /* POINT TO CVT X'10'   */
svt      = C2D(STORAGE(D2X(cvt + 868),4))    /* POINT TO SVT         */
svt_sup_normalization = C2D(STORAGE(D2X(svt + 416),4))                 
SAY svt_sup_normalization                                              
EXIT

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to