Data export Rule
Content
Hi
I tried data exporting rule for the first time, and my rule is as follows.
set updatecalc off;
SET AGGMISSG OFF;
SET DATAEXPORTOPTIONS
{
DataExportLevel "ALL";
};
FIX ("11","OEP_Plan","OEP_Target");
DATAEXPORT "File" "," "C:\Oracle\test.txt" "#MI";
ENDFIX;
My question/doubt is regarding the file path. is file path is some location in our desktop or where should we create this file?
Please help.
Regards
Lakshani
Version
21.04.06
Tagged:
0