View previous topic :: View next topic |
Author |
Message |
ortizdante Beginner

Joined: 26 Apr 2005 Posts: 3 Topics: 1 Location: Mexico, DF
|
Posted: Tue Apr 26, 2005 6:03 pm Post subject: C++ OMVS Library for MVS JOB |
|
|
Hello,
I had built a library in C++ so I want use it in my MVS Job, it's possible do this?
Thanks in advance,
Dante Ortiz,
Mexico DF |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Apr 27, 2005 8:20 am Post subject: |
|
|
ortizdante,
what exactly do you mean by library ? Is it a DLL?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
ortizdante Beginner

Joined: 26 Apr 2005 Posts: 3 Topics: 1 Location: Mexico, DF
|
Posted: Wed Apr 27, 2005 9:02 am Post subject: |
|
|
Hi Kolusu,
An static library, some kind of dll.
Regards,
ortizdante |
|
Back to top |
|
 |
MikeBaker Beginner
Joined: 04 May 2004 Posts: 96 Topics: 9
|
Posted: Thu Apr 28, 2005 7:24 am Post subject: |
|
|
Yes, you can - as I have seen it done many times (by others) - you can execute a C++ program with a standard JCL deck, and if you are running "Language Environment" (LE), then you will also be able to call your C++ routines from other languages by making an ILC (Inter-Language Call). However, you will need to recompile your programs (to make them 100% compatible) on the MVS mainframe before executing them. |
|
Back to top |
|
 |
ortizdante Beginner

Joined: 26 Apr 2005 Posts: 3 Topics: 1 Location: Mexico, DF
|
Posted: Thu Apr 28, 2005 10:24 pm Post subject: |
|
|
Excelent!
Thanks again, i will try these option,
ortizdante |
|
Back to top |
|
 |
|
|