In fact I was amused too. It was a silly thing that was missing in my macro. Before "ADDRESS ISREDIT" I had to include "ADDRESS TSO" for the EXECIO operation. Grrrrrrrr.
Thanks for the input Manas. But I have already tried with the stem variable. What I did, I read the file before calling the macro. Now, you need to pass the data stored in the stem variable to the mac ...
My requirement is to put some message line at the top of a file when opened in EDIT mode. But, the message is decided at the run time and will come from another file. Now I am facing the problem while ...
I guess that your requirement is to concatenate any personal dataset to any ISPF DD. You can use the CLIST example given below. Here, it concatenates your dataset with DD SYSPROC (this DD name you ca ...