LID command to compile entire system code

 4 Replies
 1 Subscribed to this topic
 27 Subscribed to this forum
Sort:
Author
Messages
Lynne
Veteran Member Send Private Message
Posts: 122
Veteran Member

Hi-

Can someone give me the LID command to compile all programs in a system code?  I need to compile all GL programs.

 

I tried:

cobcmp lsapps gl

 

It did some compiling but not all of GL.  Thanks!

Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
You should try
cobcmp -B product_line gl
Greg Moeller
Veteran Member Send Private Message
Posts: 1498
Veteran Member
Some of GL is actually in the IF system code.... did you try that?
Lynne
Veteran Member Send Private Message
Posts: 122
Veteran Member
Greg- your first suggestion seems to have done the trick. They are compiling now. Thanks!
cobcmp -B product_line gl
Lynne
Veteran Member Send Private Message
Posts: 122
Veteran Member
I also had to compile IF system code, so thanks for that advice also.  We are all set now.