[U2] INFO BASIC BNF Spec

2009-08-05 Thread Marco Manyevere

Can anyone please help me with the full BNF spec for the structure of an INFO 
BASIC program?
 
Thanks for any help, Marco.


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


Re: [U2] Performance counters

2009-08-05 Thread Brian Leach
Charles

That's what I meant. Thanks for responding.

Brian

You meant Windows' Performance Monitor, didn't you?
The native UniAdmin one has been on my mind lately  I just umped.
Sorry, can't help.
cds.
 Brian,
 I'm not sure what you are asking.
 Are you saying when you start UniAdmin's Performance Monitor, then on 
 it's menu choose Options:Configuration that there are no parameters 
 listed?  Likewise if you click the plus button?
 Or are you saying the server side doesn't know what to do with the 
 uniAdmin client's request?

 On my PC I'm running UV 10.3, personal edition,   use UniAdmin 1.3.8 
 on the same machine to look at it.
 Performance Monitor seems to work for me, even though the registry 
 section you cite is missing here, too.

 Regards,
 Chuck

 Can anyone please remember how to install the performance counters 
 for an existing UniVerse site? There's nothing appearing when in the 
 performance monitor list of counters, and the 
 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Universe\Performance 
 section is missing.
 Thanks!
 Brian
   


___
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] INFO BASIC BNF Spec

2009-08-05 Thread Martin Phillips

Hi Marco,


Can anyone please help me with the full BNF spec for the structure
of an INFO BASIC program?


I have never seen the language described in BNF. Perhaps one reason is that 
is is ambiguous in a few places. The most obvious example is

  A = BC + 1
where the   could be field expression delimiters or could be relational 
operators.


Out of interest, why are you looking for a BNF definition?


Martin Phillips
Ladybridge Systems Ltd
17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB
+44-(0)1604-709200 


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


Re: [U2] INFO BASIC BNF Spec

2009-08-05 Thread Brian Leach
Hi Marco

I would echo that - there are too many inconsistencies in the language to make 
a full BNF a practical possibility. I've always had to write my own parsers and 
highlighters.

Brian


Hi Marco,

 Can anyone please help me with the full BNF spec for the structure
 of an INFO BASIC program?

I have never seen the language described in BNF. Perhaps one reason is that 
is is ambiguous in a few places. The most obvious example is
   A = BC + 1
where the   could be field expression delimiters or could be relational 
operators.

Out of interest, why are you looking for a BNF definition?


Martin Phillips
Ladybridge Systems Ltd
17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB
+44-(0)1604-709200 

___
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] INFO BASIC BNF Spec

2009-08-05 Thread Marco Manyevere

The reason I want the BNF description is that I want to _attempt_ a java lexer 
and parser that will trace the execution flow of a given subroutine and emit 
some documentation fragments that I can then use to make a flow chart. I am 
particulary interested in documenting all the logical evaluations that occur at 
IF...THEN,  CASE, LOCATE ... THEN,  WHILE, UNTIL, etc that lead to certain 
database actions. I want to be able to say for example for field X of file Y to 
be update in routine ABC conditions 1 2 3 should have been met.



- Original Message 
From: Martin Phillips martinphill...@ladybridge.com
To: U2 Users List u2-users@listserver.u2ug.org
Sent: Wednesday, 5 August, 2009 10:02:01
Subject: Re: [U2] INFO BASIC BNF Spec

Hi Marco,

 Can anyone please help me with the full BNF spec for the structure
 of an INFO BASIC program?

I have never seen the language described in BNF. Perhaps one reason is that is 
is ambiguous in a few places. The most obvious example is
  A = BC + 1
where the   could be field expression delimiters or could be relational 
operators.

Out of interest, why are you looking for a BNF definition?


Martin Phillips
Ladybridge Systems Ltd
17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB
+44-(0)1604-709200 
___
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] Windows 7 and UniDk

2009-08-05 Thread Sunny Matharoo
Hi

Does anyone have experience of Windows 7 and UniDK especially developing
dot.net and VB interfaces.

Thanks

Sunny
Sunny Matharoo
Applications and Database Administrator 

Tristar Worldwide Chauffeur Services 
Tel: +44 (0) 1895 432021
Fax: +44 (0) 1895 432098
Mobile: +44 (0) 7793 184144
Email: sunny.matha...@tristarworldwide.com 
www.tristarworldwide.com
BLOCKED::blocked::http://www.tristarworldwide.com/  
 


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


Re: [U2] Your shell program

2009-08-05 Thread Baker Hughes
Thanks to each who responded on and off list.


-Baker


This communication, its contents and any file attachments transmitted with it 
are intended solely for the addressee(s) and may contain confidential 
proprietary information.
Access by any other party without the express written permission of the sender 
is STRICTLY PROHIBITED.
If you have received this communication in error you may not copy, distribute 
or use the contents, attachments or information in any way.  Please destroy it 
and contact the sender.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] xml mapping file question

2009-08-05 Thread Norman Bauer
Hello all,

Is there a way to insert stylesheet information in the mapping file?
For instance:

U2
  root=name
  treat-as=element
  stylesheet=some.xsl
/

It would save me a lot of work and a huge headache if I could get that
information in the mapping file.

Thanks,

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


Re: [U2] xml mapping file question

2009-08-05 Thread Jo Lester

Do you mean something like this? 

?xml version=1.0 encoding=ISO-8859-1?
?xml-stylesheet type=text/xsl href=simple.xsl?

 

 

The above was borrowed (reprinted w/o permission) from 
http://www.w3schools.com/XML/xml_xsl.asp

 

or do you mean attaching a particular style to a particular element, by adding 
an attribute?

 

 


 
 Date: Wed, 5 Aug 2009 14:45:47 -0400
 From: normanba...@gmail.com
 To: u2-users@listserver.u2ug.org
 Subject: [U2] xml mapping file question
 
 Hello all,
 
 Is there a way to insert stylesheet information in the mapping file?
 For instance:
 
 U2
 root=name
 treat-as=element
 stylesheet=some.xsl
 /
 
 It would save me a lot of work and a huge headache if I could get that
 information in the mapping file.
 
 Thanks,
 
 Norm
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

_
Express your personality in color! Preview and select themes for Hotmail®. 
http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_express:082009
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] xml mapping file question

2009-08-05 Thread Norman Bauer
That is exactly what I mean Jo.

If I were to do:

SORT VOC TOXML XMLMAPPING some_file.map TO some-xml-file

then in some-xml-file I would expect to see

?xml version=1.0 encoding=ISO-8859-1?
?xml-stylesheet type=text/xsl href=simple.xsl?
ROOT

yada yada yada

/ROOT

On Wed, Aug 5, 2009 at 4:05 PM, Jo Lesterjp.les...@hotmail.com wrote:

 Do you mean something like this?

 ?xml version=1.0 encoding=ISO-8859-1?
 ?xml-stylesheet type=text/xsl href=simple.xsl?





 The above was borrowed (reprinted w/o permission) from 
 http://www.w3schools.com/XML/xml_xsl.asp



 or do you mean attaching a particular style to a particular element, by 
 adding an attribute?







 Date: Wed, 5 Aug 2009 14:45:47 -0400
 From: normanba...@gmail.com
 To: u2-users@listserver.u2ug.org
 Subject: [U2] xml mapping file question

 Hello all,

 Is there a way to insert stylesheet information in the mapping file?
 For instance:

 U2
 root=name
 treat-as=element
 stylesheet=some.xsl
 /

 It would save me a lot of work and a huge headache if I could get that
 information in the mapping file.

 Thanks,

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

 _
 Express your personality in color! Preview and select themes for Hotmail®.
 http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_express:082009
 ___
 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] UV on Windows

2009-08-05 Thread jpb-u2ug
We are setting up a networked UniVerse Windows 2008 server for future use
and coming from a long line of 'Nix processing systems I have some questions
about how database administration is handled from those that use a Windows
system. The users will all be entered through the network so I know I won't
have to worry about doing that any more but what about the other things like
file administration? I already know that there is no spooler anymore. Do you
use the UniAdmin much or is everything done from the command line? Do you
use a separate database administrator login to do database administration or
do you have to be the system administrator? The network administrator wants
to, understandably, lock the system down as tightly as possible without
shutting down the business so how far do you go? When resizing files do they
carry the same properties over or do they have to be reset? For those that
have moved from Linux to Windows, did you have to change any configuration
settings? I tested a short program that was recently bench marked by several
people on this list, building a dynamic array, and I was really surprised by
the difference in the speed between the various times reported and also my
own testing of our current Linux server and the new Windows server (0.6
seconds as opposed to 35 minutes). I reported the difference to my VAR and
they sent the results on the IBM. I'm thinking, hoping, that we will just
need to change some of the environment variables. I know I can ask my VAR
these questions but I want to get more of a consensus from the list.

 

Please let's not get caught up in the 'Nix/Windows battle J.

 

Jerry Banker

UV Project Leader

Senior Programmer Analyst

IBM Certified Solutions Expert

 

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


Re: [U2] xml mapping file question

2009-08-05 Thread Jo Lester

 
XDOMTransform
Syntax
XDOMTransform(domHandle, styleSheet, ssLocation, outDomHandle)

 

 
 
Description
The XDOMTransform function transforms input DOM structure using the style sheet 
specified by styleSheet to output DOM structure.7-34 C:\Program 
Files\Adobe\FrameMaker8\UniVerse 
 
 
Parameters





The following table describes each parameter of the syntax.XDOMTransform 
Parameters Parameter


Description


domHandle

Handle to the DOM structure. [IN]


styleSheet

Handle to the context [IN]


ssLocation

A flag to specify whether styleSheet contains style sheet itself, or is just 
the style sheet file name. Value values are:
„XML.FROM.FILE (default)
„XML.FROM.STRING
[IN]


outDomHandle

Handle to the resulting DOM structure. [OUT]
 

The above was borrowed (reprinted w/o permission) from section 7-34 of the 
Universe XML docs 

http://publibfp.boulder.ibm.com/epubs/pdf/22922360.pdf

 

I haven't tried it myself yet, sorry.


 
 Date: Wed, 5 Aug 2009 16:15:50 -0400
 From: normanba...@gmail.com
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] xml mapping file question
 
 That is exactly what I mean Jo.
 
 If I were to do:
 
 SORT VOC TOXML XMLMAPPING some_file.map TO some-xml-file
 
 then in some-xml-file I would expect to see
 
 ?xml version=1.0 encoding=ISO-8859-1?
 ?xml-stylesheet type=text/xsl href=simple.xsl?
 ROOT
 
 yada yada yada
 
 /ROOT
 
 On Wed, Aug 5, 2009 at 4:05 PM, Jo Lesterjp.les...@hotmail.com wrote:
 
  Do you mean something like this?
 
  ?xml version=1.0 encoding=ISO-8859-1?
  ?xml-stylesheet type=text/xsl href=simple.xsl?
 
 
 
 
 
  The above was borrowed (reprinted w/o permission) from 
  http://www.w3schools.com/XML/xml_xsl.asp
 
 
 
  or do you mean attaching a particular style to a particular element, by 
  adding an attribute?
 
 
 
 
 
 
 
  Date: Wed, 5 Aug 2009 14:45:47 -0400
  From: normanba...@gmail.com
  To: u2-users@listserver.u2ug.org
  Subject: [U2] xml mapping file question
 
  Hello all,
 
  Is there a way to insert stylesheet information in the mapping file?
  For instance:
 
  U2
  root=name
  treat-as=element
  stylesheet=some.xsl
  /
 
  It would save me a lot of work and a huge headache if I could get that
  information in the mapping file.
 
  Thanks,
 
  Norm
  ___
  U2-Users mailing list
  U2-Users@listserver.u2ug.org
  http://listserver.u2ug.org/mailman/listinfo/u2-users
 
  _
  Express your personality in color! Preview and select themes for Hotmail®.
  http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_express:082009
  ___
  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

_
Get free photo software from Windows Live
http://www.windowslive.com/online/photos?ocid=PID23393::T:WLMTAGL:ON:WL:en-US:SI_PH_software:082009
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] UV on Windows

2009-08-05 Thread David Jordan
Hi Jerry

The windows version works pretty much the same.  I have found select lists to 
perform far faster in windows than unix, I am not sure why.  You should also 
look at using Virtual environments, a number of our clients are beginning to 
use this and UniVerse seems to work well on this.  With windows servers, a lot 
of clients are using backup snapshots multiple times a day.  You should look at 
building database pause and start as part of that process.  You will need to 
modify security policy to allow users to login to the server if they are using 
telnet, this is explained in previous u2-list emails.  You can switch on the 
Unix routines on in windows.  You need to be careful of virus software on the 
server running on the windows server as some conflict with UniVerse.

My biggest pain is dropped processes that hang onto record locks, it is often a 
convoluted process to release them.

Regards

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