How Alternate Proclib works in the JCLCheck ISPF panel mode
search cancel

How Alternate Proclib works in the JCLCheck ISPF panel mode

book

Article ID: 23892

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

This knowledge document describes how to implement Alternate Proclib when using the JCLCheck ISPF interface. 

Environment

Release: All
Component: JCLCheck Workload Automation

Resolution

Alternate proclib is used when the AUTOPROC option is disabled. 

JCLCheck uses DD name JCALTLIB or JCHKPLIB for the alternate procedure libraries. 

Here's how to use JCALTLIB

  •  From the JCLCheck SPF main menu, execute command 'panelid on'. 
  •  Enter option 0 - Option Specifications
  •  Enter option 1 -  Process Control Options 
  •  On panel id JCK0202, set Y to 'Define alternate proclibs', and to 'Alternate proclib(s) are selected' as follows:

  

  • Hit Enter to display panel id JCK05 where you can define your procedure libraries. 
  • JCLCheck will now activate runtime option PROC(JCALTLIB).  

JCHKPLIB

This DD name is used if field "Alternate Proclib(s) are selected" is set to N, and the AUTOP option in Clist JCKUSR is set to N.

  •  Define your procedure libraries to DD name JCHKPLIB in Clist JCKUSR
  •  Define your procedure libraries to DD name JCHKPLIB in skeleton member JCKSKEL.
  • JCLCheck will now activate runtime option PROC(JCHKPLIB).

 

Additional Information

If AUTOPROC is enabled, JCLCheck ignores runtime options PROC(JCALTLIB) or PROC(JCHKPLIB).  Options AUTOPROC and PROC(ddname) are mutually exclusive.