hi help me in this issue
The actual date format is 2005/05/29
i need the date format as 05/29/2005
CONCATENATE L_ZFBDT5(3) L_ZFBDT8(2) '/' L_ZFBDT+0(4) INTO G_ZFBDT.
by concatenating this way iam getting like this 05/29/20 since g_zfbdt is of type dats 8 in length so is there any field of type 10 for date.
thanks in advance
kiran kumar