View previous topic :: View next topic
|
Author |
Message |
pradeeph
New User
Joined: 10 Nov 2006 Posts: 7
|
|
|
|
Hi,
I'm trying to compile a CICS Cobol-DB2 program in Endevor. We use XPED for debugging. Thye compile fails with a RC 12. The error given is that List option should be used with optimize.
Could someone help me with this issue.
Thank you. |
|
Back to top |
|
 |
expat
Global Moderator

Joined: 14 Mar 2007 Posts: 8797 Location: Welsh Wales
|
|
|
|
What happened when you made the changes indicated by the error message |
|
Back to top |
|
 |
dbzTHEdinosauer
Global Moderator

Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
what happens when you use the site standard compile/link/bind jcl? |
|
Back to top |
|
 |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6250 Location: Mumbai, India
|
|
|
|
pradeeph wrote: |
I'm trying to compile a CICS Cobol-DB2 program in Endevor. We use XPED for debugging. Thye compile fails with a RC 12. The error given is that List option should be used with optimize. |
This must have been done by some one at your shop, please ask them.
On the other hand, I'm a user of ChangeMan and the usual process in that is -- compile the program in ChageMan, this will generate the Listing and then use the JCL, provided by Compuware, to add the comile-listings to the DDIO. These is usually, a single DDIO-file for CICS. Now, such DDIO-files, JCL and libraries (name) differ shop-to-shop -- so again get in touch with your Support or peers there at your shop. |
|
Back to top |
|
 |
pradeeph
New User
Joined: 10 Nov 2006 Posts: 7
|
|
|
|
I added the LIST option in the compile step parameters and it is working fine now. |
|
Back to top |
|
 |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6250 Location: Mumbai, India
|
|
|
|
Glad to know that and thanks for posting the solution which worked for you... |
|
Back to top |
|
 |
|