| WolffPack differences report | 
|  1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  | *S*************************************************************************          *S***        *S***                              WolffPack     *S***        *S*** Subroutine: WFNAN21E           *S*** System    : FINANCIER          *S*** Title     : 2024-25 Need Analysis calling subroutine   *S*** Function  : This external subroutine performs the call to the      *S***             2024-25 Need analysis calculation.  An external        *S***             subroutine is used to store locally the WFMCA25D PDA.  *S***             The intermediate calcs programs will call the interface            *S***             subprogram directly (and have the PDA defined locally).            *S***             This allows for only one interface subprogram.         *S***        *S***      Copyright 1995 - 2024 WolffPack, Inc.  All rights reserved.   *S***        *S*************************************************************************          *S**DEFINE DATA          *S**  GLOBAL USING WWGDA *S***        *S**  LOCAL USING WFMCA25D           *S**END-DEFINE           *S***        *S***        *S*************************************************************************          *S**DEFINE SUBROUTINE CALC-NEED-ANALYSIS-2425    *S*************************************************************************          *S**  /*     *S**  /* No calc being delivered for phase 1 of 2025 Regs    *S**  CALLNAT 'WFNAN25N' WW-GDA      *S**                     WFMCA25D WFMCA25D-ID    *S**  IGNORE *S**END-SUBROUTINE /* CALC-NEED-ANALYSIS-2425    *S**END      | 
|  1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  | *S*************************************************************************          *S***        *S***                              WolffPack     *S***        *S*** Subroutine: WFNAN25E           *S*** System    : FINANCIER          *S*** Title     : 2024-25 Need Analysis calling subroutine   *S*** Function  : This external subroutine performs the call to the      *S***             2024-25 Need analysis calculation.  An external        *S***             subroutine is used to store locally the WFMCA25D PDA.  *S***             The intermediate calcs programs will call the interface            *S***             subprogram directly (and have the PDA defined locally).            *S***             This allows for only one interface subprogram.         *S***        *S***      Copyright 1995 - 2024 WolffPack, Inc.  All rights reserved.   *S***        *S*************************************************************************          *S**DEFINE DATA          *S**  GLOBAL USING WWGDA *S***        *S**  LOCAL USING WFMCA25D           *S**END-DEFINE           *S***        *S***        *S*************************************************************************          *S**DEFINE SUBROUTINE CALC-NEED-ANALYSIS-2425    *S*************************************************************************          *S**  /*     *S**  /* No calc being delivered for phase 1 of 2025 Regs    *S**  CALLNAT 'WFNAN25N' WW-GDA      *S**                     WFMCA25D WFMCA25D-ID    *S**  IGNORE *S**END-SUBROUTINE /* CALC-NEED-ANALYSIS-2425    *S**END      |