Dear All,
I have set of REXX programs in the dataset 'ME.TEST.EXEC' and I am trying to execute those rexx programs from ISPF using TSO command option.
I am trying to allocate the dataset to SYSEXEC using a REXX.
I have tried,
"EXECUTIL SEARCHDD(yes)"
"ALLOC FILE(SYSEXEC) DATASET('ME.TEST.EXEC') SHR REUSE"
Please let me know how to CONCATENATE the dataset in SYSEXEC.
Also, Tried
"ALTLIB ACTIVATE APPL(EXEC) DSN('ME.TEST.EXEC')"
But after allocation Iam unable to execute the rexx using TSO command option from ISPF.