home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / o22516d1.zip / CICSRRDS.@MD / CICSRRDS.CMD
OS/2 REXX Batch file  |  1992-12-01  |  659b  |  27 lines

  1. @echo off
  2. @echo -----------------------------------------------------------------------
  3. @echo    CICSRRDS - Translate out of date RRDS files
  4. @echo -----------------------------------------------------------------------
  5. faasrptr %1 %2
  6. if errorlevel 12 goto aserv
  7. if errorlevel 8 goto aerror
  8. if errorlevel 4 goto awarn
  9. goto aend
  10. :aserv
  11. @echo .
  12. @echo    Severe errors detected, check FAARRN.LOG file for details.
  13. @echo .
  14. goto aend
  15. :awarn
  16. @echo .
  17. @echo    Warning errors detected, check FAARRN.LOG file for details.
  18. @echo .
  19. goto aend
  20. :aerror
  21. @echo .
  22. @echo    Errors detected, check FAARRN.LOG file for details.
  23. @echo .
  24. goto aend
  25. :aend
  26.  
  27.