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

How to find out unused working storage variables???


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

New User


Joined: 29 Mar 2008
Posts: 1
Location: India

PostPosted: Sun Mar 30, 2008 3:22 pm
Reply with quote

Please help me to write a program for finding out the unused working storage variables declared in a COBOL/CICS program...
Back to top
View user's profile Send private message
gvsus

New User


Joined: 27 Mar 2008
Posts: 4
Location: USA

PostPosted: Sun Mar 30, 2008 7:20 pm
Reply with quote

You can find them in the Compile listing.

Cross-Reference : If you see Line numbers next to the field, its been referenced at that line. If the Line number is prefixed by M, then that field is modified in that line number.

I don't think these show elementary items as referenced if the group level is referenced.

Hope it helps.

Thanks
gvs
Back to top
View user's profile Send private message
sri_mf

Active User


Joined: 31 Aug 2006
Posts: 218
Location: India

PostPosted: Mon Mar 31, 2008 6:24 pm
Reply with quote

teena joseph wrote:
Please help me to write a program for finding out the unused working storage variables declared in a COBOL/CICS program...


In my shop we use a comman called COBOLWS.i Think it is shop specific depending upon REXX utility they have written.

Pls correct me i am wrong.
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 To find whether record count are true... DFSORT/ICETOOL 6
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts PD not working for unsigned packed JO... DFSORT/ICETOOL 5
No new posts Def PD not working for unsigned packe... JCL & VSAM 3
No new posts Find the size of a PS file before rea... COBOL Programming 13
Search our Forums:

Back to Top