SUFACTOR

Use the SUFACTOR operand to specify a CPU SU conversion factor for an input file. Each SMF input file ddname in the INPUT operand can have its own SUFACTOR suboperand. The SUFACTOR operand includes two keywords to identify the ddname and its associated conversion factor. The value must be a decimal number or integer in the range 1 - 999999999 (nine 9s).

Example:

CICSPA IN(ddname1,
          ddname2,
          ddnamen),
          [SUFACTOR(ddname1(nnnnn.nnn)),]
          [SUFACTOR(ddname2(nnnnn.nnn)),]
          [SUFACTOR(ddnamen(nnnnn.nnn)),]
          ...