FPEA0803I THE INPUT TRACE INCLUDES IFCID 233, 380, OR 381 WHICH IS USED TO IDENTIFY A STORED PROCEDURE OR USER-DEFINED FUNCTION MAIN ROUTINE. A REPORT BY ACTNAME TAKES ACCOUNT OF NESTED CALLS BY ACCUMULATING DATA FOR EACH MAIN ROUTINE INCLUDING ITS SUBROUTINES.

Explanation

IFCID 233, 380, or 381 was found in the input trace and is used for the calculation that is requested by the command ORDER(ACTNAME).

Note:
  • IFCID 380 or 381 is preferred, if available, because it uses less system resources when collecting trace data.
  • Stored Procedures (SP) and User-Defined Functions (UDF) can be identified.
  • Data of subprograms that were called by Stored Procedures or User-Defined Functions are reflected in the output of the main program.
  • The report has a view on data by activity type and name, but not by each package. That is why the following package counters of subprograms are not taken into account:
    1. The occurrence of subprograms
    2. The number of package allocations (switches)
    3. The number of rollup threads
    This approach also affects some package averages.