Bruce's suggestion probably helps,
but as I wrote it up there is still another problem.

On Tue, 17 Feb 2004, Bruce Hayden wrote:
> What you need to avoid problems from CMS is:
>
> CP DEFSEG SEGUSR 10000-3FFFF SR
> SEGMENT RESERVE SEGUSR (USER SKELETON
> SETKEY 14 SEGUSER (FINDSKEL
> PIPE < SEGUSR EXT2 | storage 10000000 805306368 E0
> CP SAVESEG SEGUSR

I have not yet run these exact steps,  but in other work with
the STORAGE stage I found it that STORAGE overlays the records.
That is,  it writes each incoming record into the same address.
This is documented on note 3 in HELP PIPE STORAGE.
So just prefix with a 'JOIN *'.

   PIPE < SEGUSR EXT2 | JOIN * | storage 10000000 805306368 E0

Thanks for the tip, Bruce!

-- R;

Reply via email to