Only if you are actually using any of the variables, defined /
EQUATE'd within the relevant 'I_whatever', within your Program /
Subroutine

Otherwise inclusion of these 'Include' files is a pointless overhead

'@FM', '@AM' etc are standard definitions, available without recourse
to some 'application specific' 'Include' file(s)

On Oct 19, 11:43 am, Igor Micev <[email protected]> wrote:
> A good practice is to include the following files in all your programs
> generally:
> I_COMMON and I_EQUATE from GLOBUS.BP (or T24_BP) and you'll not have this
> and/or some similar problems with
> reserved variables or etc...
>
> BR
> -Igor Micev
>
>
>
>
>
>
>
>
>
> On Tue, Oct 18, 2011 at 3:00 AM, tien dh <[email protected]> wrote:
> > Yep, the code as following:
>
> > PROGRAM MY.PROGRAM
> > FOR I=1 TO 20
> >    MY.ARRAY<I> = I
> > NEXT
>
> > CRT 'NUMBER OF ELEMENTS: ':DCOUNT(MY.ARRAY,FM)
>
> > This snippet prints result : 51
>
> > On 17 Tháng Mười, 22:48, Daniel Klein <[email protected]> wrote:
> > > The group can be more helpful if you show the code you are using and the
> > > data it is working on.
>
> > > Dan
>
> > > On Mon, Oct 17, 2011 at 3:14 AM, tien dh <[email protected]> wrote:
> > > > Hi all,
> > > > I want count the number of elements in a numerial array, but I am not
> > > > successful in finding a solution. I have used DCOUNT and COUNT with
> > > > delimiter FM and VM but it returns wrong numbers.
> > > > Please help me,
> > > > Thanks a lot
>
> > > > --
> > > > 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
>
> --
> Igor Micev

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