Ed,
yes if you go to an information account and globally catalog you can
access the sub in a Pick flavour.
My problem turned out to be the execute string being passed from VB6 to
Universe Pick flavour
ie LIST VOC WITH F1 LIKE 'F...' 'Q...' AND WITH @ID LIKE '...BP'
needs to be
LIST VOC WITH F1 LIKE 'F]' 'Q]' AND WITH @ID LIKE '[BP'
but if you have to pass this from VB6 its
sWithBy = "WITH F1 LIKE ""F]"" " & """Q]""" & " AND WITH @ID LIKE ""[BP"""
C# should make it a bit easier with "\ although i havent tried it yet.
jak
needs to be
LIST VOC
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "'John Kent'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "'U2Users'"
<[email protected]>
Sent: Thursday, April 20, 2006 12:42 PM
Subject: RE: [U2] DIM statement flavour variation
In pick-flavored accounts, you can only catalog locally, and the catalog
syntax is only "CATALOG FILENAME PROGRAMNAME". Try HELP PICK CATALOG for
more info. Note that this gives you different info from HELP CATALOG,
which is the ideal version. If you want to globally catalog something, I
think you can do it from an ideal-flavored account (for example, the UV
administrative account that gets set up by default when you install uv).
-----Original Message-----
From: John Kent [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 19, 2006 8:19 PM
To: [EMAIL PROTECTED]; 'U2Users'
Subject: Re: [U2] DIM statement flavour variation
Ed,
just what i was looking for.
Does anyone know if the Pick flavour has limitations or variations on
globally cataloging ?
I have created a local BP file in a Pick flavoured account
with a couple of
programs, one being a subroutine that when i try to globally catalog
complains that
Executing the command "CATALOG JAKBP *SR.JAK SR.JAK FORCE".
Unable to open "JAKBP.O/%ASR.JAK" for cataloging. "SR.JAK" cataloged.
Other cataoging optios work ok as expected
jak
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "'John Kent'" <[EMAIL PROTECTED]>; "'U2Users'"
<[email protected]>
Sent: Thursday, April 20, 2006 9:23 AM
Subject: RE: [U2] DIM statement flavour variation
> It's not actually the pick flavor that controls variable
dimming: it's
> the STATIC.DIM options that you can turn on or off in any
flavor with
> $OPTIONS STATIC.DIM Or
> $OPTIONS -STATIC.DIM
> It's off by default in ideal and information flavors and on
by default
> in Pick. You would use the second format in PICK flavor to turn on
> dynamic dimensioning. Be warned though that with STATIC.DIM
off, arrays
> have an element 0, and the extra attributes from a MATREAD go into
> element 0 instead of being appended to the last element as you would
> otherwise expect in pick.
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of John Kent
>> Sent: Wednesday, April 19, 2006 6:06 PM
>> To: U2Users
>> Subject: [U2] DIM statement flavour variation
>>
>>
>> It seems Universe information flavour allows DIM ARRAY(Variable)
>>
>> whereas Pick flavour insists on variable being a constant
>>
>> Does anyone have a workaround for the Pick limitation
(other than a
>> dynamic
>> array) as there are situations where you dont know the dimensions
>> until run time.
>>
>> jak
>> -------
>> u2-users mailing list
>> [email protected]
>> To unsubscribe please visit http://listserver.u2ug.org/
>>
>> --
>> No virus found in this incoming message.
>> Checked by AVG Free Edition.
>> Version: 7.1.385 / Virus Database: 268.4.4/318 - Release
>> Date: 4/18/2006
>>
>>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.385 / Virus Database: 268.4.4/318 - Release
Date: 4/18/2006
> -------
> u2-users mailing list
> [email protected]
> To unsubscribe please visit http://listserver.u2ug.org/
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.385 / Virus Database: 268.4.4/319 - Release
Date: 19/04/2006
>
>
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.4.4/318 - Release
Date: 4/18/2006
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.4.4/318 - Release Date: 4/18/2006
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.4.4/319 - Release Date: 19/04/2006
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/