Hello all,
I have a script logic file that I want to execute using Data Manager package. As I know, while creating a package, I need to modify the data manager dynamic script. Could someone explain me what I need to add to the data manager dynamic script? And possibly write here the dynamic script for script logic that I write below?
I was reading the book for BPC420, and it was mentioned very briefly what needed to be added to it, so I didn't quite understand it.
Here is my script logic file called testlogic.lgf .
*SELECT(%EH%,"[ID]","D34_ENTITY","[LEVEL]='BU_INP'")
*XDIM_MEMBERSET D34_ENTITY=%EH%
*XDIM_MEMBERSET D63_FLOW = D63.03.2,D63.03.2.1,D63.03.3,D63.03.3.1,D63.03.4.1
*FOR %Q1%=%EH%
*RUNALLOCATION
*FACTOR=1
*DIM D34_ENTITY WHAT=%Q1%; WHERE=[BU]="%Q1%" AND [FINDATA] = "Y";
*DIM D63_FLOW WHAT= D63.03.2,D63.03.2.1,D63.03.3,D63.03.3.1,D63.03.4.1; WHERE=<<<;
*ENDALLOCATION
*COMMIT
*NEXT
Thank you,
Jake Alexander