We have both these tools from the CBT tape and have discovered that they have certain problems with the VS-E format. You cannot, for instance, max down to the bottom, or browse backwards. Not that that negates their benefits...
Greg Shirey Ben E. Keith Company -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] Behalf Of Mark Zelden Sent: Thursday, July 21, 2005 8:38 AM <snip> When consulting I did not have control of that command nor the installed software, so I always used REVIEW (Greg Price's excelent tool - CBT file 134/135) or GSF's BR command (CBT file 183) in combination with this DITTO REXX exec: /* REXX */ /* THIS IS FOR 3.4 BROWSE OF A VSAM DSN SINCE THE DEFAULT ISPF */ /* CUSTOMIZATION INVOKES THE DITTO COMMAND */ ARG . DSN . "BR" DSN /* USE GILBERT SAINT-FLOUR'S BR: FROM CBT FILE 183 */ /* REV" DSN */ /* USE GREG PRICES REVIEW COMMAND FROM CBT FILE 134 */ If you have REVIEW or BR, simply put this exec in a SYSPROC/SYSEXEC ISPF library and you will be able to browse VSAM (for free). ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

