[U2] External format command on Unidata

2007-08-14 Thread John Kent
U2users, does anyone know the Unidata equivalent of FORMAT BP XYZ thats possible on Universe. Thanks in advance jak --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] External format command on Unidata

2007-08-14 Thread Trevor Fulton
Try FOR in the line editor E.g. ED BP XYZ Then FOR -M5 -I3 Trevor -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Kent Sent: 14 August 2007 06:47 To: u2-users@listserver.u2ug.org Subject: [U2] External format command on Unidata U2users,

[U2] [UD7.1] [Solaris 9]SOAP calls

2007-08-14 Thread bjorn.eklund
Hi, I'm evaluating the webservice api in Unidata. I've succesfully masterd the GET and POST methods but not the SOAP method. I've tried both to build the XML manually(SoapSetRequestContent) and SoapSetParameters with the same result. The code looks like this: ret =

[U2] SSH on Windows UV

2007-08-14 Thread Gabriel Green
I have found a pretty easy solution for allowing SSH logins from AccuTerm, preserving ADDS VP emulation, if you don't have any Unix boxes lying around. Install Cygwin on a Windows box (not necessarily your UV box, and with the overhead involved I would recommend a different machine) Make sure you

Re: [U2] External format command on Unidata

2007-08-14 Thread MAJ Programming
I believe that you format basic programs in the editor. Not vi, but the TCL editor. I think the command is 'format' and there may be some indent options. - Original Message - From: John Kent [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Tuesday, August 14, 2007 1:46 AM Subject:

RE: [U2] External format command on Unidata

2007-08-14 Thread Symeon Breen
Yes AE will format using the format command, or Unidebugger or Wintegrate Editor etc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MAJ Programming Sent: 14 August 2007 12:44 To: u2-users@listserver.u2ug.org Subject: Re: [U2] External format command on

RE: [U2] UD Corrupt data

2007-08-14 Thread Jerry Banker
A quick way is to create a temporary hashed file large enough to hold all of the records. Next copy the records from the damaged file to the new file. The records with a bad ID will not copy. Then clear the original file or delete it and recreate it if you feel better about it. Lastly copy the

[U2] Format Issue with AE

2007-08-14 Thread Ron Hutchings
rellevel 10.0.11 PICK PICK.FORMAT One of the developers using AE noticed a strange result. After making some modifications and Formatting the result, the subroutine labels that were previously mixed case were converted to all upper case. Is this just a feature of AE or

RE: [U2] IBM - Windows Vista Support with U2 products

2007-08-14 Thread Jerry Banker
I heard on the radio this morning that Microsoft is going to announce a whole slew of security breaches on the new operating system today. -Original Message- From: Ross Ferris [mailto:[EMAIL PROTECTED] Sent: Monday, August 13, 2007 6:09 PM To: u2-users@listserver.u2ug.org Subject: RE:

{Blocked Content} RE: [U2] Format Issue with AE

2007-08-14 Thread Jerry Banker
call. At Tue Aug 14 06:58:38 2007 the virus scanner said: Could not parse Outlook Rich Text attachment Note to Help Desk: Look on the AngelicHost MailScanner in /home/virtual/site2/fst/var/spool/mail.quarantine/20070814 (message l7EDwbNM022020). -- Postmaster MailScanner thanks transtec

RE: [U2] IBM - Windows Vista Support with U2 products

2007-08-14 Thread Anthony Youngman
Quite likely - it's Patch Tuesday, the second Tuesday of the month, when MS releases a month's worth of security patches in one hit. So that'll include XP, W2K if it's still supported, Office, and everything else. There might not actually be a lot of Vista-specific stuff in there... Cheers, Wol

[U2] [UD] Spooling a PCL form

2007-08-14 Thread BNeylon
I created a PCL file from a PDF and moved the file to a directory on our UNIX machine where we run UniData (5.2 on DGUX, I'm pushing to upgrade. :-) ) My program reads this record, prints it then I fill in the blanks. PRINTER ON PRINT REC ;* The PCL form PRINT ESC:'l5D': ;* lines per

RE: [U2] External format command on Unidata

2007-08-14 Thread Tom Dodds
BLIST does a great job of formatting programs, but you can not save them back to the file. It does have lots of options to serve as a tool for tracing problems with source code, but it is only temporary. Tom Dodds -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] [UD7.1] [Solaris 9]SOAP calls

2007-08-14 Thread Dave Davis
metersPerSecond instead of metersPersecond perhaps? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geoffrey Mitchell Sent: Tuesday, August 14, 2007 11:12 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] [UD7.1] [Solaris 9]SOAP calls So, what's

[U2] RE: Editor for Fedora, Linux and Windows

2007-08-14 Thread daverch
Those dang typos: Red Had should be Red Hat -Original Message- From: daverch [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 5:07 PM To: 'u2-users@listserver.u2ug.org' Subject: Editor for Fedora, Linux and Windows U2logic, Inc. the leading independent tool developer for Eclipse

Re: [U2] External format command on Unidata

2007-08-14 Thread John Kent
Ton, thanks but i need something external that can write back to the file. Looks like its one of those things Universe offers but Unidata doesn't jak - Original Message - From: Tom Dodds [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, August 15, 2007 1:16 AM

RE: [U2] External format command on Unidata

2007-08-14 Thread Tony Gravagno
AccuTerm wED. John Kent wrote: thanks but i need something external that can write back to the file. From: Tom Dodds BLIST does a great job of formatting programs, but you can not save them back to the file. From: John Kent does anyone know the Unidata equivalent of FORMAT BP XYZ

[U2] [UD] Clear File on a Dynamic File

2007-08-14 Thread David Wolverton
I'm issuing a CLEARFILE command on a Dynamic File (part of a conversion!) and getting Errno=13: Permission denied Deleting dynamic file c:\unidata\dataaccount\dynfilename\dat002 error I'm guesssing this means this 'dat' file is still floating around on the system after the ClearFile where it

Re: [U2] How to use LOCATE in an I Descriptor

2007-08-14 Thread Louie Bergsagel
MATCHES works, unless you want a positional value returned. IF @RECORD MATCHES XYZ THEN 1 ELSE 0 or TRANS(PRODUCT.FILE,PRODUCT.NUMBER,DESC,X);IF @1 MATCHES 0X'Roadster'0X THEN FUN ELSE BORING -- Loue On 8/9/07, Doug Farmer [EMAIL PROTECTED] wrote: I have someone asking me how to use a LOCATE

Re: [U2] External format command on Unidata

2007-08-14 Thread John Kent
Tony, i was looking for something generic to Unidata. Accuterm seems to be well regarded but its not something i use jak - Original Message - From: Tony Gravagno [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, August 15, 2007 9:54 AM Subject: RE: [U2] External

Re: [U2] External format command on Unidata

2007-08-14 Thread John Kent
David, i was thinking this as a last resort. I am suprised that Unidata doesn't already have an equivalent procedure. jak - Original Message - From: Hona, David S [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, August 15, 2007 10:05 AM Subject: RE: [U2] External

RE: [U2] Format Issue with AE

2007-08-14 Thread LeRoy Dreyfuss
Ron, This was a long-time defect in AE, which IBM ported from UniData to UniVerse. I believe it was corrected for both data servers around the time 10.1 was released, but it may have been slightly later than that. A newer version of 10.1 or even 10.2 shouldn't display that issue. My copy of

Re: [U2] [UD] Clear File on a Dynamic File

2007-08-14 Thread Susan Lynch
David, If you are doing a BASIC CLEARFILE rather than a CLEAR.FILE from ECL, you have the file open. If you have a dynamic file that is has a dat002 or an over002, those will be deleted when cleared, except that you have them open and Windows will not let you delete them while you have them

RE: [U2] [UD] Spooling a PCL form

2007-08-14 Thread Horacio Pellegrino
Great code Bruce! I've been looking for something like that for a long time. I think your problem is that UV translates some CHARS as soon as they go through a memory variable. To avoid that try: ASSIGN 1 TO SYSTEM(1017) Then do your stuff Then turn it back off ASSIGN TO SYSTEM(1017) That

RE: [U2] [UD] Clear File on a Dynamic File

2007-08-14 Thread David Wolverton
Ah! Gotcha -- now why in the world does UniData not handle this correctly? I guess that doing a 'CLEARFILE' on a dynamic file is one of those things during design time someone said 'who would ever do that?!?' - so that detail was omitted within the O/S! Thanks - I did just do a CLEAR.FILE from