Denis, could you send me a copy of the presentation please.
Jim McAlpine
On 1/29/07, Denis Gäbler <[EMAIL PROTECTED]> wrote:
Hi,
If anyone is interested in a presentation covering this topic, drop me an
email and I'll send you a PDF document. Its about the IMS implementation,
but the Java Sample code used has nothing to do with IMS, you could easily
leave the IMS specifics out (In fact a simple caller COBOL transaction) and
it still does work. In fact, the sample is designed to be called not only
from COBOL also Assembler, PL/I and other languages could be Java caller.
Create a CEE Sample Member:
//HLASM EXEC PGM=ASMA90,PARM='LINECOUNT(0)'
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,1))
//SYSUT2 DD UNIT=SYSDA,SPACE=(CYL,(1,1))
//SYSUT3 DD UNIT=SYSDA,SPACE=(CYL,(1,1))
//SYSLIN DD DSN=GAEBLER.LOAD(DENISCEE),DISP=SHR
//SYSLIB DD DSN=CEE.SCEEMAC,DISP=SHR
// DD DSN=SYS1.MACLIB,DISP=SHR
//SYSIN DD *
TITLE 'CEEUOPT'
CEEUOPT CSECT
CEEUOPT AMODE ANY
CEEUOPT RMODE ANY
CEEXOPT XPLINK=(ON), X
POSIX=(ON), X
STACK=(512K,512K,ANYWHERE,KEEP,512K,512K), X
ENVAR=('_CEE_ENVFILE=/u/gaebler/hello/ENV')
END
//*
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html