Page 1 of 1

To Identify the unused variables in PL/1 code using REXX

PostPosted: Sat May 09, 2009 12:56 pm
by venkatramankj
Hi,

I need to create a REXX Tools to identify the dead variables in PL/1 code.Can anyone gimme the link for the material or code that would be helpful. Appreciate your help in this regards.

Thanks,
Venkat

Re: To Identify the unused variables in PL/1 code using REXX

PostPosted: Mon Jul 13, 2009 7:25 pm
by Mahalakshmi R
Hi Venkat,

We are using the command PLIFLAG to identify unused variables....

Try whether it is working for you.. if it is not or you need more advanced then you can try for the tool....

Thanks!!!