PDR0107S

<GETFILE> of name would have caused recursion. This is not allowed.

What happened: Your control file contains a <GETFILE> statement that calls your control file or that contains a <GETFILE> statement that calls a file already used by your control file. name identifies the file called by the errant <GETFILE> statement.

What to do: Make sure no file names are duplicated in <GETFILE> statements in your control file or in nested <GETFILE> statements. Also make sure no <GETFILE> statement calls your control file.