Hi, I've been running Rexx from the command line, and everything's working fine. But, porting it over to the batch IRXJCL environment has been challenging.
I think I've got the proper ADDRESS TSO statements when using ALLOC, and ADDRESS MVS when using EXECIO. But I keep getting ROUTINE NOT FOUND errors when trying to use OUTTRAP and SYSDSN.
Is there something special that needs to be done, to prepare Rexx to interpret these commands in batch?