Page 1 of 1

TOOL Creation

PostPosted: Wed Aug 01, 2012 9:28 am
by Nizar16
Hi All,
Im beginner for REXX, I like to create a tool that get the Table name from the user and display list of program that using user entered table name. How to code in REXX. Its similar to CICS??

Can u any one please lead me..

Re: TOOL Creation

PostPosted: Wed Aug 01, 2012 11:54 am
by NicC
You are not going to have much success with this if you cannot read - posting in the IBM Debug Tool section whcih is described as being specifically for the IBM Debug Tool is not a good start - topic moved.

You need to read about rexx and learn to program in it first. Get a version of rexx that runs on to your PC and learn there. Then learn he differences between PC rexx and mainframe rexx. Later you can add ISPF Library Services which you will need to do what I THINK you want to do - your description is not very clear. In fact reading your requirement again I am even less clear. What tables? DB2 tables, ISPF tables, even COBOL tables?

Is what similar to CICS?

Re: TOOL Creation

PostPosted: Wed Aug 01, 2012 9:28 pm
by dick scherrer
Hello,

What it sounds like you are looking for is called "impact analysis". Suggest you talk with your Configuration Management people and learn what is already available either via some purchased software or some in-house developed process.

Re: TOOL Creation

PostPosted: Thu Aug 02, 2012 7:02 pm
by Anuj Dhawan
How would you do it with out REXX, if you know that; possibly there is a way out...

Re: TOOL Creation

PostPosted: Thu Aug 02, 2012 8:32 pm
by Akatsukami
Nizar16, this has almost nothing to do with Rexx. The most important thing is the SQL query needed for this; the second most important thing is the reporting. I recommend that you first write a batch COBOL program that does this, then decide what functional differences there must be in your tool. When you have done this, get back to us.