-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generator refactoring in prep for Procedure I/O statement processing
- Loading branch information
1 parent
d239c51
commit 3aaac49
Showing
10 changed files
with
270 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
05 OUT-FIELD-1 PIC X(30). | ||
05 OUT-FIELD-1 PIC X(5). | ||
COPY OUTREC2. | ||
05 FILLER PIC X(10). | ||
05 FILLER PIC X(5). |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
05 OUT-FIELD-2 PIC X(5). | ||
05 OUT-FIELD-2 PIC X(16). | ||
05 OUT-FIELD-3 PIC X(14). |
Oops, something went wrong.