Previous Topic

Next Topic

Book Contents

Book Index

Example

In this example, when jobs are ending, their return and reason codes are displayed in the output message.

Fig.JV.3.40 END example

 +-----------------------------------------------------------------------------+

 | RULE TH010       ENVIRONMENT THMSA       PRIORITY 50    CONTINUE SEARCH Y   |

 | DESC                                                                        |

 | DESC                                                                        |

 |=============================================================================|

 | JOBNAME *                                                                   |

 | LIBRARY                                              MEMBER                 |

 | SCHDLIB                                              SCHDTAB          O/N   |

 |=============================================================================|

 | ON END                                                                      |

 |=============================================================================|

 | DO MSG      TYPE I RC = %%$RC  RS = %%$RS                                   |

 | DO                                                                          |

 |=============================================================================|

Parent Topic

ON END: Event Selection Parameter