RE: [U2] CREATE.FILE one liner and UVSH.EXE

2004-07-07 Thread Dennis Bartlett
Hi Andy

Yes I got your post, but didn't reply as I had only an
inkling of what
possible direction you could choose. I toddled off to the
manuals, and
as yet haven't found anything of value, so ... here's my
theory:

why can't you use the mkdbfile executable in UV\bin? Or
it's pal
create.file?

Somewhere I used it to create files in another account, and
found the
how-to in the archives... however today I can't even find
the
archive... :)

What I do remember is that I assembled the command, then
executed it
from within Basic - if this is correct you should be able to
access it
from outside of basic?
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] CREATE.FILE one liner and UVSH.EXE

2004-07-07 Thread Les Hewkin
To create a test file type

CREATE.FILE TESTFILE 1,2,18 1,2,19

1,1,18 is the dict size and type (mod = 1, sep = 2, type = 18) 
1,1,19 is the data size and type (mod = 1, sep = 2, type = 19)

Les

-Original Message-
From: Andy Moore [mailto:[EMAIL PROTECTED]
Sent: 07 July 2004 11:42
To: [EMAIL PROTECTED]
Subject: [U2] CREATE.FILE one liner and UVSH.EXE


DISCLAIMER:
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error, please delete it and notify
the sender immediately.  Please note that there is no guarantee that
this email or any attachment is virus free or has not been intercepted
or amended.

Hello,

I am currently writing an application in VB.Net that communicates with
Universe servers via UVSH.EXE
(can't use Uniobjects as not all our users install them or allows them)

I have hit a problem where I am trying to create a file via UVSH.EXE as it
appears I am limited to one line commands, unless anyone knows differently?

The problem is that I am trying to create a type 19 file and although the help
file on Universe states I can do this with one line, Universe itself doesn't
seem to alllow it.

In the help file it says the following:

CREATE.FILE [DICT | DATA] [filename [, datafile]]  [type] [modulo]
[separation] [parameter [value]...]   [description]

Am I incorrect in understanding the TYPE option to be the file type?

For an example to this I am typing (following the above)  CREATE.FILE TESTFILE
19 1 3

which I would expect to create me a type 19 file, but it creates a type 18
file!

Is there something I am doing wrong here or is the help file incorrect?

I have tried this on Universe 10.0.4 and 10.1.0 and both versions seem to act
the same.

Andy Moore
Selima Software Ltd
Tel: 0114 2815000
Fax: 0114 281
email: [EMAIL PROTECTED]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


This e-mail and any attachments are confidential and intended solely for the use of 
the addressee only. If you have received this message in error, you must not copy, 
distribute or disclose the contents; please notify the sender immediately and delete 
the message.
This message is attributed to the sender and may not necessarily reflect the view of 
Travis Perkins plc or its subsidiaries (Travis Perkins). Agreements binding Travis 
Perkins may not be concluded by means of e-mail communication.
E-mail transmissions are not secure and Travis Perkins accepts no responsibility for 
changes made to this message after it was sent. Whilst steps have been taken to ensure 
that this message is virus free, Travis Perkins accepts no liability for infection and 
recommends that you scan this e-mail and any attachments.
Part of Travis Perkins plc. Registered Office: Lodge Way House, Lodge Way, Harlestone 
Road, Northampton, NN5 7UG.
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] CREATE.FILE one liner and UVSH.EXE

2004-07-07 Thread Mike Dallaire
Andy,
Try CREATE.FILE filename 1,3 1,3,19
HTH,
Mike Dallaire
Mortgage Builder Software Inc.
(248) 208-3223 ext. 103
[EMAIL PROTECTED]
www.mortgagebuilder.com



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Andy Moore
Sent: Wednesday, July 07, 2004 6:42 AM
To: [EMAIL PROTECTED]
Subject: [U2] CREATE.FILE one liner and UVSH.EXE


DISCLAIMER:
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error, please delete it and notify
the sender immediately.  Please note that there is no guarantee that
this email or any attachment is virus free or has not been intercepted
or amended.

Hello,

I am currently writing an application in VB.Net that communicates with
Universe servers via UVSH.EXE
(can't use Uniobjects as not all our users install them or allows them)

I have hit a problem where I am trying to create a file via UVSH.EXE as it
appears I am limited to one line commands, unless anyone knows differently?

The problem is that I am trying to create a type 19 file and although the
help
file on Universe states I can do this with one line, Universe itself doesn't
seem to alllow it.

In the help file it says the following:

CREATE.FILE [DICT | DATA] [filename [, datafile]]  [type] [modulo]
[separation] [parameter [value]...]   [description]

Am I incorrect in understanding the TYPE option to be the file type?

For an example to this I am typing (following the above)  CREATE.FILE
TESTFILE
19 1 3

which I would expect to create me a type 19 file, but it creates a type 18
file!

Is there something I am doing wrong here or is the help file incorrect?

I have tried this on Universe 10.0.4 and 10.1.0 and both versions seem to
act
the same.

Andy Moore
Selima Software Ltd
Tel: 0114 2815000
Fax: 0114 281
email: [EMAIL PROTECTED]
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] CREATE.FILE one liner and UVSH.EXE

2004-07-07 Thread Andy Moore
DISCLAIMER:
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error, please delete it and notify
the sender immediately.  Please note that there is no guarantee that
this email or any attachment is virus free or has not been intercepted
or amended.

Piers,

This still requires the modulo and seperation to be entered seperately in the same way 
that it would require the file type to be entered seperately if I entered just the 
modulo and seperation which is the problem I am trying to avoid as I am using UVSH.EXE

Mike  Les,

Thanks, both your answers worked!

IBMs documentation is misleading with this, but thanks for your help all.

-Original Message-
From: Piers Angliss [mailto:[EMAIL PROTECTED]
Sent: 07 July 2004 13:09
To: [EMAIL PROTECTED]
Subject: RE: [U2] CREATE.FILE one liner and UVSH.EXE


Re Creating Type 19 files, have you tried 

CREATE.FILE TESTFILE 19  without the modulo and separation ?

Hth

Piers
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] CREATE.FILE one liner and UVSH.EXE

2004-07-07 Thread Terry Layne
On Wed, 7 Jul 2004 11:42:11 +0100, Andy Moore wrote
 DISCLAIMER:
 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error, please delete it and notify
 the sender immediately.  Please note that there is no guarantee that
 this email or any attachment is virus free or has not been 
 intercepted or amended.
 

Putting this worthless dribble at the top of an email is really annoying. 
See the following for a discussion of how stupid they are.

http://www.goldmark.org/jeff/stupid-disclaimers/

--
Terry Layne
Portland, OR
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] CREATE.FILE one liner and UVSH.EXE

2004-07-07 Thread Andy Moore
DISCLAIMER:
This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error, please delete it and notify
the sender immediately.  Please note that there is no guarantee that
this email or any attachment is virus free or has not been intercepted
or amended.

I apologise about the disclaimer at the start of my email, I have complained about 
this in the past to our system administrator, but he's adament that it stays. (I've 
had complaints from customers that I email as on HTML mail it's coded in such a way 
that sets of some spam catchers!)

Sorry everyone, but there's not much I can do about it and I hate it as much as you do.

I have suggested a link in the email somewhere to our disclaimer or even putting the 
disclaimer at the end of the email if it really must be there.

As your referenced site states, they aren't much use anyway.



-Original Message-
From: Terry Layne [mailto:[EMAIL PROTECTED]
Sent: 07 July 2004 16:04
To: [EMAIL PROTECTED]
Subject: Re: [U2] CREATE.FILE one liner and UVSH.EXE


On Wed, 7 Jul 2004 11:42:11 +0100, Andy Moore wrote
 DISCLAIMER:
 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error, please delete it and notify
 the sender immediately.  Please note that there is no guarantee that
 this email or any attachment is virus free or has not been 
 intercepted or amended.
 

Putting this worthless dribble at the top of an email is really annoying. 
See the following for a discussion of how stupid they are.

http://www.goldmark.org/jeff/stupid-disclaimers/

--
Terry Layne
Portland, OR
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] CREATE.FILE one liner and UVSH.EXE

2004-07-07 Thread Peter Olson
yorkshire  terrier  next door is living on borrowed
time, let me tell you.. ROFLMAO!!!


Thank You!!!



This e-mail, including attachments, may include confidential and/or 
proprietary information, and may be used only by the person or entity to 
which it is addressed. If the reader of this e-mail is not the intended 
recipient or his or her authorized agent, the reader is hereby notified 
that any dissemination, distribution or copying of this e-mail is 
prohibited. If you have received this e-mail in error, please notify the 
sender by replying to this message and delete this e-mail immediately. 
---
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/