JCL variable substitution

SEQQSAMP contains PIF samples for JCL variable substitution actions. EQQPIFAP provides a PL/1 program to retrieve JCL and resolve all nonpromptable setup variables. The program can be called as a CLIST, REXX exec, or ISPF edit macro. Both CLIST and REXX versions are included in the sample.

You might find this program useful in resolving date and day variables that are shared between business systems, particularly in cases where one system is running late.

EQQPIFJV is a sample written in PL/I that can perform general maintenance on the JCL variable tables. You can delete, copy, create, and modify JCL variable tables using this program. EQQPIFJC is a sample written in COBOL that provides the same functions as EQQPIFJV.