Hello,
I writed a rexx with inside ADDRESS TSO for deleting and allocating datasets, and ADDRESS ISPEXEC ISREDIT MACRO, for changing string.
How I use it.......
I open a member and I write in the line command the myrex name and execute it.... and all it's OK!
Well, now I would like use the parameter, I write the ARG inside myrexx, but when I recall my rexx with the arguments, the parameters are null; but if I use the sintax:
TSO myrexx param1 param2
the ARG is OK but.... the ISREDIT MACRO return RC=20! Why? I don't understand.
Thanks,
Ivana
I writed a rexx with inside ADDRESS TSO for deleting and allocating datasets, and ADDRESS ISPEXEC ISREDIT MACRO, for changing string.
How I use it.......
I open a member and I write in the line command the myrex name and execute it.... and all it's OK!
Well, now I would like use the parameter, I write the ARG inside myrexx, but when I recall my rexx with the arguments, the parameters are null; but if I use the sintax:
TSO myrexx param1 param2
the ARG is OK but.... the ISREDIT MACRO return RC=20! Why? I don't understand.
Thanks,
Ivana