I have seen a CLIST/REXX for cursor browsing.
Here is the detail requirement.
Suppose there are different libraries to access PROCCLIB, COPYLIB, CONTROLIB, COBOL LIBRAIES ETC AS FOLLOWS.
prod.proclib, prod.copylib, prod.cntrlib, prod.cobol etc.
Let us say in a JCL statement we have //sysin dd dsn=prod.cntrlib(hr03dxab).
Now if cursor is positioned on hr03dxab and hit enter, I will see prod.cntrlib(hr03dxab) will open - displayed on screen.
Similar cursor browsing can also be done for other libraries as well.
In the background a CLIST runs and browse the member under which cursor is positioned. Basically it searches the concatenated libraries listed in the clist.
Another version of this requires me to write csr br at the command line place the cursor on the intended member and hit enter to open the member in ISPF.
Does anyone know about such CLIST.
I would highly appreciate if anyone can help me in this,any of the two versioned explained above
Regards,
PKB