Home > Archive > Cobol > July 2007 > Running a OO COBOL program from a JCL.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Running a OO COBOL program from a JCL.
|
|
|
|
| cogitoergosum 2007-07-10, 7:55 am |
| SCRATCH THE EARLIER POST.
Sorry about the mixup. I am facing this error :
JVMCI170: Please check the path to shared libraries
Error: unable to initialize Java VM
even, when I have done the settings similar to the ENV settings
(http://publibz.boulder.ibm.com/cgi-...gr_OS390/BOOKS/
igy3pg32/2.3.2.3.3?SHELF=&DT=20061117131343&CASE=) shown in the
example.
Regards,
Nags.
| |
| William M. Klein 2007-07-10, 6:55 pm |
| Are you using Enterprise COBOL V3R4 and the latest release of LE? If not, what
release of Enterprise COBOL and of LE are you using?
--
Bill Klein
wmklein <at> ix.netcom.com
"cogitoergosum" <NageshBlore@gmail.com> wrote in message
news:1184054747.281673.91620@o61g2000hsh.googlegroups.com...
> Hi,
> Has anyone been able to run this example successfully ?
>
> http://publibz.boulder.ibm.com/cgi-...=20061117131343
>
> I am able to compile and link successfully. While executing, I get
> this error :
>
> IGZ0099C Internal error MAINCLAS was detected in module IGZCII1.
> The traceback information could not be determined.
>
> I checked the error message ; but, the module name is not mentioned in
> the list !
>
> http://publibz.boulder.ibm.com/cgi-...9150/SPTCS00519
>
> Regards,
> Nags
>
| |
| cogitoergosum 2007-07-10, 9:55 pm |
| Hi,
COBOL is at : IBM Enterprise COBOL for z/OS 3.4.1
LE is at : Language Environment V01 R09.00
Regards,
Nags
| |
| William M. Klein 2007-07-11, 7:55 am |
| I have sent a question to my "usually reliable source" on this, but have you
tried the IBM "support Center" (ETR/PMR) on this? It sounds like a "software
bug" (or a DOX error) to me.
--
Bill Klein
wmklein <at> ix.netcom.com
"cogitoergosum" <NageshBlore@gmail.com> wrote in message
news:1184114491.198122.186630@i13g2000prf.googlegroups.com...
> Hi,
> COBOL is at : IBM Enterprise COBOL for z/OS 3.4.1
> LE is at : Language Environment V01 R09.00
>
> Regards,
> Nags
>
| |
| cogitoergosum 2007-07-11, 7:55 am |
| Hi Bill,
I am just a 'humble' application programmer, :grin:. I do not do ETR/
PMRs.
I will be eagerly waiting to hear from you and your reliable source.
Regards,
Nags.
| |
| William M. Klein 2007-07-11, 6:55 pm |
| You need to forward this issue to your "systems" person. A failure in running
JCL "right out of the book" is APARable and needs to be handled via the IBM
support center. If your "support person" has difficulty doing this, you can
have them email me directly and I can help with this. My email is:
wmklein <at> ix.netcom.com
(I am still trying to get an unofficial answer, but the proper channel is via
support).
--
Bill Klein
wmklein <at> ix.netcom.com
"cogitoergosum" <NageshBlore@gmail.com> wrote in message
news:1184138484.203876.311040@e9g2000prf.googlegroups.com...
> Hi Bill,
> I am just a 'humble' application programmer, :grin:. I do not do ETR/
> PMRs.
>
> I will be eagerly waiting to hear from you and your reliable source.
>
> Regards,
> Nags.
>
| |
| cogitoergosum 2007-07-11, 9:55 pm |
| Hi Bill,
I did ask around people and I got to know that, the libjvm modules are
available in $JAVA_HOME/bin/j9vm instead of $JAVA_HOME/bin/classic.
Some information here : http://www-03.ibm.com/servers/eserv...restrict64.html
I have got it working now !
yoo hoo !!
Regards,
Nags.
|
|
|
|
|