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

Where should I give the library name in REXX program?


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Bindu M

New User


Joined: 09 Feb 2007
Posts: 4
Location: Madiwala

PostPosted: Fri Nov 16, 2007 8:18 pm
Reply with quote

I have a set of programs in a library. I need to get LOC for the programs in that library. Please advise me where and how I should mention the library name in the rexx code to browse the programs and get LOC.
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Nov 16, 2007 8:20 pm
Reply with quote

What is LOC?

O.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Nov 16, 2007 8:22 pm
Reply with quote

I don't follow your question. What does your rexx code look like up to this point?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Nov 16, 2007 8:31 pm
Reply with quote

Quote:
I need to get LOC for the programs in that library


are You sure about writing Your own tools to find out such info...

LOC counting is not an easy task...

there are standards to be followed...

if You simply need the lines disregarding the source language

invoking the library management services will give You the number of lines
in a member ( provided that it has been saved with "stats on" )
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Nov 16, 2007 8:36 pm
Reply with quote

If the programs are just a handful, pencil and paper might be faster,
go to any panel which displays a member list,
and if statistics are turned on, You will see how many lines are in every member

if statistics are missing, navigate thru the utilities
for the set/reset member stats appl
Back to top
View user's profile Send private message
Bindu M

New User


Joined: 09 Feb 2007
Posts: 4
Location: Madiwala

PostPosted: Sat Nov 17, 2007 9:01 am
Reply with quote

Thanks for your reply!

I have around 500 mantis programs where in i have to find the LOC(lines of code). They are all stored in a library. I am very new to rexx, so i want to know if by using rexx will i be able to find the LOC for all those programs.
Pls advice.

e.s, i did not understand the below, could you please elaborate pls.. what is statistics...

go to any panel which displays a member list,
and if statistics are turned on, You will see how many lines are in every member
if statistics are missing, navigate thru the utilities
for the set/reset member stats appl
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Nov 17, 2007 1:46 pm
Reply with quote

Quote:
id not understand the below, could you please elaborate pls.. what is statistics...


In what environment do You work ???

You did not tell about MANTIS,
are the mantis programs just plain sources residing ( like COBOL ) in ordinary mvs datasets
or there is a mantis development environment with its own program repository

what I advised about is a standard terminolgy fo an ISPF environment
if look at a member list panel You will notice a lots of info about a member
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top