Db2 Tools

 View Only

Smart/RESTART: New REPOSITION Keywords

  • 1.  Smart/RESTART: New REPOSITION Keywords

    Broadcom Employee
    Posted Jan 31, 2024 12:33 PM

    Dear Valued Community Members,

     Smart/RESTART has now introduced two new REPOSITION parameter keywords: ALL_INPUT and ALL_OUTPUT. This enhancement is designed to simplify your experience by allowing users to reposition all sequentially accessed input or output files using a single keyword. This addition makes it much easier to modify JCLS. 

    Example 1: Reposition all input files:
               REPOSITION(ONLY,(ALL_INPUT))
     
    Example 2: Reposition all output files:
               REPOSITION(ONLY,(ALL_OUTPUT))
     
    Example 3: Reposition all input files, and a file with DD name
               OUTFILE1:
               REPOSITION(ONLY,(ALL_INPUT,OUTFILE1))
     
    Example 4: Reposition all output files, and a file with DD name
               INFILE1:
               REPOSITION(ONLY,(INFILE1,ALL_OUTPUT))

    For more detailed information about these new keywords and all the others supported by the REPOSITION parameter, we encourage you to refer to our documentation

    Related PTF is: LU12634

    Regards 

    Aysen Svoboda