Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: ABMZWORK

ABMZWORK.m

Go to the documentation of this file.
  1. ABMZWORK ; IHS/ADC/GTH - NEW PROGRAM ; [ 06/26/2001 5:43 PM ]
  1. ;;2.4; IHS 3P BILLING SYSTEM;**5**;June 11, 2001
  1. ;
  1. ENVOY ;
  1. ;
  1. ; June 6, 2001
  1. ; The RPMS DBA authorizes ABM a one-time inclusion of the following
  1. ; subroutine in an ABM patch. The subroutine removes SCREENS on
  1. ; fields in the INSURER file which were placed there by AUT*98.1*8.
  1. ; This one-time authorization is to eliminate inflicting another
  1. ; patch on the field, and depends upon agreement by ABM to use it
  1. ; only once, and review and certification by SRCT.
  1. ;
  1. INSDD ;EP - Delete SCREENs from .51/.52/.53 nodes distributed in AUT*98.1*8.
  1. ;
  1. ; There are no database calls to edit/delete fields in a dd.
  1. ;
  1. NEW AUT
  1. ;
  1. F AUT=.51,.52,.53 D
  1. .KILL ^DD(9999999.18,AUT,12),^(12.1)
  1. .S $P(^DD(9999999.18,AUT,0),"^",2)="P9002274.93'"
  1. .S $P(^DD(9999999.18,AUT,0),"^",4)="5;"_$E(AUT,3)
  1. .S $P(^DD(9999999.18,AUT,0),"^",5,99)="Q"
  1. .S ^DD(9999999.18,AUT,"DT")=DT
  1. ;
  1. INSDDEND Q