-
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 #594 from smeup/bugfix/LS24003774/unlimited-string…
…-duplications
- Loading branch information
Showing
3 changed files
with
51 additions
and
7 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
34 changes: 34 additions & 0 deletions
34
rpgJavaInterpreter-core/src/test/resources/smeup/MUDRNRAPU00246.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,34 @@ | ||
D £DBG_Str S 2 | ||
|
||
********** PREPROCESSOR COPYSTART QILEGEN,£UIBDS | ||
V* ============================================================== | ||
V* MODIFICHE Ril. T Au Descrizione | ||
V* gg/mm/aa nn.mm i xx Breve descrizione | ||
V* ============================================================== | ||
V* 10/05/21 V5R1 BONMAI Creazione | ||
V* 18/05/24 V6R1 FORDAR Estensione | ||
V* /COPY £UIBDS | ||
V* ============================================================== | ||
*--------------------------------------------------------------------------------------------* | ||
*IF NOT DEFINED(UIBDS_INCLUDED) | ||
*DEFINE UIBDS_INCLUDED | ||
D £UIBDS DS 10 | ||
D £UIBME 0 | ||
*--------------------------------------------------------------------------------------------* | ||
********** PREPROCESSOR COPYEND QILEGEN,£UIBDS | ||
|
||
DXUIBME S LIKE(£UIBME) | ||
|
||
*--------------------------------------------------------------* | ||
RD* Impostazioni iniziali | ||
*--------------------------------------------------------------* | ||
C IMP0 BEGSR | ||
C IF %SUBST(£UIBME:1:3)='STA' | ||
C MOVEL(P) 'STA' XUIBME 10 | ||
C ELSE | ||
C MOVEL(P) £UIBME XUIBME 10 | ||
C ENDIF | ||
C ENDSR | ||
|
||
C EVAL £DBG_Str='ok' | ||
C £DBG_Str DSPLY |