-
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 #687 from smeup/perf/clear_stmt
Perf/clear stmt
- Loading branch information
Showing
8 changed files
with
135 additions
and
14 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
D DS | ||
D SMEP 200 DIM(10000) | ||
D SMEP_G_P 02 0 OVERLAY(SMEP:01) | ||
D SMEP_G_A 02 0 OVERLAY(SMEP:*NEXT) | ||
D SMEP_P01 07 0 OVERLAY(SMEP:*NEXT) | ||
D SMEP_P02 07 0 OVERLAY(SMEP:*NEXT) | ||
D SMEP_TVA 20 OVERLAY(SMEP:*NEXT) | ||
D SMEP_VAL 100 OVERLAY(SMEP:*NEXT) | ||
|
||
C CLEAR SMEP_G_P | ||
C CLEAR SMEP_G_A | ||
C CLEAR SMEP_P01 | ||
C CLEAR SMEP_P02 | ||
C CLEAR SMEP_TVA | ||
C CLEAR SMEP_VAL |