Page 1 of 1

NUMBER OF LINES IN A PROGRAM

PostPosted: Sun Oct 10, 2010 1:11 am
by kumarshiva
I need a simpler way to find LOC in a program instead of viewing each program and finding it out,since there are some 500 programs on my plate.I am looking out for simple way.Can any one suggest this??I need this info for further estimations in my project.

Re: NUMBER OF LINES IN A PROGRAM

PostPosted: Sun Oct 10, 2010 2:09 am
by enrico-sorichetti
In IT ( Information Technology ) using exact terms is a must...
so, determining the LOC is a complex task,
but, on the other side if You simply need to know the number of lines in a source in a PDS
just use the ISPF 3.5 option as described here
http://publibz.boulder.ibm.com/cgi-bin/ ... 1211175702
at the end you will have the number of source code lines ( not the LOC ) and ISPF
will be smart enough to tell You also the total number of lines

Re: NUMBER OF LINES IN A PROGRAM

PostPosted: Mon Oct 11, 2010 2:52 pm
by enrico-sorichetti