ACR

 View Only
  • 1.  New enhancement question

    Employee
    Posted 06-25-2020 07:58

    Part of the new release has a enhancement now so that it flags any job (jcl) that does not have any file information.

    Prior to this release that was ok and the job would not abend, but with the new release these jobs will abend.

     

    Examples of JCL that is OK

    AAJ40702

    //UACR900  EXEC  PROC=ACR9000, 

    //             OUT='K'         

    //AAJ4702A DD  DSN=&&UNITECHA, 

    //             DISP=(OLD,DELETE)

    //AAJ4702B DD  DSN=&&UNITECHB, 

    //             DISP=(OLD,DELETE)

    //UNIACR   DD  SYSOUT=Q        

    //REPORTA  DD  SYSOUT=Q        

    //REPORTB  DD  SYSOUT=Q        

     

    AR905202

    //UACR900  EXEC  PROC=ACR9000,                            

    //             COND=(00,NE),                              

    //             OUT='*'                                     

    //*                                                       

    //*****   INPUT FILES   *****                             

    //AR905202 DD  DISP=SHR,DSN=AFPD.AR09131P.AR905202.AR60010D

    //*                                                        

    //*****  OUTPUT FILES   *****                             

    //UNIACR   DD  SYSOUT=Q                                   

    //REPORT   DD  SYSOUT=Q                                   

     

     

    Example of JCL that is NOT ok

    BB958621

    //UACR900  EXEC  PROC=ACR9000,

    //             OUT=K                                                               Missing any file info

    //UNIACR   DD  SYSOUT=Q       

    //UNIUFR   DD  SYSOUT=Q       



  • 2.  RE: New enhancement question

    Employee
    Posted 06-26-2020 07:52

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    It's expected behavior for the jobs to now abend if there's a missing or incorrect DD in the new release.