How to flag an in-stream procedure as an error
search cancel

How to flag an in-stream procedure as an error

book

Article ID: 235495

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

Site requirement does not allow for in-stream procedures in JCL members.  How to flag the in-stream procedures as an error.  

Environment

Component: JCLCheck Workload Automation

Release 12.0

Resolution

Apply PTFs LU04805 + LU04806, and use new runtime option NOINSTRM.

These PTFs  add a new runtime option to report the use of an in-stream proc as an error.

New option: NOINSTRM/INSTREAM

  . When NOINSTRM is specified, error message "CAY6619E INSTREAM PROCS ARE PROHIBITED BY NOINSTRM OPTION" is issued when an in-stream proc is found.

  . INSTREAM is the default option which means that in-stream procedures are allowed, and are not flagged as an error.