You can access hiperspaces in COBOL using the MVS Callable Services for HLLs Window Services https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ieac100/ws.htm.

There are code examples.

On 15/01/2019 2:58 am, scott Ford wrote:
Peter:

My typos ..sorry the question was in regard to a Cobol program creating and
then referencing
Hiperspaces. You answer was what I thought, so thank you.

Scott

On Mon, Jan 14, 2019 at 12:59 PM Peter Relson <rel...@us.ibm.com> wrote:

<snip>
So how does a Cobol Pgm , 31bit address say a Hiperspace ?
I assume an interface program units AR registers , etc., am I correct ?
I have don’t this want to...
<snip>

I could not parse this. What were you trying to ask?

Hiperspaces are not directly referenced. You use services to put data in
and get data out. And then you reference the buffer you identified, which
is in your address space. So aside from invoking the hiperspace services
themselves (and dspserv to create/delete the hiperspace), there's nothing
special related to Cobol (or any other language).

HSPSERV supports only AMODE 31 invocation.

Peter Relson
z/OS Core Technology Design


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to