REVIEW TSO CommandREVIEW is a TSO command that provides the capability of viewing a sequential dataset or a member of a partitioned dataset in a full-screen mode, similar to ISPF Browse. There are several versions on the various editions of the CBT, but I worked with what I think is the original version, from file #300 of CBT version 249. Review was originally written by Bill Godfrey of the Planning Research Corporation in McLean, VA. It is currently maintained by Greg Price, a frequent contributor to the Hercules' community. (For an alternate installation method using a distribution provided by Greg Price, see Alternate Review Install.)
InstallationThe only change I made to the original material was to place a macro that was located following the assembler source to precede the source, which is a requirement of the F assembler. I placed the source and the help text together in a single jobstream. The jobstream - review$.jcl - is contained in the archive review.tgz [MD5: 337852E80D0A71CEE090EE59879909C3]. Download the archive and extract the jobstream (WinZip on Windows/?? or tar on Linux). Submit the jobstream to assemble and link the single load module for REVIEW into SYS2.CMDLIB and copy the help text into SYS2.HELP. If you don't have SYS2.CMDLIB defined, you will need to modify the jobstream to specify a different target load library. Also if you do not have SYS2.HELP defined, you may modify the jobstream to place the help information into SYS1.HELP.
Utilizing REVIEWREVIEW may be also be started with the alias REV. Since the help text thoroughly documents the functions, I have simply included it here, formatted slightly to improve readibility:
I hope that you have found my instructions useful. If you have questions that I can answer to help expand upon my explanations and examples shown here, please don't hesitate to send them to me:
This page was last updated on November 12, 2010 . |