You can use any MVS log stream as an input file to a batch program. However, the batch program needs the assistance of a log stream subsystem exit.
Review these log stream subsystems exits:
Example IXGSEXIT exit:
LOGFILE DD DISP=SHR,DSN=log.stream.name, SUBSYS=(LOGR,IXGSEXIT,'SUBSYS-opts1','SUBSYS-opts2'), DCB=BLKSIZE=nnnnn
This exit program receives control at these event points:
Example GSVXLGEX exit:
LOGFILE DD DISP=SHR,DSN=log.stream.name, SUBSYS=(LOGR,GSVXLGEX,'SUBSYS-opts1','SUBSYS-opts2'), DCB=BLKSIZE=32760
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |