- IBY374PR ;PRXM/CMW - Pre install routine for patch 374 ; 10 May 2007 9:41 AM
- ;;2.0;INTEGRATED BILLING;**374**;21-MAR-94;Build 16
- ;
- ; Call at tags only
- Q
- ; This routine will clean up entries in the file with NPIs delete status (2)
- ;
- EN ; PRE Install Routine primary entry point
- ; Delete NPI EFFECTIVE DATE; STATUS codes fields
- ; Status codes will be reloaded during install of patch 374
- S DIK="^DD(355.9301,",DA(1)=355.9301,DA=.02 D ^DIK
- ;
- Q
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HIBY374PR 467 printed Apr 23, 2025@18:48:32 Page 2
- IBY374PR ;PRXM/CMW - Pre install routine for patch 374 ; 10 May 2007 9:41 AM
- +1 ;;2.0;INTEGRATED BILLING;**374**;21-MAR-94;Build 16
- +2 ;
- +3 ; Call at tags only
- +4 QUIT
- +5 ; This routine will clean up entries in the file with NPIs delete status (2)
- +6 ;
- EN ; PRE Install Routine primary entry point
- +1 ; Delete NPI EFFECTIVE DATE; STATUS codes fields
- +2 ; Status codes will be reloaded during install of patch 374
- +3 SET DIK="^DD(355.9301,"
- SET DA(1)=355.9301
- SET DA=.02
- DO ^DIK
- +4 ;
- +5 QUIT