cancel
Showing results for 
Search instead for 
Did you mean: 

Declaration in start routine in transformations

Former Member
0 Kudos

Hi guru's

What is the difference between first and second global declaration in the start routine of a transformation?

First: $$ begin of global - insert your declaration only below this line -

Second: $$ begin of 2nd part global - insert your code only below this line *

Kind regards

Erik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

First: $$ begin of global - insert your declaration only below this line -

This section of the generated code framework allows specifying includes, global

type declarations, variables, constants, macros, and form routines.

Second: $$ begin of 2nd part global - insert your code only below this line *

In this section, we actually write our code.

Thanks..

Shambhu

Former Member
0 Kudos

Hi Shambhu

We usually write out code in the section:

$$ begin of routine - insert your code only below this line -

What is the difference between writing the code in

$$ begin of 2nd part global - insert your code only below this line *

and

$$ begin of routine - insert your code only below this line - ?

Kind regards

Erik