Yes, I am still working on this.
Nice to hear that you have been successfull!
I am trying to execute the COBOL program with the following JCL:
//ABCEXEC JOB XXXX,ABC,CLASS=2,REGION=200M,MSGCLASS=X
//GO EXEC PGM=COBOLOO,
// PARM='/ENVAR("_CEE_ENVFILE=/u/myuserid/ENV")
// POSIX(ON)'
//STEPLIB DD DSN=myuserid.USER.LOADLIB.PDSE,DISP=SHR
// DD DSN=SYS1.CEE.SCEERUN2,DISP=SHR
// DD DSN=SYS1.CEE.SCEERUN,DISP=SHR
//SYSOUT DD SYSOUT=*
//CEEDUMP DD SYSOUT=*
//CEEOPTS DD *
XPLINK(ON)
//SYSUDUMP DD DUMMY
//JAVAOUT DD PATH='/u/myuserid/javaout'
The ENV-file contains the following:
PATH=/bin:/usr/lpp/java/J5.0/bin.
LIBPATH=/lib:/usr/lib:/usr/lpp/java/J5.0/bin:/usr/lpp/java/J5.0/bin/j9vm:/u/myuserid
CLASSPATH=/u/myuserid/classes:/u/myuserid:/u/myuserid/
Could you please explain to me, what you mean with "running the sample code from its own directory under my home directory"?
Thank you very much in advance!
Best regards!