Susan, just an FYI, UniVerse does have a "mkdbfile" binary in the
$uvhome/bin directory. I execute this to create sub-files from within my
basic programs. I created a VOC entry for the binary: @ID = MKDBFILE
@RECORD = V:@FM:mkdbfile:@FM:E:@FM:VF:@FM:@FM:PICK.FORMAT then

>From my BASIC program I can EXECUTE "MKDBFILE
/mp/MPLIVE/SY.WEBWORK/":@USERNO:" 3 1301 4"



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn
Sent: Tuesday, June 14, 2005 7:20 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] [uv]CREATE.FILE syntax for remote directories

You can do a full-path CREATE.FILE with Unidata, but not with Universe.
I
have been hoping that might make it to the "compatibility list".

I didn't know you could do a UNIX command and get a uv-typed (perhaps
hashed) file -- as Martin's suggestion.  What I do is create it locally
by
EXECUTING CREATE.FILE, then EXECUTE a UNIX 'mv' to push it to the
correct
location and then write down the Fpointer.

Susan Joslyn
SJ+ Systems Associates, Inc.

----------------------------------------------------------------------

Date: Mon, 13 Jun 2005 10:41:58 +0200
From: "Manu Fernandes" <[EMAIL PROTECTED]>
Subject: [U2] [uv]CREATE.FILE syntax for remote directories

Hi all,

Question : Is there a way to specify a full path+filename  instead a 
filename in the CREATE.FILE command ?

To have files created  into other directory like the current.

Thanks for any suggestions.


Manu Fernandes
Infodata S.`r.l. 

------------------------------

Date: Mon, 13 Jun 2005 10:51:51 +0100
From: "Martin Phillips" <[EMAIL PROTECTED]>
Subject: Re: [U2] [uv]CREATE.FILE syntax for remote directories

> Question : Is there a way to specify a full path+filename  instead a
> filename in the CREATE.FILE command ?

No but the underlying operating system level program that does the
CREATE.FILE can do this.

      /usr/uv/bin/mkdbfile pathname type modulo separation
(with the appropriate path on the mkdbfile program)

It is relatively easy to wrap a bit of Basic around this and build your
own
CREATE.PATH verb.


Martin Phillips
Ladybridge Systems
17b Coldstream Lane, Hardingstone, Northampton NN4 6DB
+44-(0)1604-709200
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to