FUNCTION BROWSE can use the INCLUDE control statement to choose certain messages.
In the JCL, the INCLUDE control statement is written on a separate line after the FUNCTION BROWSE
control statement.
JCL example 1
FUNCTION BROWSE QUEUETYPE=(ALL)
INCLUDE DESTINATION=A*
END
JCL example 2
FUNCTION BROWSE AREA=(ALL),QUEUETYPE=(ALL)
INCLUDE DESTINATION=A*,
IMSIDS=IMS1
END
Syntax diagram


Other options
