Page 1 of 1

URGENT HELP - WITH CICS

PostPosted: Thu Apr 17, 2008 12:02 am
by tigereagle
Hi,
My team is facing a critical issue which is breaking the entire Sytem testing for quite a while now. Any thoughts are much appreicated. Here is the snippet of the problem we are facing. Thanks for looking into it

====================================

One of the Customer requirements for CHIS 800 LE Version is to use the "Enterprise Compiler". We are facing a lot of issues with online jobs.While invoking the transaction we are getting ASRA Abend. And we are not sure about the SYSTEM libraries that are required for CICS Enterprise Compiler. We found in internet that the following SYSLIB to be added in ARCHDEF. But, that didn't solve the issue.

LKED LE370
CMD INCLUDE SYSLIB (CEESTART)
CMD INCLUDE SYSLIB (CEESG010)
CMD INCLUDE SYSLIB (DFHELII)
CMD INCLUDE SYSLIB (DSNCLI)
CMD REPLACE PLISTART
CMD REPLACE DFHPL1OI
CMD CHANGE IBMBINT (CEEBINT)
CMD CHANGE PLIMAIN (CEEMAIN)
ARCHNCAL of main program
ARCHNCAL of Subprograms
CMD ORDER CEESTART
CMD ENTRY CEESTART
LOAD Name

We are using the concept called Project Definitions (Translators) in SCLM for Compile or Link-Edit and not the JCL.
====================================

Any thoughts / suggestions/ help is much helpful. Thanks!

Re: URGENT HELP - WITH CICS

PostPosted: Thu Apr 17, 2008 7:39 pm
by CICS Guy
What does an ASRA have to do with the junk you displayed?
And it can't be too urgent since you havn't given us enough information to do anything with....