RE: [U2] UV: Select statement problem

2005-01-13 Thread Adrian Matthews
Are the DATE.FORMAT settings the same on both machines? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Schalk van Zyl Sent: 13 January 2005 07:13 To: u2-users@listserver.u2ug.org Subject: Re: [U2] UV: Select statement problem Any active Index? Indices

[U2] Re: FIBR

2005-01-13 Thread Brutzman, Bill
While I am glad to find out about FIBR, it kills me that anyone would not opt for an editor, like say, EditPlus. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] Passing parameters to a paragraph?

2005-01-13 Thread Wendy Smoak
Can you pass parameters to a paragraph the way you can with a UniBasic program (on the command line)? Which manual discusses prompting for input within paragraphs with Prompt text? I can't find it anywhere, and you can't search for punctuation. :/ I usually just construct the SELECT or

RE: [U2] Passing parameters to a paragraph?

2005-01-13 Thread Graham Hansen
Wendy There are a few parameters you can include in the in line prompts. In the following example the F(CONTROL,CLIENT,1),CLIENT is a lookup which retrieves field 1 of a record called CLIENT from the CONTROL file. The C2, and C, are the command line options 2 3 respectively. LIST AH BREAK.ON

Re: [U2] Passing parameters to a paragraph?

2005-01-13 Thread FFT2001
In a message dated 1/13/2005 8:38:47 AM Pacific Standard Time, [EMAIL PROTECTED] writes: Can you pass parameters to a paragraph the way you can with a UniBasic program (on the command line)? Wendy instead of all that heartache how about this solution: 1) Write a sentence item like

RE: [U2] Passing parameters to a paragraph?

2005-01-13 Thread Brian Leach
Wendy, The inline prompt format is: Cn,Prompt Or In,Prompt Where n is the number of the argument on the command line (arg 1 being the verb). C will read from the command line or substitute an empty string if the value is not there. I will read from the command line or prompt if the value is not

RE: [U2] Passing parameters to a paragraph?

2005-01-13 Thread Lance Jahnke
PA SELECT AR.MASTER WITH DATE GE C2,DATE1 AND WITH DATE LE C3,DATE2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wendy Smoak Sent: Thursday, January 13, 2005 10:24 AM To: u2-users@listserver.u2ug.org Subject: [U2] Passing parameters to a paragraph?

Re: [U2] Passing parameters to a paragraph?

2005-01-13 Thread Richard Sammartino
Wendy, This used to be in the Unidata User's Guide. It is in the Using Unidata manual on the cd's in chapter 7. Rich Sammartino At 09:23 AM 1/13/2005 -0700, you wrote: Can you pass parameters to a paragraph the way you can with a UniBasic program (on the command line)? Which manual discusses

RE: [U2] Passing parameters to a paragraph?

2005-01-13 Thread Stevenson, Charles
Wendy, (can't believe no response posted yet.) Cn,Prompt Text will take nth word from command line. Similar to GET(ARG.) in basic. In,Prompt Text will take nth word from command line, but if none supplied, will prompt user. [control,]prompt text[,options] is general syntax. P,R,A, s are

RE: [U2] Passing parameters to a paragraph?

2005-01-13 Thread Wendy Smoak
Well, it gets worse, I can't even get the paragraph (which uses DOWNLOAD) to run from a subroutine called from UOJ, much less pass it any parameters. (I need to pass in the filename.) I forgot that Datatel's internal transaction mechanism does not play nicely with UOJ. This is related to my

Re: [U2] Passing parameters to a paragraph?

2005-01-13 Thread Stu Glancy
IBM publication Universe User Reference http://publibfi.boulder.ibm.com/epubs/pdf/25119310.pdf In-line prompting explained on page 1-29 or 59 of 887 --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Passing parameters to a paragraph?

2005-01-13 Thread Alfke, Colin
The Using Unidata (udtu.pdf) has Chapter 7 UniData Paragraphs that explains inline prompting. You can search for inline prompt to find further references. Colin Alfke in 'I can't believe it got even colder' Calgary -Original Message- From: Stevenson, Charles Wendy, [snip]

RE: [U2] [UV]Strange But True

2005-01-13 Thread Rex Gozar
FYI - MATCH does a string comparison too. e.g. VAL1 = 43008E-112 VAL2 = 43008E-108 IF (VAL1 MATCHES VAL2) THEN CRT THIS IS STRANGE END does not print the message either. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] [UV]Strange But True

2005-01-13 Thread Pingilley, Ron
One BIG caveat on that one: MATCHES expects the 2nd operand to be a pattern matching string. If the contents of VAL2 are a valid pattern matching expression, it will be treated as such, not as just any old string. For example: RPTEST 0001 CRT TIMEDATE() 0002 VAL1 = 1234567 0003 VAL2 =

RE: [U2] [UV]Strange But True

2005-01-13 Thread Josh Volosov (3)
Hi, I will be out of the office on Friday, 1/14/04, and will return on Tuesday 1/18/04. If a you need an immediate response to your e-mail please e-mail [EMAIL PROTECTED] or you can call Frank at extension 467. Thanks and have a great day! Josh Josh --- u2-users mailing list

RE: [U2] Passing parameters to a paragraph?

2005-01-13 Thread Dawn M. Wolthuis
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-u2- [EMAIL PROTECTED] On Behalf Of Wendy Smoak Sent: Thursday, January 13, 2005 12:40 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Passing parameters to a paragraph? Well, it gets worse, I can't even get the

RE: [U2] Getting XML out of UniData

2005-01-13 Thread Ross Ferris
My immediate response is that Option 2 (rolling your own in code) is going to give you a useable result sooner - especially given the complications you have mentioned (multi-values in PERSON, which are translated individually to multi-valued fields in other files) Option 1 may end up giving

Re: [U2] Re: FIBR

2005-01-13 Thread Mark Johnson
IMHO as I transverse the whole spectrum (no pun intended) of MV flavors, including some native clients, the consistency of ED appeals to me. I've tried using Notepad or other DOS-like editors and while I am very proficient in those for their own purposes, mixing them with MV data or programs feels