JCLCheck

 View Only
  • 1.  System symbolics

    Posted Jun 28, 2019 01:25 PM
    We are running version 12 and JCLCHECK is saying that &MMDDYY is an invalid symbolic also &HHMMSS as well as LMMDDYY and LHHMMSS etc. However the jobs run with no problem and with the correct substitution.


  • 2.  RE: System symbolics
    Best Answer

    Broadcom Employee
    Posted Jun 28, 2019 01:37 PM
    System symbolic are normally resolved with the use of JCLCheck option JOBT(S).   But these do not look like system symbol variables but rather a scheduling package related symbolic.   Please open a case with JCLCheck and we can assist you with the use of scheduling package interface to resolve the symbolic.


  • 3.  RE: System symbolics

    Posted Jun 28, 2019 01:41 PM
    They are z/OS system variables. They are and can be resolved without using a scheduling package using standard JCL and PROCS

    ------------------------------
    TSYS
    ------------------------------



  • 4.  RE: System symbolics

    Broadcom Employee
    Posted Jun 28, 2019 01:44 PM
    Add JCLCheck option   JOBT(S)   to resolve the system symbolic.

    Thanks.