Re: [U2] Paragraphs and procwrite

2009-06-03 Thread Barry Rogen

What about using the ILPROMPT

IL.VALUE = A CORRESPONDING PROMPT IN THE PARAGRAPH
.
.
.
DATA  VALUE_TO_PASS_TO_PARAGRAPH
PRINT ILPROMPT(IL.VALU)




Barry  Rogen
PNY Technologies, Inc.
Senior  Programmer/Analyst
(973)  515 - 9700  ext 5327
bro...@pny.com

-
We are continually faced with great opportunities
brilliantly disguised as insoluble problems.
 John W
Gardner

P Before printing please think about your environmental responsibility


-Original Message-
From: owner-u2-us...@listserver.u2ug.org
[mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of roy
Sent: Friday, May 22, 2009 6:15 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Paragraphs and procwrite

Hi all,

 

Is there a way to accomplish passing an argument from a basic program to
a
paragraph?

 

Something like what procwrite does with a Proc?

 

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

3/6/2009NOT INTENDED AS A SUBSTITUTE FOR A WRITING 

NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A PART, OR IN 
ANY ATTACHMENTS THERETO, SHALL CONSTITUTE A BINDING CONTRACT, OR ANY 
CONTRACTUAL OBLIGATION BY PNY, OR ANY INTENT TO ENTER INTO ANY BINDING 
OBLIGATIONS, NOTWITHSTANDING ANY ENACTMENT OF THE UNIFORM ELECTRONIC 
TRANSACTIONS ACT, THE FEDERAL E-SIGN ACT, OR ANY OTHER STATE OR FEDERAL LAW OF 
SIMILAR SUBSTANCE OR EFFECT.  THIS EMAIL MESSAGE, ITS CONTENTS AND ATTACHMENTS 
ARE NOT INTENDED TO REPRESENT AN OFFER OR ACCEPTANCE OF AN OFFER TO ENTER INTO 
A CONTRACT.  NOTHING IN THIS E-MAIL, IN ANY E-MAIL THREAD OF WHICH IT MAY BE A 
PART, OR IN ANY ATTACHMENTS THERETO SHALL ALTER THIS DISCLAIMER.  

This e-mail message from PNY Technologies, Inc. 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. 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
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Personal Edition Modulo Limits

2009-06-03 Thread Stephen Prater
Okay, I managed to get everything imported and all - and issue a  
resize command.


I'm not exactly sure of the ratio for increasing the separation vs  
decreasing the modulo, but I took a wild guess.


The problem is that it seems to corrupt the file - so that if I then  
do a LIST FILE I get 0 records
I tried UVFIXFILE on it and it said it fixed 0 records and sure  
enough the file has 0 records if I LIST it.


I looked at the file from bash, and it still showed as being quite  
large, so there does seem to be data in it.


stephen

On Jun 2, 2009, at 2:45 PM, Augusto Alonso wrote:


Hi.
I've made some tests and proved you can workaround palying wirh the  
sparation.
You need to decrease the modulo under 10007. So increase your  
separation (in power of 2) as you need.
For example, a file with a TYPE,MODULE,SEPARATION of 18, 26573, 8  
could be resized as 18, 9973, 32 without loosing of performance.

Regards,
-Augusto Alonso
- Original Message - From: Stephen Prater steph...@agrussell.com 


To: u2-users@listserver.u2ug.org
Sent: Tuesday, June 02, 2009 8:17 PM
Subject: [U2] Personal Edition Modulo Limits



Starting with a disclaimer that I'm a UniVerse newbie:

I'm doing some integration work with Universe and I'm having  
trouble importing some data into my Personal Edition install.


I always get this error :

Please resize it to modulo = 10007 in order to use it in Personal  
Edition.


On any file of large size - obviously, I don't want to change the   
modulo on the live data just to import it into PE, but I can't  
figure  out how I can import any of this data into PE from our  
other UniVerse  instance.


I actually need neither performance or completeness here, just  
structural sameness from the live data.


I saw in the archives that somebody had said this can be done. -  
but didn't go into any further detail about how to do it.   
Tantalizing!


Thanks,
Stephen
___
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-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] Personal Edition Modulo Limits

2009-06-03 Thread Colin Jennings
I looked at the file from bash, and it still showed as being quite  large, 
so there does seem to be data in it.


stephen



Ahh, don't fall into that trap!  The physical size of a file on disk has 
little to do with its contents in Universe.  An empty file of (for example) 
101,1 will be exactly the same size as a full one on disk if there is no 
overflow.


It sounds to me as though either your copy hasn't brought any records over 
or (the more unlikely scenario) the resize has, indeed, corrupted your file. 
Can you check the file content on the source?


Regards
Colin. 



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