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

ChangeMan compiles the program after deleting comments.


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
prash_infy

New User


Joined: 31 Aug 2006
Posts: 20

PostPosted: Tue Jun 22, 2010 7:59 pm
Reply with quote

Is there a limit to the size of component which ChangeMan can compile? Is there any varible thats has to be changed for huge programs. My program compiles if I delete any '4-5' comments from my program.

Thank You!
Back to top
View user's profile Send private message
Ronald Burr

Active User


Joined: 22 Oct 2009
Posts: 293
Location: U.S.A.

PostPosted: Tue Jun 22, 2010 10:16 pm
Reply with quote

What is a "4-5" comment????

And, for what it's worth, comments are not compiled - the compiler essentially ignores them ( namely, treats them like, well, comments ).
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Jun 22, 2010 11:02 pm
Reply with quote

Hi Ronald,

I suspect this means reducing the number of lines of source code by 4 or 5. Comments rather than actual instructions. . .
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Jun 22, 2010 11:53 pm
Reply with quote

duh, how many lines are in the cobol module - with copybooks.
when you reduce the comments by 4 or 5 lines, and you get a compile,
what is the line count - it is part of the compiler output.

and what happens when you don't remove the 4 or 5 lines? what kind of error do you receive?
Back to top
View user's profile Send private message
Ronald Burr

Active User


Joined: 22 Oct 2009
Posts: 293
Location: U.S.A.

PostPosted: Wed Jun 23, 2010 12:50 am
Reply with quote

Perhaps will the FULL source code the job is abending with an S722? and by removing just 4-5 comment lines from the source the output is reduced just enough to fall below the threshold that generates the S722? At any rate, I doubt that it's the compiler that has a problem; I don't know enough about Changeman to know whether any of its installation parms can be set to limit the input line count.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Wed Jun 23, 2010 3:18 am
Reply with quote

Too bad the poster couldn't provide us with a little more info, I would be willing to bet there is more info about the problem he just doesn't know what he is looking at. Maybe a workfile that is created and used to pass the source code to the compiler?
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Changeman - how can we know the curr... Compuware & Other Tools 2
No new posts DB2 Event passed to the Application P... DB2 1
No new posts Deleting a Tape file JCL & VSAM 14
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:

Back to Top