REVIEW Alternate Installation
|
rev000 3350 200 sysvtoc vtoc trk 5 review.load xmit revload.xmi review.help xmit revhelp.xmi |
and execute DASDLOAD to create a volume containing the two 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 load library and
help library:
//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 //LIBOUT1 DD DISP=OLD,DSN=SYS2.CMDLIB <= target //LIBOUT2 DD DISP=OLD,DSN=SYS2.HELP <= 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 /* //
(Note that the target libraries in the above jobstream are SYS2.CMDLIB and SYS2.HELP. If those libraries are not defined 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.
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 February 18, 2008 .