LODPTF (Load Program Temporary Fix) syntax diagram


Job: B,I Pgm: B,I REXX: B,I Exec
Threadsafe: No
                                        (1)
>>-LODPTF--LICPGM(--licensed-program--)------------------------->
 
>--+-----------------------------------+------------------------>
   |       .-*SERVICE-------------.    |
   '-DEV(--+-*SAVF----------------+--)-'
           +-diskette-device-name-+
           +-tape-device-name-----+
           '-optical-device-name--'
 
>--+---------------------------------+-------------------------->
   |          .-*SEARCH---------.    |
   '-SEQNBR(--+-sequence-number-+--)-'
 
>--+-------------------------+---------------------------------->
   |          .-*REWIND-.    |
   '-ENDOPT(--+-*LEAVE--+--)-'
              '-*UNLOAD-'
 
>--+------------------------------------------+----------------->
   |         (2) (3)   .-*FIRST----------.    |
   '-PATHID(-----------+-*SELECT---------+--)-'
                       '-path-identifier-'
 
>--+--------------------------------------------------+--------->
   |       (4)   .-*LIBL/--------.                    |
   '-SAVF(-------+---------------+--save-file-name--)-'
                 +-*CURLIB/------+
                 '-library-name/-'
 
>--+-------------------------------------+---------------------->
   |          .-*ALL----------------.    |
   |          | .-----------------. |    |
   |          | V            (5)  | |    |
   +-SELECT(--+---PTF-number------+-+--)-+
   |        .-----------------.          |
   |        V            (5)  |          |
   '-OMIT(----PTF-number------+--)-------'
 
>--+--------------------------+--+----------------------+------->
   |          .-*APYPERM-.    |  |         .-*YES--.    |
   '-SPRPTF(--+-*NOAPY---+--)-'  '-COVER(--+-*NO---+--)-'
                                           '-*ONLY-'
 
>--+----------------------------+------------------------------><
   |       .-*ONLY---------.    |
   '-RLS(--+-release-level-+--)-'
 
 

Notes:

  1. All parameters preceding this point can be specified in positional form.

  2. PATHID applies only when DEV is an optical device.

  3. PATHID(*SELECT) is not valid in a batch environment.

  4. SAVF is required if DEV(*SAVF) is specified.

  5. A maximum of 50 repetitions on either the SELECT or the OMIT parameter.