Scott,

I wuld try to answer a couple of questions before starting any design/coding effort. 1)Who needs access to the data?(what address spaces/jobs) and 2)How long does it have to be available? I believe how you answer that will determine how you should proceed. If only one job, then I would go virtical with it, and stick it in the private area. If multiple jobs/address spaces need access to it, then going horizontal into a dataspace may be the answer, but you have to consider the persistence of the dataspace.

   --Dave
----- Original Message ----- From: "Scott Ford" <scott_j_f...@yahoo.com>
Newsgroups: bit.listserv.ibm-main
To: <IBM-MAIN@bama.ua.edu>
Sent: Friday, November 11, 2011 10:03 AM
Subject: Hiperspaces


All:

Has anyone used Hiperspaces via Assmelber ? Created ? Read from ? Wrote to ?
I have started the processs of reading the manuals and have a basic understanding. What I want to do is have a program read and place its SYSPRINT output (large amt - 300,000 - 121 byte records) to either a datasopace or hiperspace. After the data is placed there, have a running task pick up the data and delete
the hiperspace when done.

I am assuming(bad word choice, I know) that this process as described above should work ...
All input is welcome and of course appreciated.

Scott J Ford
Software Engineer
http://www.identityforge.com

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to