Created
July 21, 2015 16:46
-
-
Save pdemby/6cb1cbf5c2b2d52c6992 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ADD-DAYS. | |
MOVE 0 TO WS-DATE-TEMP. | |
MOVE FUNCTION INTEGER-OF-DATE (WS-DATE-IN-NUM) TO WS-DATE-TEMP. | |
COMPUTE WS-DATE-TEMP = WS-DATE-TEMP + WS-DAYS. | |
MOVE FUNCTION DATE-OF-INTERGER (WS-DATE-TEMP) TO WS-DATE-OUT-NUM. | |
ADD-DAYS-EXIT. | |
EXIT. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment