Hi All,
I am new to REXX so sorry if this is a simple question....I have an requirement in REXX where i have to use edit macro to edit a dataset.... My rexx code would get a series of inputs through panels & would edit an dataset & will submit the job , Edit Macro is working fine, but the problem is every time it edits the dataset, it opens the dataset before screen & show the changes made. I have to make it happen internally & do not want to see the changes reflected in dataset through screen, Instead it can submit the job as soon as changes are made.....
Can any one help me in this.....