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
| /* REXX PROGRAM TO GENERATE IDCAMS DEFINE */ | |
| TRACE E | |
| DEFINED = "" | |
| RESTARTS = 0 | |
| CARD='/* RUN AT ' TIME('N') ' ON ' DATE('S') | |
| DO FOREVER; | |
| EXITCODE = @MAIN() | |
| IF EXITCODE = 0 THEN LEAVE | |
| RESTARTS = RESTARTS+1 | |
| IF RESTARTS > 3 THEN LEAVE |