An application developer needs to split a file consisting of 10 records into 10 output files each with
one record. The file name of the output files must contain the record number from the input file.
Which two functions can be used in this map to achieve this task?

A.
INDEX and RUN
B.
CHOOSE and GETANDSET
C.
INDEX and SETFILENAME
D.
COUNT and CREATEFILE
Explanation: