Page 1 of 1

rexx won't exit edit session

PostPosted: Thu May 13, 2021 8:09 pm
by yarnseeker
i'm using the all members rexx. it goes through all members of a pds and executes and edit command with a macro on each member. everything is working fine except i have to hit pf3 after the edit of each member for the rexx to continue going. I've run this process before and never had this happen. it is supposed to just automatically go to the next member. i don't know if it has anything to do with my exit return code from my edit macro or what.

any ideas?

Re: rexx won't exit edit session

PostPosted: Thu May 13, 2021 9:12 pm
by willy jensen
My guess is that you do not end your macro with SAVE and CANCEL. If you do have those then we really need to see your macro, otherwise how do you expect us to help? Please use proper 'code' tags.

Re: rexx won't exit edit session

PostPosted: Thu May 13, 2021 9:50 pm
by yarnseeker
that did it. thanks!