I mean T24 manuals which Temenos supplies with T24. Search for "IN2
routines".

Nevertheless, I can post an example program here:

in2test.b:

* in2 test
$INSERT I_COMMON
$INSERT I_EQUATE

   LOOP
      CRT 'DATE' :
      INPUT V.DATE

      IF V.DATE EQ '' THEN BREAK

      COMI = V.DATE
      CALL IN2D(11, 'D')
      IF ETEXT THEN CRT 'ERROR'
      ELSE CRT 'OK:' : COMI

   REPEAT

   STOP

END

~~~
VK
P.S. compile with:
jcompile -I <path_to_bnk>\T24.BP in2test.b

V.

On Jul 28, 12:16 pm, Nindya Jithendra
<[email protected]> wrote:
> Hi VK,
>  Can i know what doyou mean by manuals?
>
>
>
>
>
>
>
> On Thu, Jul 28, 2011 at 12:09 PM, VK <[email protected]> wrote:
> > Hi,
>
> > see routine IN2D in manuals. And please speak normally ;)) I mean
> > CAPS.
>
> > VK
>
> > On Jul 27, 3:08 pm, Ravichandra Adari
> >  <[email protected]> wrote:
> > > HI
> > > CAN U TELL ME HOW THE DATE FORMAT IS CHECKED
> > > WHEN WE R GIVING IN YYYYMMDD FORMAT
> > > --
> > > With Regards:
> > > Ravichandra .A
>
> > --
> > 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

-- 
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

Reply via email to