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

MAXCC=12, But No Error Listing


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
paringangar

New User


Joined: 07 Mar 2005
Posts: 2
Location: Mumbai, India

PostPosted: Sat Mar 12, 2005 9:50 pm
Reply with quote

Hi all,

Today when I was trying to compile my program (cobol + idms code), the compilation crashed with MAXCC = 12.

But when I checked the .lst file, I did not find any errors or warnings or notes.

When I refered this to a colleague, he said may be the loadlib dataset is full and you need to delete a couple of them to create space for new loadlibs.

When I did that, the program compiled successfully.

But, I still cannot digest the solution given by my colleague.

Please advise.

Thanks.

Parin

Note: We are using Meta-Cobol (macros for cobol).
Back to top
View user's profile Send private message
rick

New User


Joined: 18 Jun 2004
Posts: 59
Location: Chennai

PostPosted: Wed Mar 16, 2005 4:28 pm
Reply with quote

Hi Parin,

This is becoz your compilation step has been suceeded and you had your problem in link edit step. You could have checked out the errors / warnings at the linkedit time also. If you have done that you may have found that error was due to lack of space.


Thanks and Regards,
Rick
Back to top
View user's profile Send private message
paringangar

New User


Joined: 07 Mar 2005
Posts: 2
Location: Mumbai, India

PostPosted: Wed Mar 16, 2005 9:41 pm
Reply with quote

Hi Rick,

Thnx for the info. I was not aware of that I could have checked this in linkedit step.

Regards,

Parin
Back to top
View user's profile Send private message
sribks2005

New User


Joined: 04 Apr 2005
Posts: 20
Location: Mysore

PostPosted: Wed Apr 13, 2005 2:22 pm
Reply with quote

hi Rick,

Can you please tell us how we can check errors/warning in link-edit step.

link-edit step is prior to execution step and after the compilation step right?

Please let me know the answer as soon as possible.

thank you
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top