You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Data export Rule

edited May 14, 2021 2:57AM in Planning 3 comments

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!