Example

Copy the value in dialog variable QROW to a field named QROWSDATA in this PL/I program module. Perform the copy in move mode, as opposed to locate mode. Variable L8 contains a value of 8.
CALL ISPLINK ('VCOPY   ','QROW ',L8,QROWDATA,'MOVE    ');