cancel
Showing results for 
Search instead for 
Did you mean: 

Default logic issue

Former Member
0 Kudos

Hello friends,

Here is the scenario:

I am using logic by in default - Datasrc and time dimensions. There is one specific data src COD that calls logic CODCall.lgf. Now CODcall.lgf has 2 include statements:

*INCLUDE AFCST.LGF

*INCLUDE FCBDGT.LGF

AFCST runs fine when data is being loaded through data manager package, but FCBDGT wont work. Any suggestions on why?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The purpose of the INCLUDE ABC.LGF statement is to copy the code from the script in ABC to the calling script. So, if ABC is working fine, your calling script should also be fine.

You need to check the code in ABC to see if there is any problem in that logic.

Hope this helps.

Answers (1)

Answers (1)

former_member186498
Active Contributor
0 Kudos

Hi,

maybe the AFCST.LGF needs a *COMMIT at the end or the issue is in the FCBDGT.LGF, try to execute just the single FCBDGT.LGF and check if ok.

Kind regards

Roberto