-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from smeup/continued-indicators-impl
Continued indicators impl
- Loading branch information
Showing
4 changed files
with
171 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
V*===================================================================== | ||
V* MODIFICHE Ril. T Au Descrizione | ||
V* gg/mm/aa nn.mm i xx Breve descrizione | ||
V*===================================================================== | ||
V* 11/03/20 V5R1 FP Creato | ||
V*===================================================================== | ||
D FACTOR2 S 1 0 | ||
*--------------------------------------------------------------- | ||
* M A I N | ||
*--------------------------------------------------------------- | ||
C SETOFF 34 | ||
C Z-ADD 0 FACTOR2 | ||
C 34 Z-ADD 1 FACTOR2 | ||
MU* VAL1(FACTOR2) VAL2(1) COMP(EQ) | ||
C EVAL FACTOR2+=1 | ||
* | ||
C SETOFF 34 | ||
C Z-ADD 0 FACTOR2 | ||
C N34 Z-ADD 1 FACTOR2 | ||
MU* VAL1(FACTOR2) VAL2(2) COMP(EQ) | ||
C EVAL FACTOR2+=1 | ||
* | ||
C SETOFF 3435 | ||
C Z-ADD 0 FACTOR2 | ||
C 34 | ||
COR 35 Z-ADD 1 FACTOR2 | ||
MU* VAL1(FACTOR2) VAL2(1) COMP(EQ) | ||
C EVAL FACTOR2+=1 | ||
* | ||
C SETOFF 3435 | ||
C Z-ADD 0 FACTOR2 | ||
C 34 | ||
CORN35 Z-ADD 1 FACTOR2 | ||
MU* VAL1(FACTOR2) VAL2(2) COMP(EQ) | ||
C EVAL FACTOR2+=1 | ||
* | ||
C SETOFF 3435 | ||
C Z-ADD 0 FACTOR2 | ||
C 34 | ||
CANN35 Z-ADD 1 FACTOR2 | ||
MU* VAL1(FACTOR2) VAL2(1) COMP(EQ) | ||
C EVAL FACTOR2+=1 | ||
* | ||
C SETOFF 3435 | ||
C Z-ADD 0 FACTOR2 | ||
C 34 | ||
CAN 35 Z-ADD 1 FACTOR2 | ||
MU* VAL1(FACTOR2) VAL2(1) COMP(EQ) | ||
C EVAL FACTOR2+=1 | ||
* | ||
C SETOFF 3435 | ||
C Z-ADD 0 FACTOR2 | ||
C N34 | ||
CANN35 Z-ADD 1 FACTOR2 | ||
MU* VAL1(FACTOR2) VAL2(2) COMP(EQ) | ||
C EVAL FACTOR2+=1 | ||
* | ||
C SETON 3435 | ||
C Z-ADD 0 FACTOR2 | ||
C N34 | ||
CANN35 Z-ADD 1 FACTOR2 | ||
MU* VAL1(FACTOR2) VAL2(1) COMP(EQ) | ||
C EVAL FACTOR2+=1 | ||
* | ||
C SETOFF 343536 | ||
C SETOFF 373839 | ||
C Z-ADD 0 FACTOR2 | ||
C 34 | ||
CAN 35 | ||
CANN36 | ||
COR 37 | ||
CAN 38 | ||
CANN39 Z-ADD 1 FACTOR2 | ||
MU* VAL1(FACTOR2) VAL2(1) COMP(EQ) | ||
C EVAL FACTOR2+=1 | ||
* | ||
C SETON LR | ||
*--------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters