115. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/9/2018 12:33:57 AM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

115.1 Files compared

# Location File Last Modified
1 CPEE_Build9_Sprint27.zip\HAC_CPE_CH CHMJGRMM.m Mon Nov 5 16:42:42 2018 UTC
2 CPEE_Build9_Sprint27.zip\HAC_CPE_CH CHMJGRMM.m Mon Nov 5 17:48:27 2018 UTC

115.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 52
Changed 2 4
Inserted 0 0
Removed 0 0

115.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

115.4 Active regular expressions

No regular expressions were active.

115.5 Comparison detail

  1   CHMJGRMM ; HAC/RVS;ma ils alerts  to PST Te am from ma ilman to O utlook for  Grouper ; 9/9/2008
  2    ;V1.0
  3   GRP     S  CT=0,$ZE=" ",$ZT="END ^CHMJGRMM"  
  4           S  IOFILE = " HAC_HFS$:[ SNA$CSV]GR OUPERFAIL. LIS"  ;my  report
  5           O  IOFILE  ;o pen io fil e to write  too it
  6   A1      U  IOFILE R X   ;write t o io file  until blan k line
  7           S  CT=CT + 1   ;line cou nt
  8           S  TMP($J,CT) =X  ;loop  for each l ine
  9           G  A1  ;retur n part of  loop
  10   END       S XMY = (" PII             ")    ;who I am  mailing it  too
  11           S  XMDUZ = .5   ;mailed  from postm aster
  12           S  XMSUB = "F TP GROUPER  FAILURE"   ;subject  line of em ail
  13           S  XMTEXT = " TMP($J,"   ;read all  the input  that was c ollected a bove
  14           D  ^XMD  ;sen d to mailm an
  15           Q   ;quit
  16   PAS     S  CT=0,$ZE=" ",$ZT="END 2^CHMJGRMM "   ;ADDED  FOR GROUP ER SUCCESS  - RVS 9/9 /08
  17           S  IOFILE = " HAC_HFS$:[ SNA$CSV]GR OUPERPASS. LIS"  ;my  report
  18           O  IOFILE  ;o pen io fil e to write  too it
  19   B1      U  IOFILE R X   ;write t o io file  until blan k line
  20           S  CT=CT + 1   ;line cou nt
  21           S  TMP($J,CT) =X  ;loop  for each l ine
  22           G  B1  ;retur n part of  loop
  23   END2 S XMY  = (" PII             ")    ;who I am  mailing it  too
  24           S  XMDUZ = .5   ;mailed  from postm aster
  25           S  XMSUB = "F TP GROUPER  SUCCESS"   ;subject  line of em ail
  26           S  XMTEXT = " TMP($J,"   ;read all  the input  that was c ollected a bove
  27           D  ^XMD  ;sen d to mailm an
  28           Q   ;quit