Re: [U2] YYMMDD easy way?

2012-04-24 Thread Rick Nuckolls
That was my thought, but the flavor does not seem to affect it on my version.

-Rick

On Apr 24, 2012, at 5:36 PM, Richard Lewis wrote:

> Or maybe it's my Pick flavor.
> 
> Richard Lewis
> 
> On Tue, Apr 24, 2012 at 6:27 PM, Rick Nuckolls  wrote:
> 
>> Hmmm,
>> 
>> That must be a change at UV 11.  10.2.x still produces 2 digit months and
>> days without the extra 2’s.
>> 
>> -Rick
>> 
>> 
>> On Apr 24, 2012, at 5:21 PM, Richard Lewis wrote:
>> 
>>> On UV 11.1.3 this leaves single-digit months as a single digit.
>>> 
>>> OCONV(TODAY, 'DYMD[2"",2"",2]') does the job correctly.  The brackets
>> allow
>>> format modifiers to the parameters that follow the D conversion code, in
>>> this case, 'YMD'.  The 2's specifiy how many characters to display, and
>> the
>>> empty quotes specify the 'text' with which to separate the elements.
>>> There's about 80 lines that describe it when you do HELP CONV D at TCL.
>>> 
>>> Richard Lewis
>>> 
>>> 
>>> On Tue, Apr 24, 2012 at 6:08 PM, Rick Nuckolls  wrote:
>>> 
 Or, a bit more simply:
 
 OCONV(TODAY, "D2YMD[‘’ , ’’]”)
 On Apr 24, 2012, at 4:58 PM, Perry Taylor wrote:
 
> OCONV(TODAY, 'DYMD[4"",2"",2]')
> 
> 
> - Original Message -
> From: Lunt, Bruce [mailto:bl...@shaklee.com]
> Sent: Tuesday, April 24, 2012 07:55 PM
> To: 'U2 Users List' 
> Subject: Re: [U2] YYMMDD easy way?
> 
> On Unidata try: OCONV(TODAY,'DYMD')
> 
> -Original Message-
> From: u2-users-boun...@listserver.u2ug.org
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
> Sent: Tuesday, April 24, 2012 4:52 PM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] YYMMDD easy way?
> 
> 
> 
> YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')
> 
> easier way to do this? ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
> 
> CONFIDENTIALITY NOTICE: This e-mail message, including any
> attachments, is for the sole use of the intended recipient(s)
> and may contain confidential and privileged information.  Any
> unauthorized review, use, disclosure or distribution is
> prohibited. ZirMed, Inc. has strict policies regarding the
> content of e-mail communications, specifically Protected Health
> Information, any communications containing such material will
> be returned to the originating party with such advisement
> noted. If you are not the intended recipient, please contact
> the sender by reply e-mail and destroy all copies of the
> original message.
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
 
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users
 
>>> ___
>>> U2-Users mailing list
>>> U2-Users@listserver.u2ug.org
>>> http://listserver.u2ug.org/mailman/listinfo/u2-users
>> 
>> ___
>> U2-Users mailing list
>> U2-Users@listserver.u2ug.org
>> http://listserver.u2ug.org/mailman/listinfo/u2-users
>> 
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread Richard Lewis
Or maybe it's my Pick flavor.

Richard Lewis

On Tue, Apr 24, 2012 at 6:27 PM, Rick Nuckolls  wrote:

> Hmmm,
>
> That must be a change at UV 11.  10.2.x still produces 2 digit months and
> days without the extra 2’s.
>
> -Rick
>
>
> On Apr 24, 2012, at 5:21 PM, Richard Lewis wrote:
>
> > On UV 11.1.3 this leaves single-digit months as a single digit.
> >
> > OCONV(TODAY, 'DYMD[2"",2"",2]') does the job correctly.  The brackets
> allow
> > format modifiers to the parameters that follow the D conversion code, in
> > this case, 'YMD'.  The 2's specifiy how many characters to display, and
> the
> > empty quotes specify the 'text' with which to separate the elements.
> > There's about 80 lines that describe it when you do HELP CONV D at TCL.
> >
> > Richard Lewis
> >
> >
> > On Tue, Apr 24, 2012 at 6:08 PM, Rick Nuckolls  wrote:
> >
> >> Or, a bit more simply:
> >>
> >> OCONV(TODAY, "D2YMD[‘’ , ’’]”)
> >> On Apr 24, 2012, at 4:58 PM, Perry Taylor wrote:
> >>
> >>> OCONV(TODAY, 'DYMD[4"",2"",2]')
> >>>
> >>>
> >>> - Original Message -
> >>> From: Lunt, Bruce [mailto:bl...@shaklee.com]
> >>> Sent: Tuesday, April 24, 2012 07:55 PM
> >>> To: 'U2 Users List' 
> >>> Subject: Re: [U2] YYMMDD easy way?
> >>>
> >>> On Unidata try: OCONV(TODAY,'DYMD')
> >>>
> >>> -Original Message-
> >>> From: u2-users-boun...@listserver.u2ug.org
> >>> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
> >>> Sent: Tuesday, April 24, 2012 4:52 PM
> >>> To: u2-users@listserver.u2ug.org
> >>> Subject: [U2] YYMMDD easy way?
> >>>
> >>>
> >>>
> >>> YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')
> >>>
> >>> easier way to do this? ___
> >>> U2-Users mailing list
> >>> U2-Users@listserver.u2ug.org
> >>> http://listserver.u2ug.org/mailman/listinfo/u2-users
> >>> ___
> >>> U2-Users mailing list
> >>> U2-Users@listserver.u2ug.org
> >>> http://listserver.u2ug.org/mailman/listinfo/u2-users
> >>>
> >>> CONFIDENTIALITY NOTICE: This e-mail message, including any
> >>> attachments, is for the sole use of the intended recipient(s)
> >>> and may contain confidential and privileged information.  Any
> >>> unauthorized review, use, disclosure or distribution is
> >>> prohibited. ZirMed, Inc. has strict policies regarding the
> >>> content of e-mail communications, specifically Protected Health
> >>> Information, any communications containing such material will
> >>> be returned to the originating party with such advisement
> >>> noted. If you are not the intended recipient, please contact
> >>> the sender by reply e-mail and destroy all copies of the
> >>> original message.
> >>> ___
> >>> U2-Users mailing list
> >>> U2-Users@listserver.u2ug.org
> >>> http://listserver.u2ug.org/mailman/listinfo/u2-users
> >>
> >> ___
> >> U2-Users mailing list
> >> U2-Users@listserver.u2ug.org
> >> http://listserver.u2ug.org/mailman/listinfo/u2-users
> >>
> > ___
> > U2-Users mailing list
> > U2-Users@listserver.u2ug.org
> > http://listserver.u2ug.org/mailman/listinfo/u2-users
>
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread Charlie Noah

On Jbase with different values to TODAY:

OCONV(TODAY, 'D2-')   = 
04-24-12
OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')= 
12424  no
OCONV(DATE(),"D2YMD":@VM:"MCN")   = 
12 no
OCONV(TODAY,'DYMD')   = 
2012   no
OCONV(TODAY, 'DYMD[4"",2"",2]')   = 
2012   no
CONVERT(" ", "", OCONV(TODAY, "DYMD2"))   = 
2012   no
OCONV(TODAY,'DY2')'R%2':OCONV(TODAY,'DM')'R%2':OCONV(TODAY,'DD')'R%2' = 
120424 yes


OCONV(TODAY, 'D2-')   = 
01-01-12
OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')= 
1211   no
OCONV(DATE(),"D2YMD":@VM:"MCN")   = 
12 no
OCONV(TODAY,'DYMD')   = 
2012   no
OCONV(TODAY, 'DYMD[4"",2"",2]')   = 
2012   no
CONVERT(" ", "", OCONV(TODAY, "DYMD2"))   = 
2012   no
OCONV(TODAY,'DY2')'R%2':OCONV(TODAY,'DM')'R%2':OCONV(TODAY,'DD')'R%2' = 
120101 yes


OCONV(TODAY, 'D2-')   = 
12-12-12
OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')= 
121212 yes
OCONV(DATE(),"D2YMD":@VM:"MCN")   = 
12 no
OCONV(TODAY,'DYMD')   = 
2012   no
OCONV(TODAY, 'DYMD[4"",2"",2]')   = 
2012   no
CONVERT(" ", "", OCONV(TODAY, "DYMD2"))   = 
2012   no
OCONV(TODAY,'DY2')'R%2':OCONV(TODAY,'DM')'R%2':OCONV(TODAY,'DD')'R%2' = 
121212 yes


I don't know about other implementation, but I think
OCONV(TODAY,'DY2')'R%2':OCONV(TODAY,'DM')'R%2':OCONV(TODAY,'DD')'R%2'
would work anywhere.

Charlie Noah

Tiny Bear's Wild Bird Store
"Everything For The Backyard Bird Enthusiast, Except For The Birds"
Info, Forum:  http://www.TinyBearMarketing.com
Store:http://Stores.TinyBearMarketing.com
Toll Free:   1-855-TinyBear (855-846-9232)


On 04-24-2012 7:01 PM, David A. Green wrote:

I use: YYMMDD = CONVERT(" ", "", OCONV(TODAY, "DYMD2"))

David A. Green
(480) 813-1725
DAG Consulting

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Tuesday, April 24, 2012 4:52 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] YYMMDD easy way?


YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')

easier way to do this?
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread Rick Nuckolls
Hmmm,

That must be a change at UV 11.  10.2.x still produces 2 digit months and days 
without the extra 2’s.

-Rick


On Apr 24, 2012, at 5:21 PM, Richard Lewis wrote:

> On UV 11.1.3 this leaves single-digit months as a single digit.
> 
> OCONV(TODAY, 'DYMD[2"",2"",2]') does the job correctly.  The brackets allow
> format modifiers to the parameters that follow the D conversion code, in
> this case, 'YMD'.  The 2's specifiy how many characters to display, and the
> empty quotes specify the 'text' with which to separate the elements.
> There's about 80 lines that describe it when you do HELP CONV D at TCL.
> 
> Richard Lewis
> 
> 
> On Tue, Apr 24, 2012 at 6:08 PM, Rick Nuckolls  wrote:
> 
>> Or, a bit more simply:
>> 
>> OCONV(TODAY, "D2YMD[‘’ , ’’]”)
>> On Apr 24, 2012, at 4:58 PM, Perry Taylor wrote:
>> 
>>> OCONV(TODAY, 'DYMD[4"",2"",2]')
>>> 
>>> 
>>> - Original Message -
>>> From: Lunt, Bruce [mailto:bl...@shaklee.com]
>>> Sent: Tuesday, April 24, 2012 07:55 PM
>>> To: 'U2 Users List' 
>>> Subject: Re: [U2] YYMMDD easy way?
>>> 
>>> On Unidata try: OCONV(TODAY,'DYMD')
>>> 
>>> -Original Message-
>>> From: u2-users-boun...@listserver.u2ug.org
>>> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
>>> Sent: Tuesday, April 24, 2012 4:52 PM
>>> To: u2-users@listserver.u2ug.org
>>> Subject: [U2] YYMMDD easy way?
>>> 
>>> 
>>> 
>>> YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')
>>> 
>>> easier way to do this? ___
>>> U2-Users mailing list
>>> U2-Users@listserver.u2ug.org
>>> http://listserver.u2ug.org/mailman/listinfo/u2-users
>>> ___
>>> U2-Users mailing list
>>> U2-Users@listserver.u2ug.org
>>> http://listserver.u2ug.org/mailman/listinfo/u2-users
>>> 
>>> CONFIDENTIALITY NOTICE: This e-mail message, including any
>>> attachments, is for the sole use of the intended recipient(s)
>>> and may contain confidential and privileged information.  Any
>>> unauthorized review, use, disclosure or distribution is
>>> prohibited. ZirMed, Inc. has strict policies regarding the
>>> content of e-mail communications, specifically Protected Health
>>> Information, any communications containing such material will
>>> be returned to the originating party with such advisement
>>> noted. If you are not the intended recipient, please contact
>>> the sender by reply e-mail and destroy all copies of the
>>> original message.
>>> ___
>>> U2-Users mailing list
>>> U2-Users@listserver.u2ug.org
>>> http://listserver.u2ug.org/mailman/listinfo/u2-users
>> 
>> ___
>> U2-Users mailing list
>> U2-Users@listserver.u2ug.org
>> http://listserver.u2ug.org/mailman/listinfo/u2-users
>> 
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread Richard Lewis
On UV 11.1.3 this leaves single-digit months as a single digit.

OCONV(TODAY, 'DYMD[2"",2"",2]') does the job correctly.  The brackets allow
format modifiers to the parameters that follow the D conversion code, in
this case, 'YMD'.  The 2's specifiy how many characters to display, and the
empty quotes specify the 'text' with which to separate the elements.
There's about 80 lines that describe it when you do HELP CONV D at TCL.

Richard Lewis


On Tue, Apr 24, 2012 at 6:08 PM, Rick Nuckolls  wrote:

> Or, a bit more simply:
>
> OCONV(TODAY, "D2YMD[‘’ , ’’]”)
> On Apr 24, 2012, at 4:58 PM, Perry Taylor wrote:
>
> > OCONV(TODAY, 'DYMD[4"",2"",2]')
> >
> >
> > - Original Message -
> > From: Lunt, Bruce [mailto:bl...@shaklee.com]
> > Sent: Tuesday, April 24, 2012 07:55 PM
> > To: 'U2 Users List' 
> > Subject: Re: [U2] YYMMDD easy way?
> >
> > On Unidata try: OCONV(TODAY,'DYMD')
> >
> > -Original Message-
> > From: u2-users-boun...@listserver.u2ug.org
> > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
> > Sent: Tuesday, April 24, 2012 4:52 PM
> > To: u2-users@listserver.u2ug.org
> > Subject: [U2] YYMMDD easy way?
> >
> >
> >
> > YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')
> >
> > easier way to do this? ___
> > U2-Users mailing list
> > U2-Users@listserver.u2ug.org
> > http://listserver.u2ug.org/mailman/listinfo/u2-users
> > ___
> > U2-Users mailing list
> > U2-Users@listserver.u2ug.org
> > http://listserver.u2ug.org/mailman/listinfo/u2-users
> >
> > CONFIDENTIALITY NOTICE: This e-mail message, including any
> > attachments, is for the sole use of the intended recipient(s)
> > and may contain confidential and privileged information.  Any
> > unauthorized review, use, disclosure or distribution is
> > prohibited. ZirMed, Inc. has strict policies regarding the
> > content of e-mail communications, specifically Protected Health
> > Information, any communications containing such material will
> > be returned to the originating party with such advisement
> > noted. If you are not the intended recipient, please contact
> > the sender by reply e-mail and destroy all copies of the
> > original message.
> > ___
> > U2-Users mailing list
> > U2-Users@listserver.u2ug.org
> > http://listserver.u2ug.org/mailman/listinfo/u2-users
>
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread Rick Nuckolls
Or, a bit more simply:

OCONV(TODAY, "D2YMD[‘’ , ’’]”)
On Apr 24, 2012, at 4:58 PM, Perry Taylor wrote:

> OCONV(TODAY, 'DYMD[4"",2"",2]')
> 
> 
> - Original Message -
> From: Lunt, Bruce [mailto:bl...@shaklee.com]
> Sent: Tuesday, April 24, 2012 07:55 PM
> To: 'U2 Users List' 
> Subject: Re: [U2] YYMMDD easy way?
> 
> On Unidata try: OCONV(TODAY,'DYMD')
> 
> -Original Message-
> From: u2-users-boun...@listserver.u2ug.org
> [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
> Sent: Tuesday, April 24, 2012 4:52 PM
> To: u2-users@listserver.u2ug.org
> Subject: [U2] YYMMDD easy way?
> 
> 
> 
> YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')
> 
> easier way to do this? ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
> 
> CONFIDENTIALITY NOTICE: This e-mail message, including any 
> attachments, is for the sole use of the intended recipient(s) 
> and may contain confidential and privileged information.  Any
> unauthorized review, use, disclosure or distribution is 
> prohibited. ZirMed, Inc. has strict policies regarding the 
> content of e-mail communications, specifically Protected Health 
> Information, any communications containing such material will 
> be returned to the originating party with such advisement 
> noted. If you are not the intended recipient, please contact 
> the sender by reply e-mail and destroy all copies of the 
> original message.
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread David A. Green
I use: YYMMDD = CONVERT(" ", "", OCONV(TODAY, "DYMD2"))

David A. Green
(480) 813-1725
DAG Consulting

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Tuesday, April 24, 2012 4:52 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] YYMMDD easy way?


YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')

easier way to do this?
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread Wjhonson
Wow... what is this doing?  I don't even recognize this type of code.  A format 
mask of some kind?



-Original Message-
From: Perry Taylor 
To: 'u2-users@listserver.u2ug.org' 
Sent: Tue, Apr 24, 2012 4:58 pm
Subject: Re: [U2] YYMMDD easy way?


OCONV(TODAY, 'DYMD[4"",2"",2]')

 Original Message -
rom: Lunt, Bruce [mailto:bl...@shaklee.com]
ent: Tuesday, April 24, 2012 07:55 PM
o: 'U2 Users List' 
ubject: Re: [U2] YYMMDD easy way?
On Unidata try: OCONV(TODAY,'DYMD')
-Original Message-
rom: u2-users-boun...@listserver.u2ug.org
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
ent: Tuesday, April 24, 2012 4:52 PM
o: u2-users@listserver.u2ug.org
ubject: [U2] YYMMDD easy way?

YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')
easier way to do this? ___
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users
__
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users
CONFIDENTIALITY NOTICE: This e-mail message, including any 
ttachments, is for the sole use of the intended recipient(s) 
nd may contain confidential and privileged information.  Any
nauthorized review, use, disclosure or distribution is 
rohibited. ZirMed, Inc. has strict policies regarding the 
ontent of e-mail communications, specifically Protected Health 
nformation, any communications containing such material will 
e returned to the originating party with such advisement 
oted. If you are not the intended recipient, please contact 
he sender by reply e-mail and destroy all copies of the 
riginal message.
__
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread Perry Taylor
OCONV(TODAY, 'DYMD[4"",2"",2]')


- Original Message -
From: Lunt, Bruce [mailto:bl...@shaklee.com]
Sent: Tuesday, April 24, 2012 07:55 PM
To: 'U2 Users List' 
Subject: Re: [U2] YYMMDD easy way?

On Unidata try: OCONV(TODAY,'DYMD')

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Tuesday, April 24, 2012 4:52 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] YYMMDD easy way?



YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')

easier way to do this? ___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

CONFIDENTIALITY NOTICE: This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information.  Any
unauthorized review, use, disclosure or distribution is 
prohibited. ZirMed, Inc. has strict policies regarding the 
content of e-mail communications, specifically Protected Health 
Information, any communications containing such material will 
be returned to the originating party with such advisement 
noted. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the 
original message.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread Wjhonson
On Universe you get a 4 digit year, and spaces between the pieces



-Original Message-
From: Lunt, Bruce 
To: 'U2 Users List' 
Sent: Tue, Apr 24, 2012 4:56 pm
Subject: Re: [U2] YYMMDD easy way?


On Unidata try: OCONV(TODAY,'DYMD')
-Original Message-
rom: u2-users-boun...@listserver.u2ug.org
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
ent: Tuesday, April 24, 2012 4:52 PM
o: u2-users@listserver.u2ug.org
ubject: [U2] YYMMDD easy way?

YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')
easier way to do this? ___
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users
__
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread Martin Braid
OCONV(DATE(),"D2YMD":@VM:"MCN")


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: 25 April 2012 00:52
To: u2-users@listserver.u2ug.org
Subject: [U2] YYMMDD easy way?


YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')

easier way to do this?
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Click
https://www.mailcontrol.com/sr/wQw0zmjPoHdJTZGyOCrrhg==
2eKQFaw1sOoTA9gaOpFHJJo+VEWAxlvp7UeaPLWGci2!g==  to report this email as
spam.


Epicor Software (UK) is a limited company registered in England & Wales.  
Registration Number: 2338274.   Registered Office:  6th Floor, One London Wall, 
London EC2Y 5EB 
This e-mail is for the use of the intended recipient(s) only. If you have 
received this e-mail in error, please notify the sender immediately and then 
delete it. If you are not the intended recipient, you must not use, disclose or 
distribute this e-mail without the author's prior permission. We have taken 
precautions to minimize the risk of transmitting software viruses, but we 
advise you to carry out your own virus checks on any attachment to this 
message. We cannot accept liability for any loss or damage caused by software 
viruses. Any views and/or opinions expressed in this e-mail are of the author 
only and do not represent the views of Epicor Software (UK) Limited or any 
other company within its group.


This message has been scanned for malware by Websense. www.websense.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] YYMMDD easy way?

2012-04-24 Thread Lunt, Bruce
On Unidata try: OCONV(TODAY,'DYMD')

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Tuesday, April 24, 2012 4:52 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] YYMMDD easy way?



YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')

easier way to do this? ___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] YYMMDD easy way?

2012-04-24 Thread Wjhonson

YYMMDD = OCONV(TODAY,'DY2'):OCONV(TODAY,'DM'):OCONV(TODAY,'DD')

easier way to do this?
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT what's the big deal?

2012-04-24 Thread Wjhonson

Doug I downloaded your Xlr8Editor and am able to see the files in the uv 
account.
But it won't connect to another account I'm trying.  I tried it without a path 
specified, and with both, and it gives me an error.
When I try to see the "properties" and "Apply and Test access" I get

 pingU2Session unable to get U2Session msg=[~ERROR-UniSessionException,ERROR 
UNABLE TO CONNECT TO


-Original Message-
From: Doug Averch 
To: U2 Users List 
Sent: Tue, Apr 24, 2012 10:35 am
Subject: Re: [U2] BDT what's the big deal?


Will:
I have all of the documentation available on our web site at
ww.u2logic.com/downloads.html as well as inside Eclipse's Help System.
   1. Eclipse Training Guide (A class I gave a CMUG a many months ago)  -
  24 pages
  2. XLr8Editor User Guide - 14 pages
  3. XLr8Editor Search Users Guide - 8 pages
  4. XLr8Editor Version Control - 28 pages
Free trial as available follow the documentation on Install XLr8 Eclipse
roduct guide.
Regards,
oug
ww.u2logic.com/tools.html
Eclipse tools for the rest of us"
__
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT what's the big deal?

2012-04-24 Thread Doug Averch
Will:

I have all of the documentation available on our web site at
www.u2logic.com/downloads.html as well as inside Eclipse's Help System.

   1. Eclipse Training Guide (A class I gave a CMUG a many months ago)  -
   24 pages
   2. XLr8Editor User Guide - 14 pages
   3. XLr8Editor Search Users Guide - 8 pages
   4. XLr8Editor Version Control - 28 pages

Free trial as available follow the documentation on Install XLr8 Eclipse
product guide.

Regards,
Doug
www.u2logic.com/tools.html
"Eclipse tools for the rest of us"
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT what's the big deal?

2012-04-24 Thread Wjhonson

Good try, but that's not it Symeon.
For example I have code like

GOSUB PRINT.LABELS
GOSUB END.OF.JOB
RETURN
*
PRINT.LABELS:
do stuff
RETURN
*
END.OF.JOB:
do other stuff

In that case, it doesn't barf, the roll up ability is still present.
When I select "PRINT.LABELS" (another feature that is woefully [not] 
documented) and then hit F3 it jumps directly to the label PRINT.LABELS which 
proves that it can understand what I want, and that also works for END.OF.JOB 
so it even likes two dots! :)~~

Speaking of documentation my "outline view" vanished and I can't figure out how 
to get it back.
How?


-Original Message-
From: Symeon Breen 
To: 'U2 Users List' 
Sent: Tue, Apr 24, 2012 1:39 am
Subject: Re: [U2] BDT what's the big deal?


I think there are a few bugs - in that particular case I don't think it
ikes labels with dots in them, prob because it was written by an oop person
ather than a unibasic one.
However it is worth sticking with , after a few weeks, maybe a month you
ill never go back.
As said, there are many alternatives, from  WED or wintegrate editor, to the
ld unidebugger and Doug's Xlr8. Use any of these for a short period of time
nd you will rarely use ED to edit programs again. 
-Original Message-
rom: u2-users-boun...@listserver.u2ug.org
mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
ent: 24 April 2012 01:11
o: wjhon...@aol.com; u2-users@listserver.u2ug.org
ubject: Re: [U2] BDT what's the big deal?

nother odd bug, evidently in the code that determines if you are trying to
OSUB a label that doesn't exist.
n this case however, the label exists, but it's also like 1600 lines past
he GOSUB.  I wonder if BDT is barfing because of that distance?
t says "Label END.OF.JOB not defined" but it is.  If I just move the
ubroutine further up in the code, it's fine.
o it's either the distance, or it thinks the code is ending before it gets
o this label.
ode compiles fine, it's an old program that's been running for several
ears.


Original Message-
rom: Wjhonson 
o: wjhonson ; u2-users 
ent: Mon, Apr 23, 2012 3:06 pm
ubject: Re: [U2] BDT what's the big deal?

o evidently it turns out that Code Assist for GOSUB has a bug in it.
n the following the upper case are characters typed, while the lower case
re command keys The documentation to my mind isn't very clear but So type

OSUB space ctrl+space
In a program which HAS no labels at all and you get a run-time error
vidently it was never coded to handle people asking for an empty window or
 null or whatever.
 
Original Message-
rom: Wjhonson 
o: u2-users 
ent: Mon, Apr 23, 2012 2:59 pm
ubject: Re: [U2] BDT what's the big deal?

o the first thing I try to do that the slightest bit interesting and get
Unhandled event loop exception'

hat's me. Breaking my toys on the first day.

-Original Message-
rom: Doug Averch 
o: U2 Users List 
ent: Mon, Apr 23, 2012 12:52 pm
ubject: Re: [U2] BDT what's the big deal?

ill:
've done this many times on this list before.  But just so we don't tart
nother flame war, I have listed a few of the features of BDT nd its
ompetitor XLr8Editor from U2logic in no order of importance.
) Shows compiler errors while you type
 Outline of variables used and internal subroutines in a clickable pane.
 Double click on any variable to see all occurrences in the program
 Maintains local history of all changes
 Bookmark support
 Open subroutines or includes with a single keys stroke
 Version control is available from CVS, Subversion, GIT, Perforce, r Team
oundation
 Code assist or completion depending on your view
 Template support included
) Dictionary editor is included
egards,
ug
w.u2logic.com/tools.html
_
-Users mailing list
-us...@listserver.u2ug.org
tp://listserver.u2ug.org/mailman/listinfo/u2-users

___
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users

o virus found in this message.
hecked by AVG - www.avg.com
ersion: 10.0.1424 / Virus Database: 2411/4954 - Release Date: 04/23/12
___
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT what's the big deal?

2012-04-24 Thread Wjhonson

I can't seem to figure out, in BDT how to "open subroutines... with a single 
keystroke"
or is that only an XLr8Editor ability?  By the way do you have an evaluation 
version of that?

On another BDT note, I get this odd error in the log
eclipse.buildId=M20100211-1343
java.version=1.6.0_23
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product com.rs.u2.u2bdt.product -perspective 
com.rs.u2.u2bdt.ui.bdtPerspective
Command-line arguments:  -os win32 -ws win32 -arch x86 -product 
com.rs.u2.u2bdt.product -perspective com.rs.u2.u2bdt.ui.bdtPerspective -data 
u2bdt_workspace

Warning
Tue Apr 24 09:25:35 PDT 2012
Cannot bind to an undefined command: plug-in='com.rs.u2.u2term', 
id='com.rs.u2.u2term.key_ctrl_e'

No idea what this error means, it doesn't seem to stop me from 

Did I mention yet that the BDT documentation that comes with Universe is 
incredibly awful?
If there is really a push to get this out there, wouldn't it be helpful to turn 
those ten pages (and twenty pages of nonsense) into a good set of documentation 
on what it can do?

Doug how big is your documentation and can I view it for free without a copy of 
your program?


-Original Message-
From: Doug Averch 
To: U2 Users List 
Sent: Mon, Apr 23, 2012 12:52 pm
Subject: Re: [U2] BDT what's the big deal?


Will:
I've done this many times on this list before.  But just so we don't
tart another flame war, I have listed a few of the features of BDT
nd its competitor XLr8Editor from U2logic in no order of importance.
1) Shows compiler errors while you type
) Outline of variables used and internal subroutines in a clickable pane.
) Double click on any variable to see all occurrences in the program
) Maintains local history of all changes
) Bookmark support
) Open subroutines or includes with a single keys stroke
) Version control is available from CVS, Subversion, GIT, Perforce,
r Team Foundation
) Code assist or completion depending on your view
) Template support included
0) Dictionary editor is included
Regards,
oug
ww.u2logic.com/tools.html
__
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT what's the big deal?

2012-04-24 Thread Daniel McGrath
Minor correction: As of the U2 DBTools release in March, Rocket Software runs 
an eclipse update site for all tools in this suite.

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug Averch
Sent: Tuesday, April 24, 2012 9:07 AM
To: U2 Users List
Subject: Re: [U2] BDT what's the big deal?

Sorry, Will only U2logic can put out releases on a daily basis for our tools 
product.  We prefer, however, to put them out every 3 or 4 weeks.

Regards,
Doug
www.u2logic.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT what's the big deal?

2012-04-24 Thread Doug Averch
Sorry, Will only U2logic can put out releases on a daily basis for our
tools product.  We prefer, however, to put them out every 3 or 4
weeks.

Regards,
Doug
www.u2logic.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT what's the big deal?

2012-04-24 Thread Wjhonson

 Well since the "undefined label" bug causes the editor to barf and not let me 
roll-up code at all, that's important to me.  I can't use other features of BDT 
because of this.  I don't think it's a good thing to make programmers reshuffle 
their code to please a tool that supposed to be helping them be more efficient 
or something.  So did you add this as a bug to your list to fix tomorrow :)

 

 

-Original Message-
From: Daniel McGrath 
To: U2 Users List 
Sent: Tue, Apr 24, 2012 7:11 am
Subject: Re: [U2] BDT what's the big deal?


Just to confirm JJ's email, we are looking to focus on BDT in the November of 
U2 
DBTools release so if there are certain issues you feel are important, email 
either JJ or myself so we are aware of them.

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] 
On Behalf Of John Jenkins
Sent: Tuesday, April 24, 2012 2:39 AM
To: U2 Users List
Cc: u2-users@listserver.u2ug.org
Subject: Re: [U2] BDT what's the big deal?

All, 

I've been keeping an eye on the BDT exchanges. If we can get a group consensus 
on bugs and issues rated as "Show Stoppers", "Must Have", "Should Have" and 
"Could Have" points then let's see if it has legs.

Would someone be willing to step forward and collate responses so that we can 
get a shared consensus? I'm willing to take it from there.

Regards

JayJay

Sent from my iPad

On 24 Apr 2012, at 01:11, Wjhonson  wrote:

> 
> Another odd bug, evidently in the code that determines if you are trying to 
GOSUB a label that doesn't exist.
> In this case however, the label exists, but it's also like 1600 lines past 
> the 
GOSUB.  I wonder if BDT is barfing because of that distance?
> It says "Label END.OF.JOB not defined" but it is.  If I just move the 
subroutine further up in the code, it's fine.
> So it's either the distance, or it thinks the code is ending before it gets 
> to 
this label.
> Code compiles fine, it's an old program that's been running for several years.
> 
> 
> 
> 
> -Original Message-
> From: Wjhonson 
> To: wjhonson ; u2-users 
> 
> Sent: Mon, Apr 23, 2012 3:06 pm
> Subject: Re: [U2] BDT what's the big deal?
> 
> 
> So evidently it turns out that Code Assist for GOSUB has a bug in it.
> In the following the upper case are characters typed, while the lower 
> case are command keys The documentation to my mind isn't very clear 
> but So type
> 
> GOSUB space ctrl+space
> 
> In a program which HAS no labels at all and you get a run-time error 
> Evidently it was never coded to handle people asking for an empty window or a 
null or whatever.
> 
> 
> -Original Message-
> From: Wjhonson 
> To: u2-users 
> Sent: Mon, Apr 23, 2012 2:59 pm
> Subject: Re: [U2] BDT what's the big deal?
> 
> 
> So the first thing I try to do that the slightest bit interesting and 
> get 'Unhandled event loop exception'
> 
> That's me. Breaking my toys on the first day.
> 
> 
> 
> -Original Message-
> From: Doug Averch 
> To: U2 Users List 
> Sent: Mon, Apr 23, 2012 12:52 pm
> Subject: Re: [U2] BDT what's the big deal?
> 
> 
> Will:
> I've done this many times on this list before.  But just so we don't 
> tart another flame war, I have listed a few of the features of BDT nd 
> its competitor XLr8Editor from U2logic in no order of importance.
> 1) Shows compiler errors while you type
> ) Outline of variables used and internal subroutines in a clickable pane.
> ) Double click on any variable to see all occurrences in the program
> ) Maintains local history of all changes
> ) Bookmark support
> ) Open subroutines or includes with a single keys stroke
> ) Version control is available from CVS, Subversion, GIT, Perforce, r 
> Team Foundation
> ) Code assist or completion depending on your view
> ) Template support included
> 0) Dictionary editor is included
> Regards,
> oug
> ww.u2logic.com/tools.html
> __
> 2-Users mailing list
> 2-us...@listserver.u2ug.org
> ttp://listserver.u2ug.org/mailman/listinfo/u2-users
> 
> 
> 
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

 
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT what's the big deal?

2012-04-24 Thread Daniel McGrath
Just to confirm JJ's email, we are looking to focus on BDT in the November of 
U2 DBTools release so if there are certain issues you feel are important, email 
either JJ or myself so we are aware of them.

Regards,
Dan

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of John Jenkins
Sent: Tuesday, April 24, 2012 2:39 AM
To: U2 Users List
Cc: u2-users@listserver.u2ug.org
Subject: Re: [U2] BDT what's the big deal?

All, 

I've been keeping an eye on the BDT exchanges. If we can get a group consensus 
on bugs and issues rated as "Show Stoppers", "Must Have", "Should Have" and 
"Could Have" points then let's see if it has legs.

Would someone be willing to step forward and collate responses so that we can 
get a shared consensus? I'm willing to take it from there.

Regards

JayJay

Sent from my iPad

On 24 Apr 2012, at 01:11, Wjhonson  wrote:

> 
> Another odd bug, evidently in the code that determines if you are trying to 
> GOSUB a label that doesn't exist.
> In this case however, the label exists, but it's also like 1600 lines past 
> the GOSUB.  I wonder if BDT is barfing because of that distance?
> It says "Label END.OF.JOB not defined" but it is.  If I just move the 
> subroutine further up in the code, it's fine.
> So it's either the distance, or it thinks the code is ending before it gets 
> to this label.
> Code compiles fine, it's an old program that's been running for several years.
> 
> 
> 
> 
> -Original Message-
> From: Wjhonson 
> To: wjhonson ; u2-users 
> 
> Sent: Mon, Apr 23, 2012 3:06 pm
> Subject: Re: [U2] BDT what's the big deal?
> 
> 
> So evidently it turns out that Code Assist for GOSUB has a bug in it.
> In the following the upper case are characters typed, while the lower 
> case are command keys The documentation to my mind isn't very clear 
> but So type
> 
> GOSUB space ctrl+space
> 
> In a program which HAS no labels at all and you get a run-time error 
> Evidently it was never coded to handle people asking for an empty window or a 
> null or whatever.
> 
> 
> -Original Message-
> From: Wjhonson 
> To: u2-users 
> Sent: Mon, Apr 23, 2012 2:59 pm
> Subject: Re: [U2] BDT what's the big deal?
> 
> 
> So the first thing I try to do that the slightest bit interesting and 
> get 'Unhandled event loop exception'
> 
> That's me. Breaking my toys on the first day.
> 
> 
> 
> -Original Message-
> From: Doug Averch 
> To: U2 Users List 
> Sent: Mon, Apr 23, 2012 12:52 pm
> Subject: Re: [U2] BDT what's the big deal?
> 
> 
> Will:
> I've done this many times on this list before.  But just so we don't 
> tart another flame war, I have listed a few of the features of BDT nd 
> its competitor XLr8Editor from U2logic in no order of importance.
> 1) Shows compiler errors while you type
> ) Outline of variables used and internal subroutines in a clickable pane.
> ) Double click on any variable to see all occurrences in the program
> ) Maintains local history of all changes
> ) Bookmark support
> ) Open subroutines or includes with a single keys stroke
> ) Version control is available from CVS, Subversion, GIT, Perforce, r 
> Team Foundation
> ) Code assist or completion depending on your view
> ) Template support included
> 0) Dictionary editor is included
> Regards,
> oug
> ww.u2logic.com/tools.html
> __
> 2-Users mailing list
> 2-us...@listserver.u2ug.org
> ttp://listserver.u2ug.org/mailman/listinfo/u2-users
> 
> 
> 
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [OT] position

2012-04-24 Thread Barry Rogen

Matt Hart,  thank you very much.  I will forward to my friend and let him know.
Thanks again

Barry Rogen
Senior Programmer/Analyst
PNY Technologies, Inc.
(973) 560-5327
bro...@pny.com


We are continually faced with great opportunities brilliantly disguised 
as insoluble problems.
 John W Gardner




-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barry Rutherford
Sent: Tuesday, April 24, 2012 9:40 AM
To: U2 Users List
Subject: Re: [U2] [OT] position

Have your friend contact Matt Hart with Execu-Sys:
http://www.eslny.com/.  He has been a big help to a lot of people I know and he 
is in the NY metro area.

Barry Rutherford



-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barry Rogen
Sent: Tuesday, April 24, 2012 8:53 AM
To: U2 Users List (u2-users@listserver.u2ug.org)
Subject: [U2] [OT] position


You will pardon this brief divergence but a person I have known for a long time 
is looking for a Senior Business Analyst position and he asked me to post it 
here. He has a solid background and was part of a major
corporation  prior to their major layoffs recently.   Just a shot (and a
helping hand to a friend) if anybody knows of related opportunities in the 
NY/NJ metro area.


Barry Rogen
Senior Programmer/Analyst
PNY Technologies, Inc.
(973) 560-5327
bro...@pny.com



We are continually faced with great opportunities brilliantly disguised 
as insoluble problems.
 John W Gardner


 [http://thinkbeforeprinting.org/struct/signature-1.gif]




  
NOT INTENDED AS A SUBSTITUTE FOR A WRITING NOTHING IN THIS E-MAIL, IN ANY 
E-MAIL THREAD OF WHICH IT MAY BE A PART, OR IN ANY ATTACHMENTS THERETO, SHALL 
CONSTITUTE A BINDING CONTRACT, OR ANY CONTRACTUAL OBLIGATION BY PNY, OR ANY 
INTENT TO ENTER INTO ANY BINDING OBLIGATIONS, NOTWITHSTANDING ANY ENACTMENT OF 
THE UNIFORM ELECTRONIC TRANSACTIONS ACT, THE FEDERAL E-SIGN ACT, OR ANY OTHER 
STATE OR FEDERAL LAW OF SIMILAR SUBSTANCE OR EFFECT. THIS EMAIL MESSAGE, ITS 
CONTENTS AND ATTACHMENTS ARE NOT INTENDED TO REPRESENT AN OFFER OR ACCEPTANCE 
OF AN OFFER TO ENTER INTO A CONTRACT. NOTHING IN THIS E-MAIL, IN ANY E-MAIL 
THREAD OF WHICH IT MAY BE A PART, OR IN ANY ATTACHMENTS THERETO SHALL ALTER 
THIS DISCLAIMER.

This e-mail message from PNY Technologies, Inc. is for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
Any unauthorized review, use, disclosure or distribution is prohibited. If you 
are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


NOT INTENDED AS A SUBSTITUTE FOR A WRITING
NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A PART, OR IN 
ANY ATTACHMENTS THERETO, SHALL CONSTITUTE A BINDING CONTRACT, OR ANY 
CONTRACTUAL OBLIGATION BY PNY, OR ANY INTENT TO ENTER INTO ANY BINDING 
OBLIGATIONS, NOTWITHSTANDING ANY ENACTMENT OF THE UNIFORM ELECTRONIC 
TRANSACTIONS ACT, THE FEDERAL  E-SIGN ACT, OR ANY OTHER STATE OR FEDERAL LAW OF 
SIMILAR SUBSTANCE OR EFFECT.  THIS EMAIL MESSAGE, ITS CONTENTS AND ATTACHMENTS 
ARE NOT INTENDED TO REPRESENT AN OFFER OR ACCEPTANCE OF AN OFFER TO ENTER INTO 
A CONTRACT.  NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A 
PART, OR IN ANY ATTACHMENTS THERETO SHALL ALTER THIS DISCLAIMER.

This e-mail message from PNY Technologies, Inc. is for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
Any unauthorized review, use, disclosure or distribution is prohibited. If you 
are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message.

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [OT] position

2012-04-24 Thread Barry Rutherford
Have your friend contact Matt Hart with Execu-Sys:
http://www.eslny.com/.  He has been a big help to a lot of people I know
and he is in the NY metro area.

Barry Rutherford
  


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Barry Rogen
Sent: Tuesday, April 24, 2012 8:53 AM
To: U2 Users List (u2-users@listserver.u2ug.org)
Subject: [U2] [OT] position


You will pardon this brief divergence but a person I have known for a
long time is looking for a Senior Business Analyst position and he asked
me to post it here. He has a solid background and was part of a major
corporation  prior to their major layoffs recently.   Just a shot (and a
helping hand to a friend) if anybody knows of related opportunities in
the NY/NJ metro area.


Barry Rogen
Senior Programmer/Analyst
PNY Technologies, Inc.
(973) 560-5327
bro...@pny.com



We are continually faced with great opportunities brilliantly
disguised as insoluble problems.
 John W
Gardner


 [http://thinkbeforeprinting.org/struct/signature-1.gif]




  
NOT INTENDED AS A SUBSTITUTE FOR A WRITING
NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A PART,
OR IN ANY ATTACHMENTS THERETO, SHALL CONSTITUTE A BINDING CONTRACT, OR
ANY CONTRACTUAL OBLIGATION BY PNY, OR ANY INTENT TO ENTER INTO ANY
BINDING OBLIGATIONS, NOTWITHSTANDING ANY ENACTMENT OF THE UNIFORM
ELECTRONIC TRANSACTIONS ACT, THE FEDERAL E-SIGN ACT, OR ANY OTHER STATE
OR FEDERAL LAW OF SIMILAR SUBSTANCE OR EFFECT. THIS EMAIL MESSAGE, ITS
CONTENTS AND ATTACHMENTS ARE NOT INTENDED TO REPRESENT AN OFFER OR
ACCEPTANCE OF AN OFFER TO ENTER INTO A CONTRACT. NOTHING IN THIS E-MAIL,
IN ANY E-MAIL THREAD OF WHICH IT MAY BE A PART, OR IN ANY ATTACHMENTS
THERETO SHALL ALTER THIS DISCLAIMER.

This e-mail message from PNY Technologies, Inc. is for the sole use of
the intended recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact the
sender by reply e-mail and destroy all copies of the original message.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] [OT] position

2012-04-24 Thread Barry Rogen

You will pardon this brief divergence but a person I have known for a long time 
is looking for a Senior Business Analyst position and he asked me to post it 
here. He has a solid background and was part of a major corporation  prior to 
their major layoffs recently.   Just a shot (and a helping hand to a friend) if 
anybody knows of related opportunities in the NY/NJ metro area.


Barry Rogen
Senior Programmer/Analyst
PNY Technologies, Inc.
(973) 560-5327
bro...@pny.com


We are continually faced with great opportunities brilliantly disguised 
as insoluble problems.
 John W Gardner

 [http://thinkbeforeprinting.org/struct/signature-1.gif]




  
NOT INTENDED AS A SUBSTITUTE FOR A WRITING
NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A PART, OR IN 
ANY ATTACHMENTS THERETO, SHALL CONSTITUTE A BINDING CONTRACT, OR ANY 
CONTRACTUAL OBLIGATION BY PNY, OR ANY INTENT TO ENTER INTO ANY BINDING 
OBLIGATIONS, NOTWITHSTANDING ANY ENACTMENT OF THE UNIFORM ELECTRONIC 
TRANSACTIONS ACT, THE FEDERAL E-SIGN ACT, OR ANY OTHER STATE OR FEDERAL LAW OF 
SIMILAR SUBSTANCE OR EFFECT. THIS EMAIL MESSAGE, ITS CONTENTS AND ATTACHMENTS 
ARE NOT INTENDED TO REPRESENT AN OFFER OR ACCEPTANCE OF AN OFFER TO ENTER INTO 
A CONTRACT. NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A 
PART, OR IN ANY ATTACHMENTS THERETO SHALL ALTER THIS DISCLAIMER.

This e-mail message from PNY Technologies, Inc. is for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
Any unauthorized review, use, disclosure or distribution is prohibited. If you 
are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT what's the big deal?

2012-04-24 Thread Symeon Breen
I think there are a few bugs - in that particular case I don't think it
likes labels with dots in them, prob because it was written by an oop person
rather than a unibasic one.

However it is worth sticking with , after a few weeks, maybe a month you
will never go back.

As said, there are many alternatives, from  WED or wintegrate editor, to the
old unidebugger and Doug's Xlr8. Use any of these for a short period of time
and you will rarely use ED to edit programs again. 

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: 24 April 2012 01:11
To: wjhon...@aol.com; u2-users@listserver.u2ug.org
Subject: Re: [U2] BDT what's the big deal?


Another odd bug, evidently in the code that determines if you are trying to
GOSUB a label that doesn't exist.
In this case however, the label exists, but it's also like 1600 lines past
the GOSUB.  I wonder if BDT is barfing because of that distance?
It says "Label END.OF.JOB not defined" but it is.  If I just move the
subroutine further up in the code, it's fine.
So it's either the distance, or it thinks the code is ending before it gets
to this label.
Code compiles fine, it's an old program that's been running for several
years.




-Original Message-
From: Wjhonson 
To: wjhonson ; u2-users 
Sent: Mon, Apr 23, 2012 3:06 pm
Subject: Re: [U2] BDT what's the big deal?


So evidently it turns out that Code Assist for GOSUB has a bug in it.
In the following the upper case are characters typed, while the lower case
are command keys The documentation to my mind isn't very clear but So type
 
GOSUB space ctrl+space

In a program which HAS no labels at all and you get a run-time error
Evidently it was never coded to handle people asking for an empty window or
a null or whatever.

 
-Original Message-
From: Wjhonson 
To: u2-users 
Sent: Mon, Apr 23, 2012 2:59 pm
Subject: Re: [U2] BDT what's the big deal?


So the first thing I try to do that the slightest bit interesting and get
'Unhandled event loop exception'
 
That's me. Breaking my toys on the first day.



-Original Message-
From: Doug Averch 
To: U2 Users List 
Sent: Mon, Apr 23, 2012 12:52 pm
Subject: Re: [U2] BDT what's the big deal?


Will:
I've done this many times on this list before.  But just so we don't tart
another flame war, I have listed a few of the features of BDT nd its
competitor XLr8Editor from U2logic in no order of importance.
1) Shows compiler errors while you type
) Outline of variables used and internal subroutines in a clickable pane.
) Double click on any variable to see all occurrences in the program
) Maintains local history of all changes
) Bookmark support
) Open subroutines or includes with a single keys stroke
) Version control is available from CVS, Subversion, GIT, Perforce, r Team
Foundation
) Code assist or completion depending on your view
) Template support included
0) Dictionary editor is included
Regards,
oug
ww.u2logic.com/tools.html
__
2-Users mailing list
2-us...@listserver.u2ug.org
ttp://listserver.u2ug.org/mailman/listinfo/u2-users



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
-
No virus found in this message.
Checked by AVG - www.avg.com
Version: 10.0.1424 / Virus Database: 2411/4954 - Release Date: 04/23/12

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT what's the big deal?

2012-04-24 Thread John Jenkins
All, 

I've been keeping an eye on the BDT exchanges. If we can get a group consensus 
on bugs and issues rated as "Show Stoppers", "Must Have", "Should Have" and 
"Could Have" points then let's see if it has legs.

Would someone be willing to step forward and collate responses so that we can 
get a shared consensus? I'm willing to take it from there.

Regards

JayJay

Sent from my iPad

On 24 Apr 2012, at 01:11, Wjhonson  wrote:

> 
> Another odd bug, evidently in the code that determines if you are trying to 
> GOSUB a label that doesn't exist.
> In this case however, the label exists, but it's also like 1600 lines past 
> the GOSUB.  I wonder if BDT is barfing because of that distance?
> It says "Label END.OF.JOB not defined" but it is.  If I just move the 
> subroutine further up in the code, it's fine.
> So it's either the distance, or it thinks the code is ending before it gets 
> to this label.
> Code compiles fine, it's an old program that's been running for several years.
> 
> 
> 
> 
> -Original Message-
> From: Wjhonson 
> To: wjhonson ; u2-users 
> Sent: Mon, Apr 23, 2012 3:06 pm
> Subject: Re: [U2] BDT what's the big deal?
> 
> 
> So evidently it turns out that Code Assist for GOSUB has a bug in it.
> In the following the upper case are characters typed, while the lower case 
> are command keys
> The documentation to my mind isn't very clear but
> So type
> 
> GOSUB space ctrl+space
> 
> In a program which HAS no labels at all and you get a run-time error
> Evidently it was never coded to handle people asking for an empty window or a 
> null or whatever.
> 
> 
> -Original Message-
> From: Wjhonson 
> To: u2-users 
> Sent: Mon, Apr 23, 2012 2:59 pm
> Subject: Re: [U2] BDT what's the big deal?
> 
> 
> So the first thing I try to do that the slightest bit interesting and get
> 'Unhandled event loop exception'
> 
> That's me. Breaking my toys on the first day.
> 
> 
> 
> -Original Message-
> From: Doug Averch 
> To: U2 Users List 
> Sent: Mon, Apr 23, 2012 12:52 pm
> Subject: Re: [U2] BDT what's the big deal?
> 
> 
> Will:
> I've done this many times on this list before.  But just so we don't
> tart another flame war, I have listed a few of the features of BDT
> nd its competitor XLr8Editor from U2logic in no order of importance.
> 1) Shows compiler errors while you type
> ) Outline of variables used and internal subroutines in a clickable pane.
> ) Double click on any variable to see all occurrences in the program
> ) Maintains local history of all changes
> ) Bookmark support
> ) Open subroutines or includes with a single keys stroke
> ) Version control is available from CVS, Subversion, GIT, Perforce,
> r Team Foundation
> ) Code assist or completion depending on your view
> ) Template support included
> 0) Dictionary editor is included
> Regards,
> oug
> ww.u2logic.com/tools.html
> __
> 2-Users mailing list
> 2-us...@listserver.u2ug.org
> ttp://listserver.u2ug.org/mailman/listinfo/u2-users
> 
> 
> 
> ___
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users