Another WOW!!
I have so many User Defined options in PDM that is one of the reasons I go back
to PDM.
For example, I have set up a user defined option to get me a source member from
production.
It saved changing PDM to the production source file and using option 3 to copy
the source member.
Instead I used
Command . . . . . . . . .
? CPYSRCF FROMFILE(Production/QRPGSRC)
TOFILE(&L/&F)
FROMMBR(&N)
MBROPT(*REPLACE)
Now I have that set up as a user action.
And a side benefit is that the source member text doesn't disappear with my
user action like it does with a SAVE as in RSE
Thanks,
Dave B
Buck <kc2hiz@xxxxxxxxx> 03/30/07 2:24 PM >>>
I needed to convert some RPG III programs to RPG IV today so I could use
the outline view to see what the heck is going on in there. As I was
starting PDM I figured this would be as good a time as any to try to
create an RSE user action. It was pretty easy and very painless; it's a
pretty fair approximation to doing it in PDM via a user-defined option.
I put the example in the Wiki. Feel free to fix it up :-)
http://wiki.midrange.com/index.php/RSE
--buck