Variable &PRNT in CLIST JCKUSR explained
search cancel

Variable &PRNT in CLIST JCKUSR explained

book

Article ID: 275669

calendar_today

Updated On:

Products

JCLCheck Workload Automation

Issue/Introduction

JCLCheck - Install ISPF Support: 

CLIST JCKUSR has variable &PRNT set as follows:

SET &PRNT = &STR(PRINTDS) 
SET &PRNT = &STR(PRINTOFF)

What are these options, and which should be used under what context?

 
 

Environment

Release : 12.0

Component: JCLCheck Workload Automation

Resolution

- The PRNT variable is used for the JCLCheck ISPF Online Panels interface, specifically for the Foreground Invocation, and the RESOLVE option. 

- The PRNT variable is evaluated only if SYSPRINT and/or SYSTERM is set to Y or P.

-  SET &PRNT = &STR(PRINTDS): prompts JCLCheck to execute TSO command  PRINTDS DSNAME(<your sysprint and/or systerm dsn>)

- SET &PRNT = &STR(PRINTOFF): prompts JCLCheck to execute TSO command  PRINTOFF <your sysprint and/or systerm dsn>