Long answer - you cannot remove this. It is intrinsic in the Temenos T24 routine EB.READLIST that outputs 'everything' to the como. And why would you care - the como is used for error analysis not client output.
This isn't the correct forum to raise such questions since this is a Temenos T24 specific question and nothing to do with jBase and you should raise this with your T24 support team. On Friday, August 17, 2012 7:04:57 AM UTC+1, Noh wrote: > > Hello... > I am a newbie on jBASE > I wrote a simple routine like this > > PROGRAM TEST.ACCT >> $INSERT I_COMMON >> $INSERT I_EQUATE >> $INSERT I_F.ACCOUNT >> >> FN.ACCOUNT = 'F.ACCOUNT' >> F.ACCOUNT= '' >> CALL OPF(FN.ACCOUNT,F.ACCOUNT) >> EXECUTE "COMO ON ACCT" >> SEL.CMD1 = "SELECT ": FN.ACCOUNT :" WITH CO.CODE EQ LA0010001" >> *SEL.CMD1 = "SELECT ": FN.ACCOUNT >> CALL EB.READLIST(SEL.CMD1,SEL.LIST1,"",NO.REC1,Y.RET1) >> IF NO.REC1 THEN >> CRT "TOTAL = ": NO.REC1 >> END >> >> EXECUTE "COMO OFF " >> RETURN >> END >> > > and the result is > > COMO ACCT established 12:54:52 17 AUG 2012 >> >> 25300 Records selected >> >> TOTAL = 25300 >> COMO completed 12:55:01 17 AUG 2012 >> > > and i need your help how to remove or hide this text "25300 Records > selected" > > thank you in advance ^^ > -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
