-
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 #518 from smeup/feature/LS24002651/implements-douxx
Feature/ls24002651/Implements DOUxx
- Loading branch information
Showing
10 changed files
with
381 additions
and
0 deletions.
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
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
41 changes: 41 additions & 0 deletions
41
rpgJavaInterpreter-core/src/test/resources/smeup/MU120901.rpgle
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,41 @@ | ||
V* ============================================================== | ||
V* MODIFICHE Ril. T Au Descrizione | ||
V* gg/mm/aa nn.mm i xx Breve descrizione | ||
V* ============================================================== | ||
V* 14/05/24 MUTEST APU001 Creazione | ||
V*===================================================================== | ||
O * OBIETTIVO | ||
O * L'obiettivo di questo test è quello di verificare | ||
O * il funzionamento del DOUxx, in particolare del DOUEQ. | ||
V* ============================================================== | ||
DA09_N1 S 3I 0 INZ(1) | ||
DA09_N2 S 3I 0 INZ(0) | ||
* -------------------------------------------------------------- | ||
/COPY QILEGEN,MULANG_D_D | ||
*--------------------------------------------------------------------- | ||
RD* M A I N | ||
*--------------------------------------------------------------------- | ||
C EVAL £DBG_Pgm = 'MU120901' | ||
C EVAL £DBG_Sez = 'A09' | ||
C EVAL £DBG_Fun = '*INZ' | ||
C EXSR £DBG | ||
C EXSR SEZ_A09 | ||
C EXSR £DBG | ||
C EVAL £DBG_Fun = '*END' | ||
C EXSR £DBG | ||
C SETON LR | ||
*--------------------------------------------------------------------- | ||
RD* Test atomico DOUEQ | ||
*--------------------------------------------------------------------- | ||
C SEZ_A09 BEGSR | ||
OA* A£.COOP(DOUEQ) | ||
C EVAL £DBG_Pas='P01' | ||
* | ||
C A09_N1 DOUEQ A09_N2 | ||
C ADD 1 A09_N2 | ||
C EVAL £DBG_Str='A09_N2: ' + %CHAR(A09_N2) | ||
C ENDDO | ||
* | ||
C ENDSR | ||
*--------------------------------------------------------------------- | ||
/COPY QILEGEN,MULANG_D_C |
41 changes: 41 additions & 0 deletions
41
rpgJavaInterpreter-core/src/test/resources/smeup/MU120902.rpgle
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,41 @@ | ||
V* ============================================================== | ||
V* MODIFICHE Ril. T Au Descrizione | ||
V* gg/mm/aa nn.mm i xx Breve descrizione | ||
V* ============================================================== | ||
V* 15/05/24 MUTEST APU001 Creazione | ||
V*===================================================================== | ||
O * OBIETTIVO | ||
O * L'obiettivo di questo test è quello di verificare | ||
O * il funzionamento del DOUxx, in particolare del DOUNE. | ||
V* ============================================================== | ||
DA09_N1 S 3I 0 INZ(2) | ||
DA09_N2 S 3I 0 INZ(0) | ||
* -------------------------------------------------------------- | ||
/COPY QILEGEN,MULANG_D_D | ||
*--------------------------------------------------------------------- | ||
RD* M A I N | ||
*--------------------------------------------------------------------- | ||
C EVAL £DBG_Pgm = 'MU120902' | ||
C EVAL £DBG_Sez = 'A09' | ||
C EVAL £DBG_Fun = '*INZ' | ||
C EXSR £DBG | ||
C EXSR SEZ_A09 | ||
C EXSR £DBG | ||
C EVAL £DBG_Fun = '*END' | ||
C EXSR £DBG | ||
C SETON LR | ||
*--------------------------------------------------------------------- | ||
RD* Test atomico DOUNE | ||
*--------------------------------------------------------------------- | ||
C SEZ_A09 BEGSR | ||
OA* A£.COOP(DOUNE) | ||
C EVAL £DBG_Pas='P02' | ||
* | ||
C A09_N1 DOUNE A09_N2 | ||
C ADD 1 A09_N2 | ||
C EVAL £DBG_Str='A09_N2: ' + %CHAR(A09_N2) | ||
C ENDDO | ||
* | ||
C ENDSR | ||
*--------------------------------------------------------------------- | ||
/COPY QILEGEN,MULANG_D_C |
41 changes: 41 additions & 0 deletions
41
rpgJavaInterpreter-core/src/test/resources/smeup/MU120903.rpgle
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,41 @@ | ||
V* ============================================================== | ||
V* MODIFICHE Ril. T Au Descrizione | ||
V* gg/mm/aa nn.mm i xx Breve descrizione | ||
V* ============================================================== | ||
V* 15/05/24 MUTEST APU001 Creazione | ||
V*===================================================================== | ||
O * OBIETTIVO | ||
O * L'obiettivo di questo test è quello di verificare | ||
O * il funzionamento del DOUxx, in particolare del DOUGT. | ||
V* ============================================================== | ||
DA09_N1 S 3I 0 INZ(0) | ||
DA09_N2 S 3I 0 INZ(10) | ||
* -------------------------------------------------------------- | ||
/COPY QILEGEN,MULANG_D_D | ||
*--------------------------------------------------------------------- | ||
RD* M A I N | ||
*--------------------------------------------------------------------- | ||
C EVAL £DBG_Pgm = 'MU120903' | ||
C EVAL £DBG_Sez = 'A09' | ||
C EVAL £DBG_Fun = '*INZ' | ||
C EXSR £DBG | ||
C EXSR SEZ_A09 | ||
C EXSR £DBG | ||
C EVAL £DBG_Fun = '*END' | ||
C EXSR £DBG | ||
C SETON LR | ||
*--------------------------------------------------------------------- | ||
RD* Test atomico DOUGT | ||
*--------------------------------------------------------------------- | ||
C SEZ_A09 BEGSR | ||
OA* A£.COOP(DOUGT) | ||
C EVAL £DBG_Pas='P03' | ||
* | ||
C A09_N1 DOUGT A09_N2 | ||
C ADD 1 A09_N1 | ||
C EVAL £DBG_Str='A09_N1: ' + %CHAR(A09_N1) | ||
C ENDDO | ||
* | ||
C ENDSR | ||
*--------------------------------------------------------------------- | ||
/COPY QILEGEN,MULANG_D_C |
41 changes: 41 additions & 0 deletions
41
rpgJavaInterpreter-core/src/test/resources/smeup/MU120904.rpgle
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,41 @@ | ||
V* ============================================================== | ||
V* MODIFICHE Ril. T Au Descrizione | ||
V* gg/mm/aa nn.mm i xx Breve descrizione | ||
V* ============================================================== | ||
V* 15/05/24 MUTEST APU001 Creazione | ||
V*===================================================================== | ||
O * OBIETTIVO | ||
O * L'obiettivo di questo test è quello di verificare | ||
O * il funzionamento del DOUxx, in particolare del DOUGE. | ||
V* ============================================================== | ||
DA09_N1 S 3I 0 INZ(0) | ||
DA09_N2 S 3I 0 INZ(10) | ||
* -------------------------------------------------------------- | ||
/COPY QILEGEN,MULANG_D_D | ||
*--------------------------------------------------------------------- | ||
RD* M A I N | ||
*--------------------------------------------------------------------- | ||
C EVAL £DBG_Pgm = 'MU120904' | ||
C EVAL £DBG_Sez = 'A09' | ||
C EVAL £DBG_Fun = '*INZ' | ||
C EXSR £DBG | ||
C EXSR SEZ_A09 | ||
C EXSR £DBG | ||
C EVAL £DBG_Fun = '*END' | ||
C EXSR £DBG | ||
C SETON LR | ||
*--------------------------------------------------------------------- | ||
RD* Test atomico DOUGE | ||
*--------------------------------------------------------------------- | ||
C SEZ_A09 BEGSR | ||
OA* A£.COOP(DOUGE) | ||
C EVAL £DBG_Pas='P04' | ||
* | ||
C A09_N1 DOUGE A09_N2 | ||
C ADD 1 A09_N1 | ||
C EVAL £DBG_Str='A09_N1: ' + %CHAR(A09_N1) | ||
C ENDDO | ||
* | ||
C ENDSR | ||
*--------------------------------------------------------------------- | ||
/COPY QILEGEN,MULANG_D_C |
41 changes: 41 additions & 0 deletions
41
rpgJavaInterpreter-core/src/test/resources/smeup/MU120905.rpgle
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,41 @@ | ||
V* ============================================================== | ||
V* MODIFICHE Ril. T Au Descrizione | ||
V* gg/mm/aa nn.mm i xx Breve descrizione | ||
V* ============================================================== | ||
V* 15/05/24 MUTEST APU001 Creazione | ||
V*===================================================================== | ||
O * OBIETTIVO | ||
O * L'obiettivo di questo test è quello di verificare | ||
O * il funzionamento del DOUxx, in particolare del DOULT. | ||
V* ============================================================== | ||
DA09_N1 S 3I 0 INZ(10) | ||
DA09_N2 S 3I 0 INZ(0) | ||
* -------------------------------------------------------------- | ||
/COPY QILEGEN,MULANG_D_D | ||
*--------------------------------------------------------------------- | ||
RD* M A I N | ||
*--------------------------------------------------------------------- | ||
C EVAL £DBG_Pgm = 'MU120905' | ||
C EVAL £DBG_Sez = 'A09' | ||
C EVAL £DBG_Fun = '*INZ' | ||
C EXSR £DBG | ||
C EXSR SEZ_A09 | ||
C EXSR £DBG | ||
C EVAL £DBG_Fun = '*END' | ||
C EXSR £DBG | ||
C SETON LR | ||
*--------------------------------------------------------------------- | ||
RD* Test atomico DOULT | ||
*--------------------------------------------------------------------- | ||
C SEZ_A09 BEGSR | ||
OA* A£.COOP(DOULT) | ||
C EVAL £DBG_Pas='P05' | ||
* | ||
C A09_N1 DOULT A09_N2 | ||
C ADD 1 A09_N2 | ||
C EVAL £DBG_Str='A09_N2: ' + %CHAR(A09_N2) | ||
C ENDDO | ||
* | ||
C ENDSR | ||
*--------------------------------------------------------------------- | ||
/COPY QILEGEN,MULANG_D_C |
Oops, something went wrong.