Re: [U2] [UD] Executing save-list

2006-03-31 Thread jig (sent by Nabble.com)
For those not sure : EXECUTE TCL.COMMAND RTNLIST THE.LIST CAPTURING DISCARD The above command in Universe will not work. Even though the manual says it does. We did the following to get the same effect : EXECUTE TCL.COMMAND CAPTURING DISCARD READLIST THE.LIST ELSE THE.LIST = good luck Jack

RE: [U2] Shell Escape

2006-03-31 Thread Baakkonen, Rodney A (Rod) 46K
I am not sure when it became available, but it is in my 7.0 manuals: SETENV Syntax SETENV(var_name, value) Description Use the SETENV function to set an environment variable from UniBasic. Parameters The following table describes each parameter of the syntax. Return Codes The following table

RE: [U2] [UD] Executing save-list

2006-03-31 Thread Brian Leach
Jack RTNLIST works but it creates a select list variable not a regular dynamic array. This means you can use it to segregate list processing as below: Execute SSELECT VOC RTNLIST SLIST CAPTURING OUT Crt OUT= :OUT Fin = @False Loop ReadNext Id From SLIST Else Fin = @True Until Fin Do Crt Id

RE: [U2] Shell Escape

2006-03-31 Thread Bob Witney
ENVIRONMENT in Unverse 10 HELP ENVIRONMENT tells all Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Baakkonen, Rodney A (Rod) 46K Sent: 31 March 2006 14:34 To: '[EMAIL PROTECTED]'; 'U2Users' Subject: RE: [U2] Shell Escape I am not sure when it

[U2] Newest UV UniDebugger

2006-03-31 Thread Bob Woodward
Hi Folks, I've just downloaded and installed the newest utilities for Universe, v101b-clients-7149, from the IBM site. They seem to have made a number of changes and it seems like one is the format of the workspace file in the UniDebugger program. Does anyone know if there is a converter

[no subject]

2006-03-31 Thread Bob Woodward
Oops. I take it back about an easy way to change the icon. Guess I needed to reboot after installing to be able to get the properties screen to let me. Still need to know about converting, though. Thanks again, BobW --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

RE: [U2] Shell Escape

2006-03-31 Thread Ron Sharcott
I just wanted to pass on an update and summary. - ! Does indeed cause a shell so sourcing won't work. - Datatel says that I should be able to use SETENV even on UDT 6.0.11 - The trouble is now getting it to work from a Envision screen. Datatel has provided some suggestions so I will have to hack