IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Debugging Error in COBOL OPTIMIZE COMPILER OPTION


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sun_job

New User


Joined: 18 Sep 2007
Posts: 73
Location: Bangalore

PostPosted: Mon Jun 09, 2008 2:21 pm
Reply with quote

I need to Xpedit the program ABC1000.I am encountering the following error.
XPD1144 ADSRA193 MODULE HAS BEEN COMPILED WITH THE COBOL
OPTIMIZE COMPILER OPTION

BEFORE ABC1000;;ABC1000
AFTER ABC1000;;ABC1000

XPD0439 U4038 ABEND

is this the problem with optimize optimize option, if yes, how could i compile my prog without optimize option?
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Mon Jun 09, 2008 3:15 pm
Reply with quote

sun_job wrote:
is this the problem with optimize optimize option,
Yes.....
Quote:
if yes, how could i compile my prog without optimize option?
Use the NOOPTIMIZE compiler option....
Back to top
View user's profile Send private message
sun_job

New User


Joined: 18 Sep 2007
Posts: 73
Location: Bangalore

PostPosted: Mon Jun 09, 2008 3:55 pm
Reply with quote

hi cicsguy,

i compile using endevor, how can i specify the no optimize option?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Jun 09, 2008 4:00 pm
Reply with quote

Ask Your endevor support group,
usually when there is a development control system ( endevor )
and debuggers are available,
there should be already in place a procedure to build programs with the proper options...
Back to top
View user's profile Send private message
HappySrinu

Active User


Joined: 22 Jan 2008
Posts: 194
Location: India

PostPosted: Mon Jun 09, 2008 4:24 pm
Reply with quote

Sun,
As suggested before to contact Endevor admin team,

the compiler options are set for all compile jcl/processors (in Endevor terminology).

So may be need to update the symbolic options in the processor which is using.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Error to read log with rexx CLIST & REXX 11
No new posts How I Found a Bug in a FORTRAN Compiler All Other Mainframe Topics 4
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Error when install DB2 DB2 2
Search our Forums:

Back to Top