cancel
Showing results for 
Search instead for 
Did you mean: 

How to Write a Global Variable Value in a Text file through BODS Script not with DF.

Former Member
0 Kudos

Hi Guys,

Can someone put some light on this problem.

Regards,

Sitanshu Tyagi

Accepted Solutions (0)

Answers (2)

Answers (2)

mageshwaran_subramanian
Active Contributor
0 Kudos

Simply print the global variable. The value will be available in the trace log as a text.

Former Member
0 Kudos

@sitanshu Tyagi

Syntax:

$GLOBALVARIABLENAME='';

EX:

$GV_STARTDATE_TIME =cast(sysdate( ),'datetime');