Which among the following is correct for the given piece of code? FILE PERSNL FB (150 1800) REGION 1 1 N BRANCH 2 2 N NAME 17 16 A FILE MYFILE FB(150 1800) COPY PERSNL JOB INPUT PERSNL NAME MYPROG MOVE LIKE PERSNL TO MYFILE PUT MYFILE
This statement is used to copy record from PERSNL to MYFILE if the entire record is identical in both the files
This statement moves the like named field values from PERSNL to MYFILE
This statement moves the record from PERSNL to MYFILE if the record-length matches
Both a & c are correct