Hi, I just want to use the CORE Routine as it is being used in System Enquiries. This routine is being used in Enquiries as Conversion.
I want STMT Entries for specific Dates Consolidated (Not Account Wise). Regards, Faisal On Tue, Sep 22, 2009 at 1:14 PM, Rama chandran <[email protected]>wrote: > > Hi , > > Try this > > FN.STMT.ENTRY = "F":Y.ICP.COMP.MNE:".STMT.ENTRY"; F.STMT.ENTRY = '' > CALL OPF(FN.STMT.ENTRY,F.STMT.ENTRY) > D.FIELDS = '' > D.FIELDS<1> = 'ACCOUNT' > D.LOGICAL.OPERANDS<1> = 1 > D.RANGE.AND.VALUE<1> = <ACCOUNT.NO <http://account.no/>> > D.FIELDS<2> = 'BOOKING.DATE' > D.LOGICAL.OPERANDS<2> = 2 > D.RANGE.AND.VALUE<2> = <Y.START.DATE>:SM:<Y.END.DATE> > STMT.ID.LIST = '' > CALL E.STMT.ENQ.BY.CONCAT(STMT.ID.LIST) > > Regds > Ram > > > > > > > On 9/21/09, VK <[email protected]> wrote: > > > > Hi, > > you shouldn't use core routines for local developments but if you need > > to gather STMT.ENTRY IDs for certain period, this is not a > > straightforward task. There is a CONCAT file called ACCT.ENT.TODAY but > > it holds info for current workday only. There is also similar file > > ACCT.ENT.LWORK.DAY that holds info for previous work day. SELECT on > > STMT.ENTRY is an unacceptable solution. So you might want to create a > > local CONCAT file where you store info about STMT.ENTRY records for > > the period you might be interested in. > > > > Anyway, this routine is not doing what you suppose it does... > > > > > > On Sep 20, 7:40 am, Jim Idle <[email protected]> wrote: > > > On 09/18/2009 10:44 PM, FAISAL FAYYAZ wrote: > > > > > > > Hi VK, > > > > This is a CORE Routine. I want to know about the parameters of > routine > > > > through which i can use it. > > > > > > I woudl think that if it is not a documented function, then you should > > > not be using it - you can potentially compromise the security of your > > > bank if you hack around with stuff. Step back, ask yourself what it is > > > you are trying to do, then ask TEMENOS what the proscribed way to do it > is. > > > > > > Jim > > > > > > > > > > -- > என்றும் நினைவுகளுடன்!... > ராம் > > > > --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 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 -~----------~----~----~----~------~----~------~--~---
