/* REXX ***************************************************************/ /* -------------------------------------------------------------------*/ /* Name: INCL */ /* Short: Include (Opposite of EXCLUDE) */ /* Typ: REXX-Macro */ /* Author: Norbert Haas */ /* Function: Excludes all line, that do not contain */ /* Syntax: INCL parm [optional parms] */ /* Parameter: parm = string to find */ /* optional parm = parms used with findcommand */ /* Example: INCL dd word */ /* */ /* Version Autor Datum Anlass */ /* --------- ------------- --------- -------------------------------- */ /* V01.01 N.Haas 30.05.03 english version */ /* V01.00 N.Haas 22.12.92 Erstellung */ /**********************************************************************/ "ISREDIT MACRO (parm)" "ISREDIT EXCLUDE ALL" "ISREDIT FIND ALL" parm EXIT