This Knowledge Base article demonstrates how to add the KEYWORDS file to CLIST JCKNSPF so it can be used in an edit session of a JCL member when JCKNSPF is invoked.
Release: 12.0
Component: JCLCheck Workload Automation
The JCLNeat KEYWORDS feature customizes the order of the keywords in your JCL.
A KEYWORDS file must be allocated to your TSO/ISPF session. Make the following changes to CLIST JCKNSPF in hlq.CAZ2CLS0:
/* FREE F(KEYWORDS,JN01) /* TEBE515 */
/* ATTR JN01 REC(F B) BLK(800) LRE(80) DSORG(PS) /* TEBE515 */
/* ALLOC F(KEYWORDS) UNIT(VIO) USING(JN01) NEW /* TEBE515 */
ALLOC F(KEYWORDS) DA('your.dsn(keywords)') SHR REUSE
FREE F(KEYWORDS,JN010) to FREE F(KEYWORDS)