Copy an OpenVMS Sequential File to a Text Library This example shows the format for copying a sequential file to a text library. COPY01 PROCESS SNODE=CD.VMS.DATAMOVER DO_A COPY FROM (FILE=VMSFILE) - TO (FILE=VMSLIBRARY.TLB(VMSFILE) - SYSOPTS=“LIBRARY=‘TEXT’ REPLACE” - DISP=RPL - DCB=(DSORG=PO))