Originally posted by: pktcs
Hi Basker,
Thanks a lot for your answer.
I have another requirement, could you please help in that matter.
Basically the above script is giving output as whichever record length is crossing 80. Ideally output should contain both >80 and <80 records.
Also, this has to apply onfly, is it possible?. Please help in this matter ASAP, it's urgent. I am desperately need your help.
Example : crossing 80 length so checked before word space is appeared, from there wrapped to next line.
,((Coalesce(T.RowSec21_IFDG_Suppress_Ind, P.RowSec21_IFDG_Suppress_Ind)) (char(1)))
,((Coalesce(T.RowSec22_IFDG_Suppress, P.RowSec22_IFDG_Suppress)) (char(1)))
,((Coalesce(T.RowSec23_IFDG_Suppress, P.RowSec23_IFDG_Suppress)) (char(1)))
o/p :
,((Coalesce(T.RowSec21_IFDG_Suppress_Ind, P.RowSec21_IFDG_Suppress_Ind))
(char(1)))
,((Coalesce(T.RowSec22_IFDG_Suppress, P.RowSec22_IFDG_Suppress)) (char(1)))
,((Coalesce(T.RowSec23_IFDG_Suppress, P.RowSec23_IFDG_Suppress)) (char(1)))
Thanks in advance.