How to add KEYWORDS functionality when using JCKNSPF command in edit mode for CA JCLCheck Workload Automation with the JCLNeat feature?
The KEYWORDS functionality for JCLNeat allows you to customize the order the keywords in your JCL.
To use the KEYWORDS functionality using the JCKNSPF command in edit mode of a JCL, you must allocate the KEYWORDS DD data set and member to your TSO session. To do this, edit the member 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)
As always, please contact CA Technologies support for CA JCLCheck Workload Automation if you have further questions.