Re: [U2] Read yourself

2014-05-13 Thread Richard Lewis
K.2 CALL STACK.1 RETURN STACK.WRAP CRT @(-1) CALL STACK.2 And here's the results: || 3ý/(absolute path)/BP.O/STACK.1ý0x6 2ý/(absolute path)/BP.O/STACK.2ý0x0 1ý/(absolute path)/BP.O/STACK.WRAPý0xe |----| Best Regards, Richard Lewis On Tue, May 13, 2014 at 11:59 AM, Geor

Re: [U2] Web services at 11.x

2014-05-13 Thread Richard Lewis
We have been using a SOAP interface on 10.2 or 10.3 (I forget now which) and are now on 11.1. We have also successfully used curl to from within UV to interact with a web service on 11.1, on linux. Richard Lewis On Tue, May 13, 2014 at 11:10 AM, Oaks, Harold wrote: > > I have been tell

Re: [U2] BDT Sluggish

2013-11-21 Thread Richard Lewis
ault domains to use/try, etc. Best Regards, Richard Lewis On Thu, Nov 21, 2013 at 2:17 PM, Bill Brutzman wrote: > 1. I just downloaded the latest Oct2013. > 2. As with the earlier BDT release... each time I press a key... it takes > two seconds to appear on the screen. > 3. M

Re: [U2] Ref: Web Services at Universe 11.n

2013-10-31 Thread Richard Lewis
We're on linux. Richard Lewis On Thu, Oct 31, 2013 at 2:46 PM, Oaks, Harold wrote: > 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 in

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

2013-10-31 Thread Richard Lewis
as able to spend a little time making various invalid requests to see in detail what error conditions would look like, and document that as well. And the curl implementation took about 1/10 as many lines of code. Thanks for all the suggestions! Sincerely Best Regards, Richard Lewis IBM Certifi

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

2013-10-30 Thread Richard Lewis
Tried that already, but thanks for the suggestion. By the way, the curl solution doesn't require that header to get a successful response. Richard Lewis On Wed, Oct 30, 2013 at 5:01 PM, Rick Nuckolls wrote: > If you have not done so yet, try adding the header for Content-Type before

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

2013-10-30 Thread Richard Lewis
Dan, Where would I find documentation on the 'UDO functions'? Thanks! Richard Lewis On Wed, Oct 30, 2013 at 3:24 PM, Daniel McGrath wrote: > We haven't built 11.23 yet. 11.2 is the next one about to come out :) > > As others have mentioned, U2 Basic supports HTT

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

2013-10-30 Thread Richard Lewis
.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis > Sent: 30 October 2013 20:03 > To: U2 Users List > Subject: Re: [U2] Web Services at Universe 11.n > > I've recently been tasked with accessing a webservice, and couldn't get a > valid

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

2013-10-30 Thread Richard Lewis
failed it. I switched to using curl, and it all worked perfectly. Richard Lewis On Wed, Oct 30, 2013 at 1:00 PM, Oaks, Harold wrote: > 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, fin

Re: [U2] [JOB] in Colorado ?

2013-09-17 Thread Richard Lewis
After glancing over the posting to which you linked, at the bottom I find: To be considered for this role, please visit our website by clicking here (Insert hyperlink to www.iqor.com under "here"), click the "CAREERS" tab at the top of the page à United States à Universe Software Developer (New Yo

Re: [U2] Select from one file with save-list from another file

2013-08-27 Thread Richard Lewis
Yes, because (at least on UV) it actually writes a temporary record to the dictionary to perform the EVAL expression. On Tue, Aug 27, 2013 at 6:37 PM, Wjhonson wrote: > Are you implying that it somehow reads the permissions of the dictionary > before allowing the use of EVAL? > > __

Re: [U2] History of Prime Information

2013-04-26 Thread Richard Lewis
I believe that was Informix rather than Informatics. Richard Lewis On Fri, Apr 26, 2013 at 7:12 PM, David Taylor wrote: > If I'm not mistaken, there was another company in between Vmark and IBM. > > I believe (and there may have been some smoke and mirrors in all this) >

Re: [U2] Searching for 'Bad' Dates

2013-01-29 Thread Richard Lewis
How about: SELECT fname WITH MPAR.STATUS.DATE CONV "" = "[/]" Since you seem to know exactly the kind of erroneous data you want to find. On Tue, Jan 29, 2013 at 3:38 PM, Greg Coelho wrote: > All, > > Can anyone help me with a query to find instances where an external date > has been written

Re: [U2] YYMMDD easy way?

2012-04-25 Thread Richard Lewis
;120425" > > > > Like Rick, I find flavor does not matter. > > On 4/24/2012 7:38 PM, Rick Nuckolls wrote: > >> That was my thought, but the flavor does not seem to affect it on my > version. > >> > >> -Rick > >> > >> On Apr 24, 201

Re: [U2] YYMMDD easy way?

2012-04-24 Thread Richard Lewis
Or maybe it's my Pick flavor. Richard Lewis On Tue, Apr 24, 2012 at 6:27 PM, Rick Nuckolls wrote: > Hmmm, > > That must be a change at UV 11. 10.2.x still produces 2 digit months and > days without the extra 2’s. > > -Rick > > > On Apr 24, 2012, at 5:21 PM,

Re: [U2] YYMMDD easy way?

2012-04-24 Thread Richard Lewis
how many characters to display, and the empty quotes specify the 'text' with which to separate the elements. There's about 80 lines that describe it when you do HELP CONV D at TCL. Richard Lewis On Tue, Apr 24, 2012 at 6:08 PM, Rick Nuckolls wrote: > Or, a bit more simply: &

Re: [U2] Universe 10.2 to 11.1

2012-03-06 Thread Richard Lewis
it is still running 10.3.2. Our sys admin isn't here at the moment, but didn't report any extra difficulties or delays compared to any previous upgrades. Best Regards, Richard Lewis On Tue, Mar 6, 2012 at 12:34 PM, Oaks, Harold wrote: > All: > > Who has upgraded Universe 10.2 to

Re: [U2] uppercase

2011-06-23 Thread Richard Lewis
I understand matrix operations well enough to use them frequently, and in light of this discussion, the following question popped into my mind: Is there any difference between: X = OCONV(X,'MCU') and: X = OCONVS(X,'MCU') Has anyone experienced the results being differen

Re: [U2] How to Clear Empty VM marks in Field

2011-01-28 Thread Richard Lewis
Garry, Since you described a simple situation, I'll provide a simple solution. FXI = 1ýý DCOUNT(TRIM(FXI,@VM),@VM) should return 1. Best Regards, Richard Lewis On Fri, Jan 28, 2011 at 5:29 PM, Garry Smith wrote: > FXI = 1ýý > > DCount(FXI,VM) returns 3 > Is there func

Re: [U2] Data in Dict

2011-01-25 Thread Richard Lewis
sk as cheap as it is these days, it's a very easy solution, once you know. Richard Lewis On Tue, Jan 25, 2011 at 10:49 AM, Allen Egerton wrote: > Jeff, > > That's a nice simple solution, I'd just add don't forget to right > justify the @ID Dict item in t

Re: [U2] UV User Logout

2011-01-12 Thread Richard Lewis
iate prviileges to create the sub-directory in the &SAVEDLISTS& directory. You could resize the &SAVEDLISTS& file as a Type 19, or fix the owner &/or group of &SAVEDLISTS&, or just turn STACK.WRITE off. Without looking, that's what I would guess. Best Regards, Ri

Re: [U2] UV 11.1 and HP Itanium

2011-01-11 Thread Richard Lewis
ssage- > From: u2-users-boun...@listserver.u2ug.org [mailto: > u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis > Sent: Tuesday, January 11, 2011 7:05 PM > To: U2 Users List > Subject: Re: [U2] UV 11.1 and HP Itanium > > And what version of UV are you runnin

Re: [U2] UV 11.1 and HP Itanium

2011-01-11 Thread Richard Lewis
.org [mailto: > u2-users-boun...@listserver.u2ug.org] On Behalf Of Richard Lewis > Sent: Tuesday, January 11, 2011 6:10 PM > To: U2 Users List > Subject: [U2] UV 11.1 and HP Itanium > > Our sysadmin would like me to ask: > > How many out there are running UV 11.1 on Itanium? >

[U2] UV 11.1 and HP Itanium

2011-01-11 Thread Richard Lewis
Our sysadmin would like me to ask: How many out there are running UV 11.1 on Itanium? Have any of you on UV 11.1 on Itanium had any issues with shared memory? Thanks! Richard Lewis IBM Certified Solutions Expert ___ U2-Users mailing list U2-Users

Re: [U2] Sparse array population in Pick

2010-12-09 Thread Richard Lewis
it for at least 15 years. Best Regards, Richard Lewis On Thu, Dec 9, 2010 at 3:09 PM, wrote: > Years ago I had written a system, far predating XML, where the element-tags > were unpredictable. Essentially the user was allowed to create any tags > they wished, and any number of tags

Re: [U2] UniVerse DOS Command - Batch File Error

2010-11-02 Thread Richard Lewis
Is the path set correctly, so that the application can be seen from the cmd or EXECUTEd environment? Best Regards, Richard Lewis On Tue, Nov 2, 2010 at 4:33 PM, Don P. Nagai wrote: > Thank you for all the suggestions. I do appreciate them. > > I've tried the "cmd.exe

Re: [U2] UV index with duplicate nodes

2010-10-01 Thread Richard Lewis
Oh, I forgot to mention that we are on UV 10.3.2, HP-UX B.11.23 U. Thanks! Richard ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] UV index with duplicate nodes

2010-10-01 Thread Richard Lewis
ent: Friday, October 01, 2010 6:02 AM > To: U2 Users List > Subject: Re: [U2] UV index with duplicate nodes > > Look for a space or non printing character in the data. That would make it > look the same but actually be unique. > > > - Original Message - > Fr

[U2] UV index with duplicate nodes

2010-09-30 Thread Richard Lewis
2345-6789 765432 543219 12345 654321 We are having our UniVerse administrator ask our dealer for assistance, but were interested if any other users have had any recent similar experiences, or advice. Sincerely Best Regards, Richard Lewis IBM Certified Solu

Re: [U2] TRANSLATING LAST VALUE FROM A SINGLE VALUE

2010-05-22 Thread Richard Lewis
Try: LIST FILE1 EVAL "TRANS(FILE2,@RECORD<1,DCOUNT(@RECORD<1>,@VM)>,'12','X')" Richard Lewis On Fri, May 21, 2010 at 10:15 AM, James Patrick Volkman < jamesvolk...@yahoo.com> wrote: > I'm attempting to do a translate and was wonderin

Re: [U2] The opposite of Export is.. sometimes not Import...

2010-01-21 Thread Richard Lewis
his will strip out all the non-alphanumeric characters. You could then easily access by Part Number no matter how many dashes, dots, etc. were entered on either system, via the index. Best Regards, Richard Lewis Nu Skin Enterprises On Thu, Jan 21, 2010 at 1:33 PM, John J. Wahl wrote: > >

Re: [U2] UD: Executing small part of subroutine code once from dictionary call

2009-08-20 Thread Richard Lewis
/etc. statement. Here's a post that used that method: http://www.mail-archive.com/u2-users%40listserver.u2ug.org/msg30268.html Best Regards, Richard Lewis On Thu, Aug 20, 2009 at 3:28 PM, Bill Haskett wrote: > > I have a UD dictionary that calls a subroutine. The subroutine s

RE: [U2] Clearing a Sequential File:

2004-08-24 Thread Richard Lewis
If you do a WEOFSEQ after all your WRITESEQs, the file will be truncated at that point. Something like this: OPENSEQ 'path/filename' TO F.SEQ ... * pointer is at beginning of file LOOP WHILE STUFF.TO.WRITE DO WRITESEQ STUFF.TO.WRITE ON F.SEQ ELSE ... REPEAT WEOFSEQ F.SEQ ... This insures that ev

RE: [U2] EVAL formatting

2004-08-16 Thread Richard Lewis
Of course you can display a decimal. Try this: LIST CS.2004 H.HCG.AWARDED.ALL H.TOTAL.AWARD EVAL "(H.HCG.AWARDED.ALL * 100)/H.TOTAL.AWARD)" CONV "MR2" Richard B. Lewis Sr. Software Engineer Dynix r-l-e-w-i-s-at-d-y-n-i-x-dot-c-o-m p 801-223-5392 f 801-223-5202 www.dynix.com -Original M

RE: [U2] MCU's an input within a PAragraph?

2004-08-11 Thread Richard Lewis
I didn't say nor mean to suggest that it was not _at all_ useful. I have used such an example before myself. I was just recognizing and agreeing with Glenn that there remain some, perhaps several, situations and conversion codes where it is not really too helpful, and could perhaps be enhanced.

RE: [U2] MCU's an input within a PAragraph?

2004-08-11 Thread Richard Lewis
I learn so much lurking on this list (some of which I actually get to use in my work) that I humbly dare to respond: Glenn wrote: Well, according to the documentation you can specify a conversion code: <> which should apply the conversion code to the input value, but which appears not to work.

RE: [U2] Universe Case

2004-06-02 Thread Richard Lewis
You may want to put a PTERM CASE NOINVERT in your login proc/paragraph or in uv VOC UV.LOGIN Richard B. Lewis Sr. Software Engineer Dynix [EMAIL PROTECTED] p 801-223-5392 f 801-223-5202 www.dynix.com -Original Message- From: [EMAIL PROTECTED] [mailto:[

RE: [U2] Preventing Unix Login

2004-05-21 Thread Richard Lewis
Don't most flavors of unix support the /etc/nologin file? The contents of that file will be displayed instead of the usual 'Login please' prompt to telnet connections, as well as preventing logins, except from root. Try 'man login' from your unix shell prompt for more info. Just setup the file a

RE: [U2] [UV] CATALOG verb

2004-05-19 Thread Richard Lewis
And if you add the T option to the S and N, you don't have to press return the extra time. i.e., > COPYP BP PROGRAM (SNT Richard B. Lewis Sr. Software Engineer Dynix [EMAIL PROTECTED] p 801-223-5392 f 801-223-5202 www.dynix.com -Original Message- From