Skip to content

Commit

Permalink
Add toll diffs to compareVolumes.job
Browse files Browse the repository at this point in the history
The last commit (aef8016) had a bad commit message -- that one was actually exception/debug logging
  • Loading branch information
lmz committed Aug 27, 2019
1 parent aef8016 commit b947b2b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions utilities/PBA40/compareVolumes.job
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,13 @@ RUN PGM=NETWORK
VOL24HR_SM_DIFF = L2.VOL24HR_SM - L1.VOL24HR_SM
VOL24HR_HV_DIFF = L2.VOL24HR_HV - L1.VOL24HR_HV
VOL24HR_TOT_DIFF = L2.VOL24HR_TOT - L1.VOL24HR_TOT

; a little toll check
TOLLEADA_DIFF = LI.2.TOLLEA_DA - LI.1.TOLLEA_DA
TOLLAMDA_DIFF = LI.2.TOLLAM_DA - LI.1.TOLLAM_DA
TOLLMDDA_DIFF = LI.2.TOLLMD_DA - LI.1.TOLLMD_DA
TOLLPMDA_DIFF = LI.2.TOLLPM_DA - LI.1.TOLLPM_DA
TOLLEVDA_DIFF = LI.2.TOLLEV_DA - LI.1.TOLLEV_DA

ENDPHASE
ENDRUN

0 comments on commit b947b2b

Please sign in to comment.