Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Migrating old library formats

LMSSDF only processes the library format. The old library formats shown below can be converted into the PLAM library format as follows. If these conversions fail, this means that the library format is unknown.

  1. Converting from LMR, MLU and COBLUR libraries

    /EXEC $LMSCONV     or /EXEC $LMS
    $LIB libold
    $LIB libnew,NEW
    $DUP* *
    $END
    

    libold is the library in LMR, MLU or COBLUR format which is to be converted.libnew is a newly created library in PLAM format.

  2. Converting from FMS libraries

    /EXEC $LMS
    $LIB libnew,NEW
    $ADDS FMS=libold(*)
    $END
    

    libold is the library in FMS format which is to be converted.
    libnew is a newly created library in PLAM format.
    ADDxFMS=libold(...) uses the original date for the target member .
    ADDxFMS=libold(...)>... assigns today’s date for the target member.