On Sun, Sep 20, 2009 at 3:52 AM, Thomas Kern <[email protected]> wrote:
> Try putting your RACF command in a PIPELINE. > > PIPE some input | CMS RACF whatever | other stages | > RACF OUTPUT A If you want to do that, it takes a bit more. Obviously the RACF module (you probably want "command RACF" instead) does not take input from the pipeline like that. You could use spec ,EXEC RAC, 1 1-* nw | command | .. But I would recommend to write a RACF stage that stacks the input and uses "RACF ( BATCH" to run the commands. Once you have this framework, you may soon find yourself generate RACF commands from the output of earlier commands. So make sure your stage handles that properly. Rob
