Discussion:
[H390-MVS] Edit Macros
Philippe de Rochambeau phiroc@free.fr [H390-MVS]
2017-07-14 15:00:25 UTC
Permalink
Hi,
is it possible to create edit macros for RFE?
For instance, I’d like to run the command « FIND ‘HELLO WORLD’ » in a macro.
Many thanks.
Philippe
Greg Price greg.price@optusnet.com.au [H390-MVS]
2017-07-15 04:44:12 UTC
Permalink
Post by Philippe de Rochambeau ***@free.fr [H390-MVS]
is it possible to create edit macros for RFE?
For instance, I’d like to run the command « FIND ‘HELLO WORLD’ » in a
macro.
I've done some scaffolding work towards supporting EDIT macros.

At the moment - with REVIEW R47.2 which is out now (for both MVS/370 and
z/OS), and possibly also with a few prior dot releases - you could
execute a CLIST from within REVIEW similar to:

PROC 0
REVCMD FIND 'HELLO WORLD'
END

and it should behave as expected (by me, at least).

Cheers,
Greg

Loading...