Loading...
Select Version
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.
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.
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.