Page 1 of 1

GDA in Reporting mode

PostPosted: Tue Jan 25, 2011 4:44 pm
by diptisaini
Hi,

I just need to know how to define and refer global data variable in reporting mode.

Thanks.

Re: GDA in Reporting mode

PostPosted: Wed Jan 26, 2011 4:03 am
by RGZbrog
Reporting Mode allows you to insert a DEFINE DATA statement specifically for the GDA. The in-stream field definitions remain intact.
DEFINE DATA
GLOBAL USING GDA-RM
END-DEFINE
#LFIELD (N5) := 2
DISPLAY #GDA.#GFIELD #LFIELD
END