[U2] UV CREATE.FILE

2007-07-03 Thread Susan Joslyn
Hello Group,

Anybody know the syntax to create a DIR type file from a single command line
execute on Universe?

 

The helps says it's type, then  modulo and sep -  then gives the specific
example CREATE.FILE DATA TEST 4 3 2 saying that this will create type 4 file
with a modulo of 3 and a separate of 4, but when I type that exact command
at TCL I get:

 

CREATE.FILE DICT SJTEST7 4 3 2  

Creating file D_SJTEST7 as Type 18, Modulo 4, Separation 1.

Added @ID, the default record for RetrieVe, to D_SJTEST7.

I've always just done it CREATE.FILE filename - then hit return and it
prompts me.  It does, by the way prompt for modulo first.  But if I try to
do THAT on the command line, as in CREATE.FILE SJTEST8 1 2 19 . I still
don't get what I'm after:

 

CREATE.FILE SJTEST8 1 2 19 

Creating file SJTEST8 as Type 18, Modulo 2, Separation 1. 

Creating file D_SJTEST8 as Type 18, Modulo 1, Separation 1

Added @ID, the default record for RetrieVe, to D_SJTEST8
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] UV CREATE.FILE

2007-07-03 Thread Colin Jennings

Hi Susan.

To create a DIR level file (type 1 or 19) at TCL, enter:

CREATE.FILE MYFILE 1,1 1,1,19

The first 1,1 will create a standard Type 18 dictionary file and the 1,1,19 
will create a Type 19 data file.  To create a Type 1, change the 19 
accordingly.


Col.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV CREATE.FILE

2007-07-03 Thread Jerry Banker
Susan,
The command is flavor dependent.
Pick, Reality, and IN2 use:
CREATE.FILE DATA filename mod,sep,type

Prime and Ideal use:
CREATE.FILE DATA filename type mod sep

Jerry

-Original Message-
From: Susan Joslyn [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 03, 2007 12:36 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] UV CREATE.FILE

Hello Group,

Anybody know the syntax to create a DIR type file from a single command
line
execute on Universe?

 

The helps says it's type, then  modulo and sep -  then gives the
specific
example CREATE.FILE DATA TEST 4 3 2 saying that this will create type 4
file
with a modulo of 3 and a separate of 4, but when I type that exact
command
at TCL I get:

 

CREATE.FILE DICT SJTEST7 4 3 2  

Creating file D_SJTEST7 as Type 18, Modulo 4, Separation 1.

Added @ID, the default record for RetrieVe, to D_SJTEST7.

I've always just done it CREATE.FILE filename - then hit return and it
prompts me.  It does, by the way prompt for modulo first.  But if I try
to
do THAT on the command line, as in CREATE.FILE SJTEST8 1 2 19 . I still
don't get what I'm after:

 

CREATE.FILE SJTEST8 1 2 19 

Creating file SJTEST8 as Type 18, Modulo 2, Separation 1. 

Creating file D_SJTEST8 as Type 18, Modulo 1, Separation 1

Added @ID, the default record for RetrieVe, to D_SJTEST8
---
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/


RE: [U2] UV CREATE.FILE

2007-07-03 Thread u2
It depends on the flavor. The commands are very different.
In idea flavor, it's just
CREATE-FILE dirname 1
Or
CREATE-FILE dirname 19
And it creates a default dictionary for the file as type 3 modulo 1. If you
want a different size/type for the dictionary, create it first with
CREATE-FILE DICT dirname 3 4 5
Which creates the dict as type 3 modulo 4 seperation 5, and then create the
data portion with
CREATE-FILE DATA dirname 19

If you are in PICK flavor,
CREATE-FILE dirname 4,5,6 1,1,19
Will create a type 19 file with a type 6 dictionary modulo 4 seleration 5.
You need to put in the dummy 1,1 before the type 19.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn
 Sent: Tuesday, July 03, 2007 1:36 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] UV CREATE.FILE
 
 
 Hello Group,
 
 Anybody know the syntax to create a DIR type file from a 
 single command line execute on Universe?
 
  
 
 The helps says it's type, then  modulo and sep -  then gives 
 the specific example CREATE.FILE DATA TEST 4 3 2 saying that 
 this will create type 4 file with a modulo of 3 and a 
 separate of 4, but when I type that exact command at TCL I get:
 
  
 
 CREATE.FILE DICT SJTEST7 4 3 2  
 
 Creating file D_SJTEST7 as Type 18, Modulo 4, Separation 1.
 
 Added @ID, the default record for RetrieVe, to D_SJTEST7.
 
 I've always just done it CREATE.FILE filename - then hit 
 return and it prompts me.  It does, by the way prompt for 
 modulo first.  But if I try to do THAT on the command line, 
 as in CREATE.FILE SJTEST8 1 2 19 . I still don't get what I'm after:
 
  
 
 CREATE.FILE SJTEST8 1 2 19 
 
 Creating file SJTEST8 as Type 18, Modulo 2, Separation 1. 
 
 Creating file D_SJTEST8 as Type 18, Modulo 1, Separation 1
 
 Added @ID, the default record for RetrieVe, to D_SJTEST8
 ---
 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/


Re: [U2] UV CREATE.FILE

2007-07-03 Thread Allen Egerton

Susan Joslyn wrote:

Hello Group,

Anybody know the syntax to create a DIR type file from a single command line
execute on Universe?


snip

Unless I'm grossly misunderstanding what you're trying to do, a simple 
CREATE.FILE SJTEST7 1 should do it.


Directory type files have neither modulo nor separation.

--
Allen Egerton
aegerton at pobox dot com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] UV CREATE.FILE

2007-07-03 Thread Perry Taylor
This may be flavor dependent. We run Pick flavor and I create dir-type
files all the time with...

CREATE.FILE FILENAME 1,1,19 1,1,19

This of course assumes you want both the dictionary and data files to be
type 19.

Perry 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn
Sent: Tuesday, July 03, 2007 1:36 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] UV CREATE.FILE

Hello Group,

Anybody know the syntax to create a DIR type file from a single command
line
execute on Universe?

 

The helps says it's type, then  modulo and sep -  then gives the
specific
example CREATE.FILE DATA TEST 4 3 2 saying that this will create type 4
file
with a modulo of 3 and a separate of 4, but when I type that exact
command
at TCL I get:

 

CREATE.FILE DICT SJTEST7 4 3 2  

Creating file D_SJTEST7 as Type 18, Modulo 4, Separation 1.

Added @ID, the default record for RetrieVe, to D_SJTEST7.

I've always just done it CREATE.FILE filename - then hit return and it
prompts me.  It does, by the way prompt for modulo first.  But if I try
to
do THAT on the command line, as in CREATE.FILE SJTEST8 1 2 19 . I still
don't get what I'm after:

 

CREATE.FILE SJTEST8 1 2 19 

Creating file SJTEST8 as Type 18, Modulo 2, Separation 1. 

Creating file D_SJTEST8 as Type 18, Modulo 1, Separation 1

Added @ID, the default record for RetrieVe, to D_SJTEST8
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain confidential and 
privileged information.  Any unauthorized review, use, disclosure or 
distribution is prohibited. ZirMed, Inc. has strict policies regarding the 
content of e-mail communications, specifically Protected Health Information, 
any communications containing such material will be returned to the originating 
party with such advisement noted. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-16 Thread Ray Wurlod
They (IBM) paid US$11 for Ascential. And that's not a binary number!!

Are you and Dave going to moonlight as U2 engineers again?!!  :D

- Original Message -
From: Glenn Herbert [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Subject: [U2] [uv]CREATE.FILE syntax for remote directories
Date: Wed, 15 Jun 2005 12:19:29 -0400

 
   And yes, I am now in the employ of IBM, which acquired Ascential and 
 DataStage.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread Stevenson, Charles
One might think there was no useful info in the attached post, but then
one notices that the From address tells us that Glenn Herbert now has
an IBM address.
If one assumes Glenn still has some association with DataStage, one may
deduce that there may have been some truth to the rumour that DataStage
now has some association with IBM.  And it looks like things have
progressed beyond the idea stage.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glenn Herbert
[EMAIL PROTECTED]
Sent: Wednesday, June 15, 2005 6:27 AM
To: [EMAIL PROTECTED]; u2-users@listserver.u2ug.org
Subject: RE: [U2] [uv]CREATE.FILE syntax for remote directories

---
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/


Re: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread Manu Fernandes

Dear all,

Thanks for responses.
I start to use mkdbfile and I post this CREATE.REMOTEFILE filename type 
modulo separator.


Regards.
Manu
-boundary ---
* CREATE A FILE IN OTHER DIRECTORY
* SYNTAX : CREATE.REMOTEFILE FILENAME TYPE MODULO SEPRATOR
PRINT @SENTENCE

FILENAME = FIELD(TRIM(@SENTENCE),' ',2)
IF FILENAME = '' THEN GOTO SYNTAX

TYPE = FIELD(TRIM(@SENTENCE),' ',3)
IF NOT(NUM(TYPE)) OR TYPE  2 OR  TYPE  18 THEN TYPE = 18

MODULO   = FIELD(TRIM(@SENTENCE),' ',4)
IF NOT(NUM(MODULO)) OR MODULO 1 THEN MODULO = 53

SEPARATOR= FIELD(TRIM(@SENTENCE),' ',5)
IF NOT(NUM(SEPARATOR)) OR SEPARATOR  1 THEN SEPARATOR = 4

OPEN 'VOC' TO F.VOC ELSE STOP 201,'VOC'
READ BUF FROM F.VOC,FILENAME THEN  STOP FILENAME:' exist in VOC ! Process 
Abort'


PATH = '' ; FILE = '';  STATUS = ''
CALL !GET.PATHNAME(FILENAME,PATH,FILE,STATUS)
IF STATUS # 0 THEN STOP Error ON GET.PATH [:STATUS:']'

FILE = UPCASE(FILE)

OPENPATH PATH TO F.PATH ELSE STOP 201,PATH
FILENAME = PATH:'/':FILE
DICTFILENAME = PATH:'/D_':FILE
MKDBFILE = SYSTEM(32):'/bin/mkdbfile'
EXECUTE 'SH -c ':MKDBFILE:' ':FILENAME:' ':TYPE:' ':MODULO:' 
':SEPARATOR:''

EXECUTE 'SH -c ':MKDBFILE:' ':DICTFILENAME:' 18 37 1'

VOCENTRY = ''
VOCENTRY1 = 'F'
VOCENTRY2 = FILENAME
VOCENTRY3 = DICTFILENAME

WRITE VOCENTRY ON F.VOC,FILE
OPEN FILE TO F.FILE ELSE STOP 201,FILE
OPEN 'DICT',FILE TO FD.FILE ELSE STOP 201,'DICT ':FILE
READ ID FROM F.VOC,'@ID' THEN  WRITE ID ON FD.FILE,'@ID'
STOP

SYNTAX:
PRINT 'SYNTAX :CREATE.REMOTEFILE filename type modulo separator'
STOP
END
-boundary ---

- Original Message - 
From: Martin Phillips [EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Monday, June 13, 2005 11:51 AM
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/


Ascential acquisition, was -- [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread John_Appleyard
From the Ascential web site...

Ascential Software is joining the Information Management division within
IBM Software group and will be part of the Information Integration
Solutions unit. This acquisition extends information integration
capabilities to enable the flexibility and insight critical to becoming an
on demand business.

John Appleyard
Arthur J. Gallagher (UK) Limited




   
  Stevenson, Charles  
   
  [EMAIL PROTECTED] To:  
u2-users@listserver.u2ug.org  
  onics.com  cc:  (bcc: John 
Appleyard/BSDUK/AJG) 
  Sent by:Subject: RE: [U2] 
[uv]CREATE.FILE syntax for remote directories  
  [EMAIL PROTECTED] 
 
  er.u2ug.org   
   

   

   
  15/06/2005 15:22  
   
  Please respond to 
   
  u2-users  
   

   

   




One might think there was no useful info in the attached post, but then
one notices that the From address tells us that Glenn Herbert now has
an IBM address.
If one assumes Glenn still has some association with DataStage, one may
deduce that there may have been some truth to the rumour that DataStage
now has some association with IBM.  And it looks like things have
progressed beyond the idea stage.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glenn Herbert
[EMAIL PROTECTED]
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread Key Ally

Charles,
   No rumor. IBM bought Ascential.

   - Chuck Another Chuck Barouch

Stevenson, Charles wrote:


One might think there was no useful info in the attached post, but then
one notices that the From address tells us that Glenn Herbert now has
an IBM address.
If one assumes Glenn still has some association with DataStage, one may
deduce that there may have been some truth to the rumour that DataStage
now has some association with IBM.  And it looks like things have
progressed beyond the idea stage.

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread Glenn Herbert
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread Glenn Herbert
Apparently, my post on all the intricacies and details of using mkdbfile 
got lost and all anyone saw was my signature.   I too received just an 
empty message and tried all manner of ways to view the text I actually 
sent;  I have learned that printing out the bapparentlyb empty message and 
holding a candle behind the page does in fact not only NOT reveal any 
words, it actually causes the page to be consumed rather rapidly in 
flames!!

Ok.  So now that I got past the humorous part J, here is the re-created 
reply which I sent:

You can create a dynamic file using mkdbfile as follows:

mkdbfile  filename 30 minmod grpsiz hash merge split largerec 
-u uid bg gid bm mode

 where

minmod is the MINIMUM.MODULUS value

grpsiz is either 4 or 8 (for GROUP.SIZE 1 or 2 respectively)

hash is either 20 (GENERAL) or 21 (SEQ.NUM)

merge is the MERGE.LOAD value as a percentage

split is the SPLIT.LOAD value as a percentage

largerec is the LARGE.REC value as a percentage or decimal 

-u uid is an optional value specifying ownership (must be root to change 
from current user)

-g gid is an optional value specifying group ownership (must be root to 
change from current group)

-m mode is an option decimal value specifying file permissions

 

For example:

mkdbfile MYFILE 30 10 4 20 50 80 1638 bm 438

 
would create a dynamic file named MYFILE with a minimum modulus value of 
10, with a group separation of 4 (mapping to GROUP.SIZE 1), using an 
internal hashing of GENERAL, where merging is performed once the file 
falls below 50%, where splitting occurs once the file is over 80% full, 
and large records (kept in the OVER.30 file) consist of 1638 character or 
more.  Additionally, the bm 438 option is used to set file permissions to 
brw-rw-rw- (octal 666 converted from decimal 438).

 And yes, I am now in the employ of IBM, which acquired Ascential and 
DataStage.

 




From:[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Key Ally 
[EMAIL PROTECTED]
Sent: Wednesday, June 15, 2005 11:08 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [uv]CREATE.FILE syntax for remote directories

 

Charles, 
No rumor. IBM bought Ascential. 

- Chuck Another Chuck Barouch 

Stevenson, Charles wrote: 

One might think there was no useful info in the attached post, but then 
one notices that the From address tells us that Glenn Herbert now has 
an IBM address. 
If one assumes Glenn still has some association with DataStage, one may 
deduce that there may have been some truth to the rumour that DataStage 
now has some association with IBM. And it looks like things have 
progressed beyond the idea stage. 
--- 
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/


RE: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread colin.alfke
I think something's got Glenn's tongue (or fingers in this case...)  :-)

Colin Alfke
Calgary, AB
 

-Original Message-
From: Glenn Herbert

---
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread Manu Fernandes

Dear Glenn,

Thank you very much for theses details.

One question : Where can we found detailed documentation about OS level 
universe's commands ?

I found nothing in the whole UV docs I have.

With kind regards.

Manu Fernandes
- Original Message - 
From: Glenn Herbert [EMAIL PROTECTED]

To: u2-users@listserver.u2ug.org
Sent: Wednesday, June 15, 2005 6:19 PM
Subject: [U2] [uv]CREATE.FILE syntax for remote directories



Apparently, my post on all the intricacies and details of using mkdbfile
got lost and all anyone saw was my signature.   I too received just an
empty message and tried all manner of ways to view the text I actually
sent;  I have learned that printing out the bapparentlyb empty message 
and

holding a candle behind the page does in fact not only NOT reveal any
words, it actually causes the page to be consumed rather rapidly in
flames!!

Ok.  So now that I got past the humorous part J, here is the re-created
reply which I sent:

You can create a dynamic file using mkdbfile as follows:

mkdbfile  filename 30 minmod grpsiz hash merge split largerec
-u uid bg gid bm mode

where

minmod is the MINIMUM.MODULUS value

grpsiz is either 4 or 8 (for GROUP.SIZE 1 or 2 respectively)

hash is either 20 (GENERAL) or 21 (SEQ.NUM)

merge is the MERGE.LOAD value as a percentage

split is the SPLIT.LOAD value as a percentage

largerec is the LARGE.REC value as a percentage or decimal

-u uid is an optional value specifying ownership (must be root to change
from current user)

-g gid is an optional value specifying group ownership (must be root to
change from current group)

-m mode is an option decimal value specifying file permissions



For example:

mkdbfile MYFILE 30 10 4 20 50 80 1638 bm 438


would create a dynamic file named MYFILE with a minimum modulus value of
10, with a group separation of 4 (mapping to GROUP.SIZE 1), using an
internal hashing of GENERAL, where merging is performed once the file
falls below 50%, where splitting occurs once the file is over 80% full,
and large records (kept in the OVER.30 file) consist of 1638 character or
more.  Additionally, the bm 438 option is used to set file permissions to
brw-rw-rw- (octal 666 converted from decimal 438).

And yes, I am now in the employ of IBM, which acquired Ascential and
DataStage.






From:[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Key Ally
[EMAIL PROTECTED]
Sent: Wednesday, June 15, 2005 11:08 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [uv]CREATE.FILE syntax for remote directories



Charles,
No rumor. IBM bought Ascential.

- Chuck Another Chuck Barouch

Stevenson, Charles wrote:


One might think there was no useful info in the attached post, but then
one notices that the From address tells us that Glenn Herbert now has
an IBM address.
If one assumes Glenn still has some association with DataStage, one may
deduce that there may have been some truth to the rumour that DataStage
now has some association with IBM. And it looks like things have
progressed beyond the idea stage.
--- 
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/ 

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread Glenn Herbert
yep.  my typing is fine.  something within notes is discombobulating 
things.  oh for the days of eudora.
_
I reject your reality and substitute my own - Adam Savage

Glenn M. Herbert - Connectivity Development  Engineer
Information Integration Solutions, IBM Software Group
50 Washington Street Westboro, MA 01581
 508-599-7281 direct 



[EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
06/15/2005 12:29 PM
Please respond to
u2-users


To
u2-users@listserver.u2ug.org
cc

Subject
RE: [U2] [uv]CREATE.FILE syntax for remote directories






I think something's got Glenn's tongue (or fingers in this case...)  :-)

Colin Alfke
Calgary, AB
 

-Original Message-
From: Glenn Herbert

---
---
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/


RE: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread Glenn Herbert
450 Lynx formatting failed: open3: exec of lynx --stdin --dump --force_html 
--hiddenlinks=ignore --localhost --image_links --nolist --noredir --noreferer 
--realm failed at /etc/smrsh/demime line 1519
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-15 Thread Jerry Banker
I was wondering what happened with that merger.

- Original Message - 
From: Glenn Herbert [EMAIL PROTECTED]

 And yes, I am now in the employ of IBM, which acquired Ascential and 
DataStage.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-14 Thread Ray Wurlod
CREATE.FILE, no.  CREATE TABLE, yes.

CREATE TABLE tablename
  DATA pathname
  DICT pathname
( column_definition_list and constraints );
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [uv]CREATE.FILE syntax for remote directories

2005-06-14 Thread Susan Joslyn
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/


RE: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-14 Thread Lance Jahnke
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/


SV: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-14 Thread Claus Derlien
What would the syntax for a dynamic file look like ??

best regards from Denmark

Claus Derlien

-Oprindelig meddelelse-
Fra: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] vegne af Lance Jahnke
Sendt: 14. juni 2005 15:27
Til: u2-users@listserver.u2ug.org
Emne: RE: [U2] [uv]CREATE.FILE syntax for remote directories


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


Frie Funktionfrer - faglig organisation og tvfrfaglig a-kasse - www.f-f.dk

***
Denne email og alle filer vedlagt som bilag kan indeholde fortroligt materiale, 
der kun er beregnet for adressaten,
og maa ikke udleveres eller kopieres til uvedkommende. Har De ved en 
fejltagelse modtaget denne email, bedes
De venligst omgaaende meddele os dette pr. telefon : 6313 8550. Paa forhaand 
tak.
***
This email and any files transmitted with it may contain confidential 
information intended for the addressee(s) only.
The information is not to be surrendered or copied to unauthorised persons. If 
you have received this
communication in error, please notify us immediately by telephone: +45 6313 
8550. Thank you.
***
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] [uv]CREATE.FILE syntax for remote directories

2005-06-13 Thread Manu Fernandes

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. 
---

u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] [uv]CREATE.FILE syntax for remote directories

2005-06-13 Thread Martin Phillips
 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/