Re: [U2] Dynamic Concepts Unibasic ... Is this Pick ?

2014-04-24 Thread larryh
No, this company has their own product (unibasic) which is a derivative of
the old Iris/Point4 Business Basic.  Completely different animal.

Larry Hiscock
Western Computer Services


 http://www.dynamic.com/software/unibasic/

 This company confuses me.  Is this the same UniBASIC ?
 They are based in Irvine but their website makes it seem like this
 UniBasic is theirs.
 No mention of Rocket.

 Or are their actually two completely unrelated companies, hawking products
 both called Uni Basic ?


 ___
 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] Left Outer Join Question

2014-03-03 Thread larryh
Works for me under UV 10.2.7 (PIOPEN flavor) on AIX:

SELECT GCRS01007.BP TO 1

74 record(s) selected to SELECT list #1.
SELECT LGH.BP TO 2

176 record(s) selected to SELECT list #2.
MERGE.LIST 1 INTERSECT 2 TO 3

20 record(s) selected to SELECT list #3.


Larry Hiscock
Western Computer Services


 I'm on Universe for this.

 I will try your options next time I'm on the system.

 Thanks for all the help.



 -
 I used to be an Optimist until I knocked over the glass.
 --
 View this message in context:
 http://u2-universe-unidata.1073795.n5.nabble.com/Left-Outer-Join-Question-tp42740p42767.html
 Sent from the U2 - Users mailing list archive at Nabble.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] Logging program execution in Unidata?

2014-01-06 Thread larryh
MAKE.MAP.FILE

 We catalog all our programs - locally (so they end up in CTLG in the
 current account) for programs specific to a particular account, as well as
 globally (so there is a pointer in CTLGTB) for generic programs.

 Unfortunately, unidata seems to have  _MAP_ file in $UDTHOME/sys/_MAP_ (as
 well as a MAP command) but at least for us it's not populated.

 Thanks for the suggestion,
 Ian

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of dale kelley
 Sent: Monday, January 06, 2014 4:13 PM
 To: U2 Users List
 Subject: Re: [U2] Logging program execution in Unidata?

 Ian,

 In universe the map file contains the most recent execution date for
 cataloged programs.  Programs that are just RUN I don't know of any way.

 Dale


 On 01/06/2014 06:08 PM, McGowan, Ian wrote:
 We're looking into a major conversion late this year, which will involve
 checking out several thousand programs (mostly opens, reads or writes).
 Some programs are run many times a day, whereas some were throwaway and
 haven't been touched in years.  It would be great to get some sense of
 which ones are active.

 We unfortunately don't have a wrapper program, wondering if anyone has
 run into this before - is it possible to somehow log when a program is
 executed in Unidata?  Any magic triggers, directory flags or other audit
 flags that can get turned on?

 Any ideas gratefully received,
 Ian


 -
 IMPORTANT NOTICE:   This message is intended only for the addressee
 and may contain confidential, privileged information.  If you are not
 the intended recipient, you may not use, copy or disclose any
 information contained in the message.  If you have received this
 message in error, please notify the sender by reply e-mail and delete
 the 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] Ref: Web Services at Universe 11.n

2013-11-01 Thread larryh
Using the SOAP and/or HTTP commands from within Basic.

--Larry

Larry Hiscock
Western Computer Services


 This is using the SOAP commands from within BASIC?  Or some other way?

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Larry Hiscock
 Sent: Friday, November 01, 2013 7:46 AM
 To: 'U2 Users List'
 Subject: Re: [U2] Ref: Web Services at Universe 11.n

 Consuming web services from U2 is really not that difficult.  I've done
 both SOAP and RESTful transactions via both secure (HTTPS) and insecure
 (HTTP) connections.  Some examples of the web services I've consumed from
 within U2 are:

 1) UPS and FedEx package tracking services
 2) Credit card authorization
 3) Address validation and correction
 4) Address geocoding using the Google maps API

 Protocol logging is your friend.  It will log the complete transaction in
 a text file that you can review to see specifically where your errors are.
  Also, don't forget that if you're going to do secure transactions via
 HTTPS, you need to create a Security Context.

 Larry Hiscock
 Western Computer Services

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Oaks, Harold
 Sent: Thursday, October 31, 2013 1:46 PM
 To: U2 Users List
 Subject: Re: [U2] Ref: Web Services at Universe 11.n

 Hi Rudy:

 We're not using any web services at present - but we'd like to.
 (Basically I'm a beginner at this and trying to learn what is possible.)

 We need to interface our current jail system with a new RMS that is coming
 in, and the vendors of it prefer web services interfaces.  So that's why.

 Unlike you, our underlying O/S is a form of unix - hpux actually - not
 Windows.  Unfortunately, I don't know anything about WSD on unix.

 You notice Richard used curl and was happy with it, but right now that is
 not available on our hpux system.
 There is a download available where we can get curl along with some other
 web tools, but my system admin is not particularly enthusiastic about that
 idea.
 Richard:  When you use curl, are you running on windows or unix (or
 something else)?

 Harold

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
 Sent: Thursday, October 31, 2013 1:25 PM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] Ref: Web Services at Universe 11.n

 Could you give an example of web services you are actually using and why?








 -Original Message-
 From: Cooper, Rudy rudy.coo...@sagepub.com
 To: 'u2-users@listserver.u2ug.org' u2-users@listserver.u2ug.org
 Sent: Thu, Oct 31, 2013 1:18 pm
 Subject: [U2] Ref: Web Services at Universe 11.n


 Harold,



 We’re on a windows platform and we’ve doing web services with UV since
 10.2.
 Use the WSD for creating the soap server and and use soapui (free) for
 testing.



 We access external services from UV using the soap api that is documented
 in basicext.pdf of the uv documentation.



 The documentation from Rocket for your release, IBM U2 Web Services
 Developer, is very good.



 rudy





 Date: Wed, 30 Oct 2013 12:00:40 -0700

 From: Oaks, Harold
 harold.o...@clark.wa.govmailto:harold.o...@clark.wa.gov

 To: u2-users@listserver.u2ug.orgmailto:u2-users@listserver.u2ug.org

 Subject: [U2] Web Services at Universe 11.n

 Message-ID:

   
 e9aeaa752e89734bb39e1c6bfcddcfb804f7f...@esxvm40.clark.root.localmailto:e9aeaa752e89734bb39e1c6bfcddcfb804f7f...@esxvm40.clark.root.local

 Content-Type: text/plain; charset=us-ascii



 I've been telling my boss that if we upgraded to Universe 11.23, we can

 implement web services.   (We're currently on 10.2)

 But,  finally looking in detail at the appropriate manual  (Universe Web

 Services Developer) it seems that one can publish a web service easily

 enough so that Universe data can be gotten, but I don't see that the

 other side is implemented, where one accesses an external web service

 and brings back data into Universe.  Am I missing the something?



 What are any of you using to fully implement web services with an

 underlying Universe environment?

 Thanks-

 Harold Oaks

 Sr. Analyst/Programmer

 Clark County, WA



 This e-mail and related attachments and any response may be subject to
 public disclosure under state law.






 Rudy Cooper
 Lead Applications Developer
 Sage Publications Inc.
 2455 Teller Road
 Thousand Oaks, Ca. 91320
 USA

 T:805.410.7724
 www.sagepub.com

 Los Angeles | London | New Delhi
 Singapore | Washington DC

 The natural home for authors, editors  societies

 Please consider the environment before printing this email


 Are you a fan of SAGE? Show us at
 www.facebook.com/SAGEPublicationshttp://www.facebook.com/SAGEPublications.


 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 

Re: [U2] No mail

2013-09-23 Thread larryh
AOL is notorious for blocking email at random for no apparent reason...

 Will,

 It appears to be a low-traffic week.   As f

 (Allen - Sent from my paperweight)

 On Sep 23, 2013, at 6:31 PM, Will Johnson wjhon...@aol.com wrote:

 Huh?  I'm responding by GOING to the U2 Archives forum.
 Not responding to the email list, which still isn't coming to my inbox,
 including this message.
 The forum subscription appears to be working now for me, but I only
 signed up there because the email list stopped working.







 -Original Message-
 From: Tony Gravagno-3 [via U2 (UniVerse  UniData)]
 ml-node+s1073795n41861...@n5.nabble.com
 To: Will Johnson wjhon...@aol.com
 Sent: Mon, Sep 23, 2013 3:26 pm
 Subject: Re: No mail


I'm getting mails for this thread, nothing else seems to be going to
 the list at the moment except for the TU.TO.EXCEL discussion last week
 and the Colorado job.
 http://listserver.u2ug.org/pipermail/u2-users/2013-September/date.html
 Nothing like a scare about mail not getting through to stop people
 from sending mail, eh?
 Or, ya know it's possible that people just don't have anything to say
 at the moment.
 I dunno how you can be getting zero emails from the list - you've been
 responding to recent postings...

 Shall we just assume it's business as usual here and that the stutter
 with your own personal email has now passed?

 From: Will Johnson
 Are you saying you got the emails?  Cause I'm still getting ZERO
 emails
 from the list, for over a week now.

 ___
 U2-Users mailing list
 [hidden email]
 http://listserver.u2ug.org/mailman/listinfo/u2-users





 If you reply to this email, your message will be added to the discussion
 below:

 http://u2-universe-unidata.1073795.n5.nabble.com/No-mail-tp41844p41861.html

To start a new topic under U2 - Users, email
 ml-node+s1073795n3...@n5.nabble.com
To unsubscribe from U2 (UniVerse  UniData), click here.
NAML





 --
 View this message in context:
 http://u2-universe-unidata.1073795.n5.nabble.com/No-mail-tp41844p41862.html
 Sent from the U2 - Users mailing list archive at Nabble.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



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


Re: [U2] List Changes?

2013-07-25 Thread larryh
Hi Bill,

This made it to the list, and was delivered.  Did you get a copy of it?

--Larry

Larry Hiscock
Moderator

 Larry:

 1. Thanks for writing.

 2. We started to use Goole Mail a few months ago.

 3. I only see inbound filtration settings.

 4. While I also use Outlook 2013... a lot of times when I am sending...
 including this time... I have been using the gMail web client.

 5. I hope that this message arrives there.

 6. Perhaps I am being blocked for my prior transgressions.

 Regards,

 --Bill
 --
 William J. Brutzman
 Manager, IT
 HK MetalCraft Mfg Corp
 35 Industrial Road
 Lodi  NJ  07644-2607

 973.471.7770 x145

 bi...@hkmetalcraft.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] Compressing PDFs

2013-03-28 Thread larryh
I use 7zip extensively on linux and windows.  With RedHat / CentOS it's
simply an rpm or yum install, and it works great.  It might be a little
more challenging to find HP-UX binaries.  You could always download the
source and compile it yourself, I guess...

Larry Hiscock
Western Computer Services


 My push for going with 7z is that:
 1) we use it as a company on all our Windows boxes and
 2) the other company involved in my project also uses it

 The trick is to get it running on my UNIX box (or rather, getting my UNIX
 Admin to get it loaded and working).

 If the difference between a zip and a 7z file were just a few percentages,
 I would not be pushing so hard for 7z.  But 50% compression (with zip) vs.
 90% compression is worth investigating.

 Thanks for all replies.

 JRI



 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno
 Sent: Thursday, March 28, 2013 11:59 AM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] Compressing PDFs

 In addition to 7-Zip (the software, not just the compression algorithm),
 consider WinRAR. They're both based on the same UnRAR decompression. They
 both support multiple platforms, multiple compression methods, multiple
 volumes, security, etc.  I hope I don't start a war by suggesting that
 anyone spend money for software or anything, but WinRAR is shareware for
 $30 and has Windows extensions for a UI that make it worth it to some
 people. You don't need to pay for it, and I'd guess most people do not,
 but it's a good thing to do, especially for a company. There is a tiny nag
 on file opens which is easy to dismiss. I've been using WinRAR for almost
 a decade and swear by it for all compression needs. For some people the
 choice is just a matter of personal preference where most other
 comparisons are similar. You'll see arguments out there about 128bit AES
 vs 256, or how many CPU cores are utilized, or whether you get 80%
 compression vs 85%. At some point it just comes down to feel.

 I'd recommend that you do not provide your trading partners with software,
 but tell them the compression mechanism you use and why, and then point
 them to a couple websites from which they can make their own choices.
 Otherwise you could get stuck providing support because YOU told them to
 use brandX.

 As to your local storage, consider delivering files to your trading
 partners in a format that's easy for Them to manipulate, but
 re-compress/store files in a way that's easy for You to manipulate.
 The content is ultimately the same and file transport/unpacking issues are
 rare and easy to remedy.

 HTH
 T


 From: Israel, John R.
 There are several issues here that I am dealing with for this
 project.

 #1 The company that we are sending the PDFs to is Windows based, so I
 am limited as to the formats they can accept (zip and 7z being two
 of
 them).

 #2 In my testing, I have found that 7z gives significantly more
 compression.  In my test, I took a single PDF that was 17k in size.
 I
 made 3 copies of it for a total of 17 x 4 = 68k.  Using a
 traditional zip, I
 was able to compact these 4 PDFs down into a 33k file (about half).
 HOWEVER, after compressing it down with 7z, those same 4 PDFs went
 down to only 8K!  That is a SIGNIFICANT difference.

 #3 I wrote a program we all use that archives the intended file,
 then
 transmits the archive to the 2nd party.  That way, if they did not
 get it, I
 can re-send it from the archive w/o having to try to re-create the
 data
 (which may have changed).  Also, if there are any issues, I can look
 at
 the archive file and determine exactly what they got and then
 determine if the problem was mine or theirs.


 From: Israel, John R.

 HPUX, UniData  SB:

 After a bunch of work, I have a UNIX directory that has a bunch of
 PDFs.

 I wish to bundle these PDFs up into a 7zip formatted compressed
 file.  I
 see that there is a ported version of the Windows version of 7zip
 for
 UNIX called p7zip.

 Has anyone installed p7zip and if so, what else needed to be
 installed
 with it?  Is it stand-alone or is it dependent on other software
 packages
 being loaded first?

 OR

 Does anyone have a simple way for UNIX to run the Windows command line
 version of 7zip against my UNIX PDF directory?

 ___
 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] Turn pagination back on

2013-02-07 Thread larryh
BPIOCP (UD)
CALL !BPIOCP (UV)

Larry Hiscock
Western Computer Services


 Someone remind me, how to do this.

 If pagination has been turned off, and for my embedded routine, I want to
 turn it back on again.
 How do I do this?

 I've tried HEADING, and PAGE, and CRT @(0,0)
 I know there's a trick but I can't quite recall what it is

 ___
 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] Stripping line breaks from InfoTrieve output

2012-12-13 Thread larryh
You should be able to shorten the tr and save a pipe ...

tr -d ['\r\n']  brad.txt  brad2.txt

Larry Hiscock
Western Computer Services


 Thanks for the ideas. dd scared me. Lots of warnings about destroying your
 hard drive. =:O

 I figured it out with tr. There might be a way to do it in one step, but
 piping works fine.

 tr -d '\r'  brad.txt | tr -d '\n'  brad2.txt


 U.S. BANCORP made the following annotations
 -
 Electronic Privacy Notice. This e-mail, and any attachments, contains
 information that is, or may be, covered by electronic communications
 privacy laws, and is also confidential and proprietary in nature. If you
 are not the intended recipient, please be advised that you are legally
 prohibited from retaining, using, copying, distributing, or otherwise
 disclosing this information in any manner. Instead, please reply to the
 sender that you have received this communication in error, and then
 immediately delete it. Thank you in advance for your cooperation.



 -

 ___
 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] Wally Terhune

2012-12-13 Thread larryh
Congrats Wally!

Larry Hiscock
Western Computer Services

 Congratulations on your upcoming retirement.  Thanks for all the support
 you have given us over the years for us Unidata guys.   Your breadth of
 knowledge will surely be missed.


 Enjoy retirement,
 -Dan



 Dan Goble | Senior Systems Engineer

 Interline Brands, Inc.
 804 East Gate Drive Suite 100, Mount Laurel, NJ 08054
 Office: 856.533.3110 | Mobile: 609.792.6855
 E-mail: dan.go...@interlinebrands.com | Website: www.interlinebrands.com


 This e-mail and any files transmitted with it are confidential and
 intended solely for the individual or entity to whom they are addressed.
 Please notify the sender immediately by e-mail if you have received this
 e-mail in error and delete all copies of this 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] Advantage of indirect call in BASIC

2012-12-03 Thread larryh
I've worked on a system that uses this approach.  A bunch of variables are
defined in the startup program called by the LOGIN paragraph, and stored
in named common.  The idea behind it was to centralize in the event that
the called program ever needed to be changed.

Larry Hiscock
Western Computer Services


 Maybe some plan to change SOUREC at some key point w/o having to change it
 in multiple places?

 Looks like an idea that wasn't fully thought out, but that is just my 2
 cents worth.  Maybe someone has some pearls of wisdom on this.


 JRI

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
 Sent: Monday, December 03, 2012 7:39 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] Advantage of indirect call in BASIC

 I've not encountered this is my career previously, but now I'm seeing a
 system written almost entirely with the use of indirect calls in Universe
 BASIC.

 That is
 SOURCE = *SOME.PROGRAM
 ...
 CALL @SOURCE(INPUTS)

 Is there some advantage to the use of indirect calls that a system would
 be written entirely in this fashion?


 ___
 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] U2UG

2012-08-29 Thread larryh
The link that I see is bo...@u2ug.net, not .org.  The U2UG website is
hosted on u2ug.net (and forwarded there from u2ug.org).  The u2ug.org
domain hosts the mailing list.

Larry Hiscock
Moderator


 Whois, is your friend

 http://www.ip-adress.com/whois/u2ug.org



 -Original Message-
 From: Brian Leach br...@brianleach.co.uk
 To: 'U2 Users List' u2-users@listserver.u2ug.org
 Sent: Wed, Aug 29, 2012 10:51 am
 Subject: Re: [U2] U2UG


 John

 Contact me off-list and I'll see if I can help.

 Brian

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Israel, John R.
 Sent: 29 August 2012 16:12
 To: 'U2 Users List'
 Subject: [U2] U2UG

 What is the E-mail address for contacting support at U2UG?  I clicked on
 the
 only link I could find (bo...@u2ug.org), but that got rejected (which
 suggests that needs to be reviewed).

 Thanks

 John
 ___
 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] [ud] Sub-second delay?

2012-08-27 Thread larryh
RQM is still supported by UniData, but it's now merely a synonym for
SLEEP.  NAP is a UV thing, with millisecond granularity.  SLEEP, in both
UV and UD, like the *nix sleep command, only counts in whole seconds.

Larry Hiscock
Western Computer Services


 RQM was supposed to be merely a command to release quantuum which means
 to pause until I come back up in the time-slicing round-robin.  At some
 point I wonder if they didn't just replace this with a Sleep 1 but
 that's not really what it was *supposed* to be.


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


Re: [U2] Sockets programming on Unidata

2012-08-20 Thread larryh
Are you the client or the server?  acceptConnection is only used by the
server to accept incoming socket connection requests.  If you're trying to
communicate as a client to a remote server, you won't use
acceptConnection, you'll just open the socket, write the request, read the
response, and close the socket.

Larry Hiscock
Western Computer Services


 Unidata 7.1.8
 HP-UX 11.11i

 I am attempting my first sockets programming project.  It appears that
 'initServerSocket' and 'openSocket' are working OK.
 'getSocketInformation' returns info.

 But 'acceptConnection' only seems to timeout, yet it returns a RESULT of
 '0' (no error).   The SocketHandle3 variable is not set.

 Without this SocketHandle3 variable I cannot read ('readSocket').  I am
 doing a 'readSocket' after I have done a 'writeSocket' I am expecting a
 reply from the remote application (Oaisys call recording).

 What am I missing?  The Unidata manual is pretty sparse.  Maybe I have an
 issue with network permissions/firewalling?

 Any ideas on what may be going on with 'acceptConnetion' ?   Maybe you
 have links to deeper Rocket documentation?

 Thanks,

 Marc Rutherford
 Principal Programmer Analyst
 Advanced Bionics LLC
 661) 362 1754

 ___
 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] Sockets programming on Unidata

2012-08-20 Thread larryh
Yes, the same SocketHandle that openSocket returns.


Larry Hiscock
Western Computer Services
Santa Clarita, CA

 Got it, I am the client - so the 'init' and 'accept' not applicable.

 So I should both  'write' and 'read' using the same SocketHandle?

 Marc Rutherford
 Principal Programmer Analyst
 Advanced Bionics LLC
 661) 362 1754


 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of
 lar...@wcs-corp.com
 Sent: Monday, August 20, 2012 9:12 AM
 To: U2 Users List
 Subject: Re: [U2] Sockets programming on Unidata

 Are you the client or the server?  acceptConnection is only used by the
 server to accept incoming socket connection requests.  If you're trying to
 communicate as a client to a remote server, you won't use
 acceptConnection, you'll just open the socket, write the request, read the
 response, and close the socket.

 Larry Hiscock
 Western Computer Services


 Unidata 7.1.8
 HP-UX 11.11i

 I am attempting my first sockets programming project.  It appears that
 'initServerSocket' and 'openSocket' are working OK.
 'getSocketInformation' returns info.

 But 'acceptConnection' only seems to timeout, yet it returns a RESULT of
 '0' (no error).   The SocketHandle3 variable is not set.

 Without this SocketHandle3 variable I cannot read ('readSocket').  I
 am doing a 'readSocket' after I have done a 'writeSocket' I am
 expecting a reply from the remote application (Oaisys call recording).

 What am I missing?  The Unidata manual is pretty sparse.  Maybe I have
 an issue with network permissions/firewalling?

 Any ideas on what may be going on with 'acceptConnetion' ?   Maybe you
 have links to deeper Rocket documentation?

 Thanks,

 Marc Rutherford
 Principal Programmer Analyst
 Advanced Bionics LLC
 661) 362 1754

 ___
 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] CSV to Array

2012-08-15 Thread larryh
This thread is CLOSED.  Take it offline.

Larry Hiscock
Moderator



 No one is forcing you to respond Phil.
 I posted some interesting code and asked for comments.

 The comments so far are just uncalled for abuse.
 You should be banned from this list.


 -Original Message-
 From: Phil Walker p...@gnosys.co.nz
 To: U2 Users List u2-users@listserver.u2ug.org
 Sent: Wed, Aug 15, 2012 3:02 pm
 Subject: Re: [U2] CSV to Array


 At risk of starting a flame war, I agree with Tony. I need to tune my
 email
 rules better.

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-
 boun...@listserver.u2ug.org] On Behalf Of Wjhonson
 Sent: 16 August 2012 9:58 a.m.
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] CSV to Array


 There's no point in being abusive Tony.  No one appreciates it.


 -Original Message-
 From: Tony Gravagno 3xk547...@sneakemail.com
 To: u2-users u2-users@listserver.u2ug.org
 Sent: Wed, Aug 15, 2012 2:50 pm
 Subject: Re: [U2] CSV to Array


 Anyone getting paid to play guessing games? Dude, get to the point. If
 this
 were presented as I need help I think many people would jump to help.
 But presenting this as a Mensa challenge is just wasting people's time.
 T

 Wjhonson wrote:
   Rex Gozar uploaded this code, and someone (perhaps him) corrected it,
  but there's a redundancy here.  I'm trying to fix it, in my own
 version,
  mostly perhaps I *hate* the CONTINUE, but the logic is a bit
 convoluted
  eh?  Anyone spot the redundancy ?

 ___
 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] UV 10.2 Data encryption/ Unidata Soon?

2006-09-29 Thread larryh
Don,

In the meantime, if you need secure encryption for SSN or Credit Card
numbers in Unidata NOW, I have an RC4 encryption algorithm in UniBasic
that is pretty easy to implement.  Since RC4 can generate characters all
across the ASCII spectrum, I also have a base64 encode/decode routine so
the encrypted data can be stored safely in a multi-valued file.

Let me know if you're interested.

Larry Hiscock
Western Computer Services


 Are they plans to include this in a Unidata release anytime soon? I have
 a few hundred thousand SSN numbers that are feeling a bit
 unprotected in the big bad cold world of ours. =)
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/