[U2] Amazon's SimpleDB

2007-12-17 Thread Brian Phillips
Amazon has an online DB "service" for network storage that appears to have some things in common with the mvdbms. The page (link below) makes reference to "multi-valued attribute" and other features that look very familiar. http://www.amazon.com/b/ref=sc_fe_c_1_3435361_1?ie=UTF8&node=342335011&no=

RE: [U2] [UV] Paragraph

2007-12-07 Thread Brian Phillips
Use an inline prompt: | SYNTAX | | << [control,]... text [, option] >> | |control Specifies the characteristics of the prompt. |

RE: [U2] user IDs

2007-11-19 Thread Brian Phillips
PORT.STATUS > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Oaks, Harold > Sent: Monday, November 19, 2007 2:16 AM > To: u2-users@listserver.u2ug.org > Subject: [U2] user IDs > > Is there a Universe command to show all those logged in with > thei

RE: [U2] gunzip

2006-04-20 Thread Brian Phillips
Try "gzip -d a2ps-4.13b-sol8-sparc-local.gz" (that's gzip, not gunzip) > -Original Message- > I am trying to unzip the file a2ps-4.13b-sol8-sparc-local.gz. > It is SUN freeware. I am doing: > > gunzip a2ps-4.13b-sol8-sparc-local.gz > > I get the message: > > gunzip: a2ps-4.13b-sol

RE: [U2] [UD] Setptr

2006-04-11 Thread Brian Phillips
On UV I've done the following: Save the current SETPTR parameters. Run a new SETPTR with different parameters. Run the report. Then run SETPTR again, with the saved (original) settings. To save the current settings use 'capturing' (ex: execute "SETPTR" capturing current.setptr) Then parse the var

u2-users@listserver.u2ug.org

2006-02-23 Thread Brian Phillips
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Debster > Sent: Thursday, February 23, 2006 8:34 AM > To: u2-users@listserver.u2ug.org > Subject: [U2] &UFD& > > Sosomeone have an idea of how some files contained on the > account have eluded ent

RE: [U2] How create list of uv files from VOC?

2004-06-30 Thread Brian Phillips
create list of uv files from VOC? > > > I would suggest you change the TYPE = "F" to TYPE LIKE "F..." as > sometimes the first attribute is something like:- > > File Pointer to Inventory Master File > > This was certainly the case where I worked. >

RE: [U2] How create list of uv files from VOC?

2004-06-30 Thread Brian Phillips
In Universe, I'd set my printer output to the hold file, then sort the VOC file and format the display field (F2) to something wide. SETPTR 0,200,,0,0,3,BRIEF,BANNER FILELIST.TXT SORT VOC WITH TYPE = "F" F2 FMT "200L" ID.SUP LPTR The results will be in the &HOLD& file (./&HOLD&/FILELIST.TXT).

RE: [U2] Counting the number of files in a directory

2004-06-22 Thread Brian Phillips
"D:\..."? Sounds like Windows. FWIW in Universe, (HP/UX) I'd do: open '','INBOUND.EDI' to F.INBOUND else... loop readv dummy from F.INBOUND, "EDI.TXT", 0 then exists = 1 else exists = 0 if exists then... sleep 30 repeat (assuming you have defined INBOUND.EDI in the VOC pointing to "D:\Ro