209. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 11/9/2018 12:34:07 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.

209.1 Files compared

# Location File Last Modified
1 CPEE_Build9_Sprint27.zip\HAC_CPE_CH CHMPCOPY4.m Mon Nov 5 16:40:10 2018 UTC
2 CPEE_Build9_Sprint27.zip\HAC_CPE_CH CHMPCOPY4.m Mon Nov 5 17:51:02 2018 UTC

209.2 Comparison summary

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

209.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

209.4 Active regular expressions

No regular expressions were active.

209.5 Comparison detail

  1   CHMPCOPY4  ; HAC/RVS  - COPY TEM P FILE TO  FS3BIG for  Wanda Rob erts
  2    ;;1.0;CHA MPVA SYSTE M;;JULY 4,  1990;
  3    ;FWP - -  - Cache Up dates - -  -  3/15/20 05
  4    W @IOF,!! ,?24,"COPY  YOUR QUEU ED FILE TO  FS3BIG"
  5   A W !!,"En ter the ne w 1-10 cha racter fil e name "
  6    W !,"(Do  not includ e the '.TX T') EXIT//  "
  7    R CHFILE: 30
  8    Q:CHFILE= ""
  9    G:CHFILE' ?1.10AN A
  10    S ZTRTN=" COPY^CHMPC OPY4",ZTDE SC="COPY T EXT FILE T O PC DISK"
  11    S ZTSAVE( "CHFILE")= "",ZTIO=""  D ^%ZTLOA D
  12    W !!,"You r file is  now be cop ied to FS3 BIG: "
  13    W !,"Plea se be Pati ent"
  14    W !,"\\ DNS     FS3\FS3BIG \CPDNURSES \WANDA\",C HFILE,".TX T" 
  15   COPY ;COPY  TO VMS
  16    S CHPAR=" HACFS3"" DNS     COLEDEC We lcome1!"": :d:[FS3BIG .CPDNURSES .WANDA]"_C HFILE_".TX T"
  17    S X=$ZF(- 1,"COPY HA C_HFS$:[TM P]WANDACOP Y.TMP "_CH PAR)
  18    S X=$ZF(- 1,"PURGE H AC_HFS$:[T MP]WANDACO PY.TMP")
  19    W !,"File  Copied"
  20    Q
  21