Respuesta :

If the files to be opened exists, the out file method writes new data after any existing data in the file .

Outfile means you should write the path to the file you want to use for input wherein file is and the path to the file you want to stored the output where outfile is.

The OUTFILE command  lets you redirect the text output of statement to a file .

Outfile is an output file used to stored the data returned by a specific command, using outfile we can refer the data in our program later , for example : let see we need to delete all the logical dependent to a physical file . In this case we can use the command DSPDBR and save the output in outline and later by leave the outline.

Learn more about Outfile :

https://brainly.com/question/12984873

#SPJ4