REVIEW Alternate Installation
|
rev000 3350 200 sysvtoc vtoc trk 5 review.clist xmit clist review.load xmit load review.help xmit help |
and execute DASDLOAD to create a volume containing the three libraries. Attach the volume to Hercules and mount it under MVS as a private volume.
Submit an IEBCOPY job to copy the members from these two
libraries on the newly created volume into the TSO command procedure (clist)
library, command load library and
help library on your Hercules/MVS system:
//IEBCOPY JOB (001),IEBCOPY,CLASS=A,MSGLEVEL=(1,1) //COPY EXEC PGM=IEBCOPY,REGION=1024K //SYSPRINT DD SYSOUT=* //LIBIN1 DD DISP=SHR,VOL=SER=REV000,UNIT=3350,DSN=REVIEW.LOAD //LIBIN2 DD DISP=SHR,VOL=SER=REV000,UNIT=3350,DSN=REVIEW.HELP //LIBIN3 DD DISP=SHR,VOL=SER=REV000,UNIT=3350,DSN=REVIEW.CLIST //LIBOUT1 DD DISP=OLD,DSN=SYS2.CMDLIB <= target //LIBOUT2 DD DISP=OLD,DSN=SYS2.HELP <= target //LIBOUT3 DD DISP=OLD,DSN=SYS1.CMDPROC <= target //SYSUT3 DD UNIT=SYSDA,SPACE=(80,(60,45)),DISP=(NEW,DELETE) //SYSIN DD * COPY INDD=((LIBIN1,R),OUTDD=LIBOUT1 COPY INDD=((LIBIN2,R),OUTDD=LIBOUT2 COPY INDD=((LIBIN3,R),OUTDD=LIBOUT3 /* //
(Note that the target libraries in the above jobstream are SYS2.CMDLIB, SYS2.HELP, and SYS1.CMDPROC. If you have not created SYS2.CMDLIB and SYS2.HELP on your system, you can change the JCL to point to SYS1.CMDLIB and SYS1.HELP.)
Review is now available for use under TSO on your MVS 3.8j system. You can dismount the temporary volume you created (REV000 if you utilized the DASDLOAD control file I show above), detach it from Hercules, and delete the file from the host OS.
Greg Price's REVIEW presentation from SHARE in Austin on March 5, 2009 (SHARE Session 2811) is also available from http://proceedings.share.org/client_files/SHARE_in_Austin/S2811GP235506.pdf and, in case it has moved, from S2811GP235506.pdf.
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 December 12, 2010 .