INSRT Insert Action Code in all Action Fields

INSRT act The specified code act is inserted into the Action Field for all elements in the list. The viewing window is then repositioned to the top of the list.

Example:

/PROC C
/SYSFILE SYSDTA=(SYSCMD)
/SETSW ON=(1,4)
/EXEC $CFS.CFS
*002 FILE=SYS.CONSLOG.
ONXADD LIB.CONSLOG
INSRT XE
AT
/SETSW OFF=(1,4)
/ENDP

Note:

A further possibility to automatically insert a specified Action Code for all elements of a file list is the Search command, in the form S,'...' =INSRT .. . For a full description, see page 7-.