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

Fixing Sequence Error in IBM Enterprise COBOL: IGYLI0090


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
elmoy21

New User


Joined: 08 Dec 2006
Posts: 2
Location: Philippines

PostPosted: Fri Dec 08, 2006 2:58 pm
Reply with quote

Hi,

I making changes in a program. The original return code when compiled is CC 00. But when I comment-out the paragraphs that are not needed anymore and added the required changes, the return code is CC 04. There are no severe errors but only warning messages which are sequence errors.

===============================================
PP 5655-G53 IBM Enterprise COBOL for z/OS and OS/390 3.2.0 Date 12
LineID Message code Library phase message text

IGYLI0090-W 861 sequence errors were found in this program.
Messages Total Informational Warning Error Severe Terminating
Printed: 1 1
PP 5655-G53 IBM Enterprise COBOL for z/OS and OS/390 3.2.0 GLFT Date 12
===============================================

The program works fine but I want to remove the warning messages thus when compiled the return code is CC 00. The problem is I don't know what's causing the sequence errors unlike severe errors there're corresponding line nos where you can easily determine what's causing the error.

How do you fix these kinds of errors?

Thanks.
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Fri Dec 08, 2006 3:30 pm
Reply with quote

Hi elmoy21

When the COBOL source is compiled:

NOSEQUENCE indicates that the reference numbers are not checked for sequence errors. NOSEQUENCE is the default value.

Try changing the compiler option to NOSEQ.


Thanks
Arun
Back to top
View user's profile Send private message
elmoy21

New User


Joined: 08 Dec 2006
Posts: 2
Location: Philippines

PostPosted: Fri Dec 08, 2006 4:07 pm
Reply with quote

Hi Arun,

I've searched the web and found out that these sequence nos are from columns 1 through 6 which I used for maintenance documentation . So these errors do not really affect the program?

Thanks.
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 -> ABENDS & Debugging

 


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 COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Error when install DB2 DB2 2
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
Search our Forums:

Back to Top