As per Z/O document SAS should run in TSO using 'PGM=IKJEFT01'. I am not able to do this because 'ADDRESS SAS' is not available in my shop. So I used PGM=SASB to execute SAS and then called REXX which in turn calls SAS using "%include" I think I won't be able to proceed if "ADDRESS SAS" is not available. Just curious to know why GETEXEC did not fail.
... View more