Re: TSM commands via Z/OS Batch rc 11

2007-11-24 Thread Wanda Prather
Instead of running your commands as a macro, have you tried running them as a TSM script? With scripting there is some basic-level IF-THEN functionality where you can check return codes. Look in the ADMIN GUIDE under "automating server operations", and "Using Logic Flow Statements in a Script".

AW: [ADSM-L] TSM commands via Z/OS Batch rc 11

2007-11-22 Thread VOJTA Othmar
von Tim Brown Gesendet: Mittwoch, 21. November 2007 15:16 An: ADSM-L@VM.MARIST.EDU Betreff: [ADSM-L] TSM commands via Z/OS Batch rc 11 Have daily TSM commands that run via batch jobs on Z/OS The command files have multiple commands and if any one fails it prevents the others from executing

TSM commands via Z/OS Batch rc 11

2007-11-21 Thread Tim Brown
Have daily TSM commands that run via batch jobs on Z/OS The command files have multiple commands and if any one fails it prevents the others from executing ANS8001I Return code 11. ANS8029E Macro processing terminated. ANS8002I Highest return code was 11. Is there a way to allow t