RE: [U2] [UV] GET.LIST

2005-07-15 Thread Mike Farrant
Great tip Glen but if I were you I'd copy GET.LIST to RGET.LIST and
change the RGET.LIST that way you don't lose the functionality provided
by the PICK.FORMAT and cause potential problems in any software out
there that makes a call to GET.LIST.

Mike Farrant

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glenn Herbert
Sent: 14 July 2005 21:26
To: u2-users@listserver.u2ug.org
Cc: [EMAIL PROTECTED]; U2 List Server
Subject: Re: [U2] [UV] GET.LIST

There is no other work around but to change field 6 in the VOC entry for
GET.LIST from whatever it says to REALITY.FORMAT.

FYI, the INFORMATION flavor does support doing the same thing, but you
have to swap syntax to:

   GET.LIST LISTNAME ACCOUNTNAME
_
I reject your reality and substitute my own - Adam Savage

Glenn M. Herbert - Connectivity Development  Engineer Information
Integration Solutions, IBM Software Group 50 Washington Street Westboro,
MA 01581
 508-599-7281 direct 



Dianne Ackerman [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
07/14/2005 03:50 PM
Please respond to
u2-users


To
U2 List Server u2-users@listserver.u2ug.org
cc

Subject
[U2] [UV] GET.LIST






On a reality flavor UV account, I can do GET.LIST ACCOUNTNAME LISTNAME 
to get a list which exists on another account.  But on PICK flavor, I 
don't seem to be able to do that.  When I read the manual help on 
GET.LIST I don't see anything about getting a list from another account 
for any flavor.   Is there some other syntax on the PICK flavor account 
I can use to accomplish this?
Thanks
-Dianne
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] GET.LIST

2005-07-15 Thread u2
Some platforms (mvEnterprise I believe) distinguish between a GET.LIST
verb that only works on the pointer-file, and a GLIST verb that works
from anyfile. If you don't want to change the flavor setting on the
GET.LIST verb (although that sounds like a good way to go) you could
easily write your own GLIST verb using QSELECT and temporary q-pointers.
Then you could take your code, and your GLIST to any platform or flavor
and have it all work as expected.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Dianne Ackerman
 Sent: Thursday, July 14, 2005 3:51 PM
 To: U2 List Server
 Subject: [U2] [UV] GET.LIST
 
 
 On a reality flavor UV account, I can do GET.LIST ACCOUNTNAME 
 LISTNAME 
 to get a list which exists on another account.  But on PICK flavor, I 
 don't seem to be able to do that.  When I read the manual help on 
 GET.LIST I don't see anything about getting a list from 
 another account 
 for any flavor.   Is there some other syntax on the PICK 
 flavor account 
 I can use to accomplish this?
 Thanks
 -Dianne
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [UV] GET.LIST

2005-07-15 Thread Glenn Herbert
Actually, that is what I meant ;-)  Honest!  Really, I mean it ;-)
_
I reject your reality and substitute my own - Adam Savage

Glenn M. Herbert - Connectivity Development  Engineer
Information Integration Solutions, IBM Software Group
50 Washington Street Westboro, MA 01581
 508-599-7281 direct 



Mike Farrant [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
07/15/2005 03:56 AM
Please respond to
u2-users


To
u2-users@listserver.u2ug.org
cc

Subject
RE: [U2] [UV] GET.LIST






Great tip Glen but if I were you I'd copy GET.LIST to RGET.LIST and
change the RGET.LIST that way you don't lose the functionality provided
by the PICK.FORMAT and cause potential problems in any software out
there that makes a call to GET.LIST.

Mike Farrant

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glenn Herbert
Sent: 14 July 2005 21:26
To: u2-users@listserver.u2ug.org
Cc: [EMAIL PROTECTED]; U2 List Server
Subject: Re: [U2] [UV] GET.LIST

There is no other work around but to change field 6 in the VOC entry for
GET.LIST from whatever it says to REALITY.FORMAT.

FYI, the INFORMATION flavor does support doing the same thing, but you
have to swap syntax to:

   GET.LIST LISTNAME ACCOUNTNAME
_
I reject your reality and substitute my own - Adam Savage

Glenn M. Herbert - Connectivity Development  Engineer Information
Integration Solutions, IBM Software Group 50 Washington Street Westboro,
MA 01581
 508-599-7281 direct 



Dianne Ackerman [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
07/14/2005 03:50 PM
Please respond to
u2-users


To
U2 List Server u2-users@listserver.u2ug.org
cc

Subject
[U2] [UV] GET.LIST






On a reality flavor UV account, I can do GET.LIST ACCOUNTNAME LISTNAME 
to get a list which exists on another account.  But on PICK flavor, I 
don't seem to be able to do that.  When I read the manual help on 
GET.LIST I don't see anything about getting a list from another account 
for any flavor.   Is there some other syntax on the PICK flavor account 
I can use to accomplish this?
Thanks
-Dianne
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] GET.LIST

2005-07-14 Thread Glenn Herbert
There is no other work around but to change field 6 in the VOC entry for 
GET.LIST from whatever it says to REALITY.FORMAT.

FYI, the INFORMATION flavor does support doing the same thing, but you 
have to swap syntax to:

   GET.LIST LISTNAME ACCOUNTNAME
_
I reject your reality and substitute my own - Adam Savage

Glenn M. Herbert - Connectivity Development  Engineer
Information Integration Solutions, IBM Software Group
50 Washington Street Westboro, MA 01581
 508-599-7281 direct 



Dianne Ackerman [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
07/14/2005 03:50 PM
Please respond to
u2-users


To
U2 List Server u2-users@listserver.u2ug.org
cc

Subject
[U2] [UV] GET.LIST






On a reality flavor UV account, I can do GET.LIST ACCOUNTNAME LISTNAME 
to get a list which exists on another account.  But on PICK flavor, I 
don't seem to be able to do that.  When I read the manual help on 
GET.LIST I don't see anything about getting a list from another account 
for any flavor.   Is there some other syntax on the PICK flavor account 
I can use to accomplish this?
Thanks
-Dianne
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [UV] GET.LIST

2005-07-14 Thread karlp
quote who=Dianne Ackerman
 On a reality flavor UV account, I can do GET.LIST ACCOUNTNAME LISTNAME
 to get a list which exists on another account.  But on PICK flavor, I
 don't seem to be able to do that.  When I read the manual help on
 GET.LIST I don't see anything about getting a list from another account
 for any flavor.   Is there some other syntax on the PICK flavor account
 I can use to accomplish this?
 Thanks
 -Dianne

I've solved that by creating a Q-Pointer to the SAVEDLISTS file in the
remote account. Then performing QSELECT REMOTEACCTSL SAVEDLISTNAME. If you
follow a standard, such as ACCTNAMESL, then it's not too annoying.

Or, you could change the VOC GET.LIST to be REALITY flavor as previously
pointed out.

HTH

Karl
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/