Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Tony Harminc
On Fri, 6 Sep 2019 at 12:50, Charles Mills  wrote:
>
> > If an elligible SRB process is established will that automatically run on 
> > zIIP or do we have to do something else?
>
> Others have beaten this general topic pretty well to death but let me address 
> just that one question. The answer is No. You can only
> mark something "zIIP-eligible." It will only run on a zIIP if one is 
> available. A zIIP-eligible SRB runs on a standard processor if no
> zIIP is available at the moment.

There is a little more subtlety to all this...

First, there is an entirely legitimate way to make your application
code zIIP-eligible: write it in Java. If that's not going to fly,
perhaps you can find a COBOL to Java translator.

Second, not all zIIP-eligible work runs in SRB mode. Certainly all
that zIIP-legit JVM code does not. IBM knows how to dispatch TCBs on a
zIIP, but they don't tell even ISVs how to do it. I believe that is
what Neon Systems figured out on their own, and offered to their
customers, presumably to their eventual regret. (To be clear, *I* have
no idea how to do it, and I am not recommending that you try.)

Third, I understand that the new zCX container stuff is or can be made
zIIP-eligible. If you think can run your COBOL programs in that
environment, it might be to your advantage.

Tony H.

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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Charles Mills
Absolutely, and I think some of the responders covered that point. The 
restriction against SVCs is a killer all by itself.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Farley, Peter x23353
Sent: Friday, September 6, 2019 10:16 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Using COBOL on ZIIP via SRB etc

Isn't the more critical question whether any of the LE subroutines used to 
implement so many COBOL statements even callable running in an SRB since SVC's 
other than ABEND are prohibited in an SRB?  How would COBOL code even be able 
to load and call the LE subroutines that are dynamically accessed?

Enclave initialization alone would probably fail, never mind any actual COBOL 
code.

Ditto for other HLL's of course, not unique to COBOL.

I suspect only Assembler and MetalC are realistic languages for programming 
code that can run in an SRB of any kind, ZIIP-eligible or not.

Peter

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Gerry Anstey
Sent: Friday, September 6, 2019 6:08 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Using COBOL on ZIIP via SRB etc

Hi, has anyone had any success in setting up and SRB to run a COBOL program on 
ZIIP?

I have been doing some research and I'm aware of the restrictions in running 
under SRB etc but for now I just want to establish if the concept is viable. 
Does anyone have some sample code to load a COBOL program and then invoking it 
under an SRB (via IEAMSCHED??).

If an elligible SRB process is established will that automatically run on zIIP 
or do we have to do something else?

I much appreciate any advice and information you can provide.

Gerry

--

This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.


--
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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Seymour J Metz
You don't have to worry about IBM suing you because you'll ABEND as soon as the 
compiled code or a library routine issues an SVC.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3



From: IBM Mainframe Discussion List  on behalf of 
Gerry Anstey <00da33bf43f1-dmarc-requ...@listserv.ua.edu>
Sent: Friday, September 6, 2019 6:07 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Using COBOL on ZIIP via SRB etc

Hi, has anyone had any success in setting up and SRB to run a COBOL program on 
ZIIP?

I have been doing some research and I'm aware of the restrictions in running 
under SRB etc but for now I just want to establish if the concept is viable. 
Does anyone have some sample code to load a COBOL program and then invoking it 
under an SRB (via IEAMSCHED??).

If an elligible SRB process is established will that automatically run on zIIP 
or do we have to do something else?

I much appreciate any advice and information you can provide.

Gerry

--
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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Farley, Peter x23353
Isn't the more critical question whether any of the LE subroutines used to 
implement so many COBOL statements even callable running in an SRB since SVC's 
other than ABEND are prohibited in an SRB?  How would COBOL code even be able 
to load and call the LE subroutines that are dynamically accessed?

Enclave initialization alone would probably fail, never mind any actual COBOL 
code.

Ditto for other HLL's of course, not unique to COBOL.

I suspect only Assembler and MetalC are realistic languages for programming 
code that can run in an SRB of any kind, ZIIP-eligible or not.

Peter

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Gerry Anstey
Sent: Friday, September 6, 2019 6:08 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Using COBOL on ZIIP via SRB etc

Hi, has anyone had any success in setting up and SRB to run a COBOL program on 
ZIIP?

I have been doing some research and I'm aware of the restrictions in running 
under SRB etc but for now I just want to establish if the concept is viable. 
Does anyone have some sample code to load a COBOL program and then invoking it 
under an SRB (via IEAMSCHED??).

If an elligible SRB process is established will that automatically run on zIIP 
or do we have to do something else?

I much appreciate any advice and information you can provide.

Gerry

--

This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.


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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Charles Mills
Putting it another way, if it were that easy everyone would be doing it, IBM's 
revenue would plummet, and Ginny's job would be in danger.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gerry Anstey
Sent: Friday, September 6, 2019 3:08 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Using COBOL on ZIIP via SRB etc

Hi, has anyone had any success in setting up and SRB to run a COBOL program on 
ZIIP?

I have been doing some research and I'm aware of the restrictions in running 
under SRB etc but for now I just want to establish if the concept is viable. 
Does anyone have some sample code to load a COBOL program and then invoking it 
under an SRB (via IEAMSCHED??).

If an elligible SRB process is established will that automatically run on zIIP 
or do we have to do something else?

I much appreciate any advice and information you can provide.

Gerry

--
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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Charles Mills
> If an elligible SRB process is established will that automatically run on 
> zIIP or do we have to do something else?

Others have beaten this general topic pretty well to death but let me address 
just that one question. The answer is No. You can only mark something 
"zIIP-eligible." It will only run on a zIIP if one is available. A 
zIIP-eligible SRB runs on a standard processor if no zIIP is available at the 
moment.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gerry Anstey
Sent: Friday, September 6, 2019 3:08 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Using COBOL on ZIIP via SRB etc

Hi, has anyone had any success in setting up and SRB to run a COBOL program on 
ZIIP?

I have been doing some research and I'm aware of the restrictions in running 
under SRB etc but for now I just want to establish if the concept is viable. 
Does anyone have some sample code to load a COBOL program and then invoking it 
under an SRB (via IEAMSCHED??).

If an elligible SRB process is established will that automatically run on zIIP 
or do we have to do something else?

I much appreciate any advice and information you can provide.

Gerry

--
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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Tom Marchant
As others have mentioned, running application code on a ZIIP is a violation of 
your license.

Aside from that, SRBs run in Supervisor state, introducing potential integrity 
exposures.

And an SRB cannot issue any SVC, except for ABEND.

-- 
Tom Marchant

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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Gerry Anstey
Ok thanks all.

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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Vernooij, Kees (ITOP NM) - KLM
Playing LPs backwards, revealed many things, a.o. "Paul is dead".

Kees

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Chris Hoelscher
> Sent: 06 September, 2019 15:31
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Using COBOL on ZIIP via SRB etc
> 
> If you play this email backwards you will hear:
> 
> Burn Neon, dead man ... Burn Neon, dead man
> 
> Thank You,
> Chris Hoelscher| Lead Database Administrator | IBM Global Technical
> Services| T 502.476.2538  or 502.407.7266
> 
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of Vernooij, Kees (ITOP NM) - KLM
> Sent: Friday, September 6, 2019 8:59 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: [IBM-MAIN] Using COBOL on ZIIP via SRB etc
> 
> Check the story of IBM vs Neon Software.
> 
> Kees.
> 
> 
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> > On Behalf Of Steve Smith
> > Sent: 06 September, 2019 14:52
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Subject: Re: Using COBOL on ZIIP via SRB etc
> >
> > Well, if you can get your COBOL to run in an SRB successfully, you've
> > established that it could run on a zIIP.  But it's not at all
> > "automatic", and you have to know the secrets to make that happen.
> > Which IBM only reveals under cover of an NDA, so they're the only
> > legitimate source.  But first you'd have to convince them your usage
> > is "legitimate" by their rules.
> >
> > sas
> >
> > On Fri, Sep 6, 2019 at 6:24 AM Gerry Anstey <
> > 00da33bf43f1-dmarc-requ...@listserv.ua.edu> wrote:
> >
> > > Yes, I thought as much but the method does seem to be there to code
> > > so I was a little puzzled as to how the restrictions are enforced.
> > >
> > > 
> > > -- For IBM-MAIN subscribe / signoff / archive access instructions,
> > > send email to lists...@listserv.ua.edu with the message: INFO
> > > IBM-MAIN
> > >
> >
> >
> > --
> > sas
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions, send
> > email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> For information, services and offers, please visit our web site:
> https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.klm.c
> omdata=02%7C01%7Cchoelscher%40humana.com%7C3b77187d6e4b4cb7431e08d732
> cd9d4b%7C56c62bbe85984b859e511ca753fa50f2%7C1%7C0%7C637033731007109938
> ;sdata=grig8vJy7%2BUsaFP5pZd%2FysaZlRzd92q4cBbHcFS8Hy4%3Dreserved=0.
> This e-mail and any attachment may contain confidential and privileged
> material intended for the addressee only. If you are not the addressee,
> you are notified that no part of the e-mail or any attachment may be
> disclosed, copied or distributed, and that any other action related to
> this e-mail or attachment is strictly prohibited, and may be unlawful. If
> you have received this e-mail by error, please notify the sender
> immediately by return e-mail, and delete this message.
> 
> Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its
> employees shall not be liable for the incorrect or incomplete transmission
> of this e-mail or any attachments, nor responsible for any delay in
> receipt.
> Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch
> Airlines) is registered in Amstelveen, The Netherlands, with registered
> number 33014286
> 
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send email
> to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> The information transmitted is intended only for the person or entity to
> which it is addressed
> and may contain CONFIDENTIAL material.  If you receive this
> material/information in error,
> please contact the sender and delete or destroy the material/information.
> 
> Humana Inc. and its subsidiaries comply with applicable Federal civil
> rights laws and
> do not discriminate on the basis of race, color, national origin, age,
> disability, sex,
> sexual orientation, gender identity, or religion. Humana Inc. and its
> subsidiaries do not
> exclude people or treat them differently because of race, color, national
> origin, age,
> disability, sex

Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Chris Hoelscher
If you play this email backwards you will hear:

Burn Neon, dead man ... Burn Neon, dead man

Thank You,
Chris Hoelscher| Lead Database Administrator | IBM Global Technical Services| T 
502.476.2538  or 502.407.7266

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Vernooij, Kees (ITOP NM) - KLM
Sent: Friday, September 6, 2019 8:59 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [IBM-MAIN] Using COBOL on ZIIP via SRB etc

Check the story of IBM vs Neon Software.

Kees.


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
> On Behalf Of Steve Smith
> Sent: 06 September, 2019 14:52
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Using COBOL on ZIIP via SRB etc
> 
> Well, if you can get your COBOL to run in an SRB successfully, you've 
> established that it could run on a zIIP.  But it's not at all 
> "automatic", and you have to know the secrets to make that happen.  
> Which IBM only reveals under cover of an NDA, so they're the only 
> legitimate source.  But first you'd have to convince them your usage 
> is "legitimate" by their rules.
> 
> sas
> 
> On Fri, Sep 6, 2019 at 6:24 AM Gerry Anstey < 
> 00da33bf43f1-dmarc-requ...@listserv.ua.edu> wrote:
> 
> > Yes, I thought as much but the method does seem to be there to code 
> > so I was a little puzzled as to how the restrictions are enforced.
> >
> > 
> > -- For IBM-MAIN subscribe / signoff / archive access instructions, 
> > send email to lists...@listserv.ua.edu with the message: INFO 
> > IBM-MAIN
> >
> 
> 
> --
> sas
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

For information, services and offers, please visit our web site: 
https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.klm.comdata=02%7C01%7Cchoelscher%40humana.com%7C3b77187d6e4b4cb7431e08d732cd9d4b%7C56c62bbe85984b859e511ca753fa50f2%7C1%7C0%7C637033731007109938sdata=grig8vJy7%2BUsaFP5pZd%2FysaZlRzd92q4cBbHcFS8Hy4%3Dreserved=0.
 This e-mail and any attachment may contain confidential and privileged 
material intended for the addressee only. If you are not the addressee, you are 
notified that no part of the e-mail or any attachment may be disclosed, copied 
or distributed, and that any other action related to this e-mail or attachment 
is strictly prohibited, and may be unlawful. If you have received this e-mail 
by error, please notify the sender immediately by return e-mail, and delete 
this message.

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286



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

The information transmitted is intended only for the person or entity to which 
it is addressed
and may contain CONFIDENTIAL material.  If you receive this 
material/information in error,
please contact the sender and delete or destroy the material/information.

Humana Inc. and its subsidiaries comply with applicable Federal civil rights 
laws and
do not discriminate on the basis of race, color, national origin, age, 
disability, sex,
sexual orientation, gender identity, or religion. Humana Inc. and its 
subsidiaries do not
exclude people or treat them differently because of race, color, national 
origin, age,
disability, sex, sexual orientation, gender identity, or religion.

English: ATTENTION: If you do not speak English, language assistance services, 
free
of charge, are available to you. Call 1‐877‐320‐1235 (TTY: 711).

Español (Spanish): ATENCIÓN: Si habla español, tiene a su disposición servicios
gratuitos de asistencia lingüística. Llame al 1‐877‐320‐1235 (TTY: 711).

繁體中文(Chinese):注意:如果您使用繁體中文,您可以免費獲得語言援助
服務。請致電 1‐877‐320‐1235 (TTY: 711)。

Kreyòl Ayisyen (Haitian Creole): ATANSION: Si w pale Kreyòl Ayisyen, gen sèvis 
èd
pou lang ki disponib gratis pou ou. Rele 1‐877‐320‐1235 (TTY: 711).

Polski (Polish): UWAGA: Jeżeli mówisz po polsku, możesz skorzystać z bezpłatnej
pomocy językowej. Zadzwoń pod numer 1‐877‐320‐1235 (TTY: 711).

한국어 (Korean): 주의: 한국어를 사용하시는 경우, 언어 지원 서비스를 무료로
이용하실 수 있습니다. 1‐877‐

Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Vernooij, Kees (ITOP NM) - KLM
Check the story of IBM vs Neon Software.

Kees.


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Steve Smith
> Sent: 06 September, 2019 14:52
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Using COBOL on ZIIP via SRB etc
> 
> Well, if you can get your COBOL to run in an SRB successfully, you've
> established that it could run on a zIIP.  But it's not at all "automatic",
> and you have to know the secrets to make that happen.  Which IBM only
> reveals under cover of an NDA, so they're the only legitimate source.  But
> first you'd have to convince them your usage is "legitimate" by their
> rules.
> 
> sas
> 
> On Fri, Sep 6, 2019 at 6:24 AM Gerry Anstey <
> 00da33bf43f1-dmarc-requ...@listserv.ua.edu> wrote:
> 
> > Yes, I thought as much but the method does seem to be there to code so I
> > was a little puzzled as to how the restrictions are enforced.
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> 
> 
> --
> sas
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message.

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286



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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Klaus Stanislawiak
You may want to review what happened to zPrime.

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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Gerry Anstey
I thought as much, thanks.

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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Steve Smith
Well, if you can get your COBOL to run in an SRB successfully, you've
established that it could run on a zIIP.  But it's not at all "automatic",
and you have to know the secrets to make that happen.  Which IBM only
reveals under cover of an NDA, so they're the only legitimate source.  But
first you'd have to convince them your usage is "legitimate" by their rules.

sas

On Fri, Sep 6, 2019 at 6:24 AM Gerry Anstey <
00da33bf43f1-dmarc-requ...@listserv.ua.edu> wrote:

> Yes, I thought as much but the method does seem to be there to code so I
> was a little puzzled as to how the restrictions are enforced.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
sas

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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Gerry Anstey
Yes, I thought as much but the method does seem to be there to code so I was a 
little puzzled as to how the restrictions are enforced.

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


Re: Using COBOL on ZIIP via SRB etc

2019-09-06 Thread David Crayford
Gerry, I think you are SOL if you want to do that! Running code on a 
zIIP has to be under license from IBM and is only available to IBM 
business partners.


On 2019-09-06 6:07 PM, Gerry Anstey wrote:

Hi, has anyone had any success in setting up and SRB to run a COBOL program on 
ZIIP?

I have been doing some research and I'm aware of the restrictions in running 
under SRB etc but for now I just want to establish if the concept is viable. 
Does anyone have some sample code to load a COBOL program and then invoking it 
under an SRB (via IEAMSCHED??).

If an elligible SRB process is established will that automatically run on zIIP 
or do we have to do something else?

I much appreciate any advice and information you can provide.

Gerry

--
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


Using COBOL on ZIIP via SRB etc

2019-09-06 Thread Gerry Anstey
Hi, has anyone had any success in setting up and SRB to run a COBOL program on 
ZIIP?

I have been doing some research and I'm aware of the restrictions in running 
under SRB etc but for now I just want to establish if the concept is viable. 
Does anyone have some sample code to load a COBOL program and then invoking it 
under an SRB (via IEAMSCHED??).

If an elligible SRB process is established will that automatically run on zIIP 
or do we have to do something else?

I much appreciate any advice and information you can provide.

Gerry

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