Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Edit initial macro

39 views
Skip to first unread message

oorexxpert

unread,
Sep 30, 2011, 12:18:18 PM9/30/11
to
I know there is an edit initial macro facility and I do use it.
However I would like an "END" macro that would be called at the time
the user terminated editing a file. Is there such a facility or how
can I setup ISPF such that my macro will be invoked upon termination
of an edit session?

stefan

unread,
Oct 7, 2011, 4:12:13 AM10/7/11
to
You could define an initial macro MYINIT which replaces the built-in
END command with a home-grown macro MYEND by using ISREDIT DEFINE END
ALIAS MYEND. In macro MYEND you have tp specify ISREDIT DEFINE END
RESET to reset the recent definition of the END command. I have not
tested it, but this may have some weird side effects. Test thoroughly
in split mode.

0 new messages