-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BALLMA
authored and
BALLMA
committed
Feb 12, 2019
1 parent
fdd9d17
commit a48d5a9
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
TypeCobol.Test/Parser/Programs/TypeCobol/ContinuationLine.rdz.tcbl
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,13 @@ | ||
IDENTIFICATION DIVISION. | ||
PROGRAM-ID. DVZF0OSM. | ||
data division. | ||
working-storage section. | ||
01 foo pic X(50). | ||
PROCEDURE DIVISION. | ||
|
||
move 'CHAMPS 082 A 085 INTERDITS EN OUVERTURE' | ||
- to foo | ||
|
||
goback | ||
. | ||
END PROGRAM DVZF0OSM. |
12 changes: 12 additions & 0 deletions
12
TypeCobol.Test/Parser/Programs/TypeCobol/ContinuationLine.rdzPGM.txt
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,12 @@ | ||
--- Program --- | ||
PROGRAM: DVZF0OSM common:False initial:False recursive:False | ||
author: ? written: ? compiled: ? installation: ? security: ? | ||
--- Intrinsic:Namespace:GlobalStorage:Global:Declarations:Program | ||
-- DATA -------- | ||
foo:Alphanumeric | ||
--- Intrinsic | ||
-- TYPES ------- | ||
BOOL:BOOL | ||
DATE:DATE | ||
CURRENCY:CURRENCY | ||
STRING:STRING |