RE: ISPF V2.1 Delivery

"'Wally Mclaughlin' wally-DQxrffcZ1q8KSbamj/[email protected] [H390-MVS]" <[email protected]> Wed, 12 Feb 2020 18:26:48 -0500
Newsgroups gmane.comp.emulators.hercules390.mvs
Message-ID <[email protected]>
------=_NextPart_000_00AD_01D5E1D1.FDBA7F10
Content-Type: multipart/alternative;
 boundary="----=_NextPart_001_00AE_01D5E1D1.FDBA7F10"

------=_NextPart_001_00AE_01D5E1D1.FDBA7F10
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sam,

 

I have not released this product to the public by any stretch of the
imagination!

 

I have released it to those people who belong to our community and who
specifically requested the product from me and who I agreed to provide
it to them.

 

Further to my earlier email (see attached) which you have not
responded to, you have no right to put this product on the CBT tape
without my permission.

 

 

 

Respectfully,

 

Wally Mclaughlin

 

 

From: Sam Golob <[email protected]> 
Sent: Wednesday, February 12, 2020 03:59 PM
To: Wally Mclaughlin <wally-DQxrffcZ1q8KSbamj/[email protected]>
Subject: Re: ISPF V2.1 Delivery

 

Hi Wally,

    Since you have released ISPF V2R1M0 to the public, I'm putting it
on CBT File 998 on the Updates page.  Kindly check it over to make
sure everything is accurate.  

    Thank you very much for this magnificent piece of work.

    All the best of everything to you and your family.

Sincerely,    Sam

On 2/11/2020 7:34 PM, Wally Mclaughlin wrote:

All,

 

 

Attached, in AWS tape format, is the production version of ISPF
Version 2.1. 

 

The JCL below can be used to load all the files from the tape. You
will have to change at least the VOL and UNIT parameters, and maybe
also the HIL parameter. The product does not require
APF-authorization, but unless you are using the ISPF Clist in CLIB,
you will need add the LLIB dataset to either the LOGON Proc STEPLIB
concatenation, or to the LINKLIST concatenation. See the member
INSTALL in the DOC dataset.

 

If you are migrating from a previous version, you do not need to
recreate the ISPPROF dataset using the ISPPROF member in the INSTALL
dataset, as the ISPPROF file is upward compatible. 

 

You will need to install Review version 46.6 or higher to interface
properly with ISPF, and change the Review datasets referenced in the
ISPLOGON Proc and/or the Clist members in CLIB to reflect the version
of Review you are using.

 

You will also need to install the MVS 3.8 enhancement mod ZP60038
provided by Greg Price (
<http://www.prycroft6.com.au/vs2mods/index.html#zp60038>
www.prycroft6.com.au/vs2mods/index.html#zp60038), which provides an
API for application programs to access CLIST Variables. If this mod is
not installed, Clist variables will not be available to ISPF and
vice-versa.

 

If you wish to run ACETEST as full featured APF-authorized, you will
need to copy the ACEXXXXX load modules from ISPLLIB into an
APF-Authorized library. I recommend you try it first as non-APF
authorized to get familiar with the product. Refer to the ACEDOC
member in the DOC file for more info. 

 

 

If you need any help, please let me know. Good luck!

 

Wally

 

 

 

//ISPLOAD  JOB  name,acct,CLASS=A,MSGCLASS=C


//*


//* CHANGE THE JOB CARD 'name' AND 'acct' TO SUIT YOUR INSTALLATION.


//*


//*


//* CHANGE THE 'vvvvvv' AND 'uuuu' AS REQUIRED.


//*


//LOAD     PROC HIL=ISP,DSN=LLIB,LABEL=1,


//         VOL=vvvvvv,UNIT=uuuu,CYL=2,MEM=20


//STEP1    EXEC PGM=IEBCOPY


//SYSPRINT DD   SYSOUT=*


//SYSUT1   DD   DSN=ISP.V2R1M0.&DSN..UNLOAD,DISP=(OLD,KEEP),


//         VOL=(PRIVATE,RETAIN,SER=ISP210),UNIT=TAPE,


//         LABEL=(&LABEL,SL,,IN)


//SYSUT2   DD   DSN=&HIL..V2R1M0.&DSN,DISP=(,CATLG),


//         VOL=SER=&VOL,UNIT=&UNIT,SPACE=(CYL,(&CYL,0,&MEM),RLSE)


//SYSIN    DD   DUMMY


//         PEND


//DELETE   EXEC PGM=IEHPROGM


//*


//* CHANGE THE 'vvvvvv' AND 'uuuu' AS REQUIRED.


//*


//SYSPRINT DD   SYSOUT=*                                       

//DASD     DD   VOL=SER=vvvvvv,UNIT=unit,DISP=SHR              

//SYSIN    DD   *                                              

 SCRATCH DSNAME=ISP.V2R1M0.INSTALL,VOL=uuuu=vvvvvv             

 UNCATLG DSNAME=ISP.V2R1M0.INSTALL                             

 SCRATCH DSNAME=ISP.V2R1M0.DOC,VOL=uuuu=vvvvvv                 

 UNCATLG DSNAME=ISP.V2R1M0.DOC                                 

 SCRATCH DSNAME=ISP.V2R1M0.CLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.CLIB                                

 SCRATCH DSNAME=ISP.V2R1M0.LLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.LLIB                                

 SCRATCH DSNAME=ISP.V2R1M0.MLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.MLIB                                

 SCRATCH DSNAME=ISP.V2R1M0.PLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.PLIB                                

 SCRATCH DSNAME=ISP.V2R1M0.SLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.SLIB                                

 SCRATCH DSNAME=ISP.V2R1M0.TLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.TLIB


//INSTALL  EXEC LOAD,DSN=INSTALL,LABEL=1            

//DOC      EXEC LOAD,DSN=DOC,LABEL=2                

//CLIB     EXEC LOAD,DSN=CLIB,LABEL=3               

//LLIB     EXEC LOAD,DSN=LLIB,LABEL=4               

//MLIB     EXEC LOAD,DSN=MLIB,LABEL=5               

//PLIB     EXEC LOAD,DSN=PLIB,LABEL=6               

//SLIB     EXEC LOAD,DSN=SLIB,LABEL=7               

//TLIB     EXEC LOAD,DSN=TLIB,LABEL=8               

//   

 

 


------=_NextPart_001_00AE_01D5E1D1.FDBA7F10
Content-Type: text/html; charset=US-ASCII
Content-Transfer-Encoding: 7bit




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
</head>






 
<body style="background-color: #fff;">
<span style="display:none">&nbsp;</span>

<!--~-|**|PrettyHtmlStartT|**|-~-->
<div id="ygrp-mlmsg" style="position:relative;">
  <div id="ygrp-msg" style="z-index: 1;">
<!--~-|**|PrettyHtmlEndT|**|-~-->

    <div id="ygrp-text" >
      
      
      <p><div class="WordSection1"><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">Sam,<o></o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;"><o>&nbsp;</o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">I have not released this product to the public by any stretch of the imagination!<o></o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;"><o>&nbsp;</o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">I have released it to those people who belong to our community and who specifically requested the product from me and who I agreed to provide it to them.<o></o></span></p><p class="MsoNormal"><span style="f
 ont-family:&quot;Courier New&quot;,serif;"><o>&nbsp;</o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">Further to my earlier email (see attached) which you have not responded to, you have no right to put this product on the CBT tape without my permission.<o></o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;"><o>&nbsp;</o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;"><o>&nbsp;</o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;"><o>&nbsp;</o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">Respectfully,<o></o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot
 ;,serif;"><o>&nbsp;</o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">Wally Mclaughlin<o></o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;"><o>&nbsp;</o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;"> <o></o></span></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;"><o>&nbsp;</o></span></p><div><div style="border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in;"><p class="MsoNormal"><b>From:</b> Sam Golob &lt;[email protected]&gt; <br><b>Sent:</b> Wednesday, February 12, 2020 03:59 PM<br><b>To:</b> Wally Mclaughlin &lt;wally-DQxrffcZ1q8KSbamj/[email protected]&gt;<br><b>Subject:</b> Re: ISPF V2.1 Delivery<o></o></p></div></div><p class="MsoNormal"><
 o>&nbsp;</o></p><p><span style="font-family:&quot;Courier New&quot;,serif;">Hi Wally,</span><o></o></p><p><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;&nbsp;&nbsp; Since you have released ISPF V2R1M0 to the public, I'm putting it on CBT File 998 on the Updates page.&nbsp; Kindly check it over to make sure everything is accurate.&nbsp; </span><o></o></p><p><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;&nbsp;&nbsp; Thank you very much for this magnificent piece of work.</span><o></o></p><p><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;&nbsp;&nbsp; All the best of everything to you and your family.</span><o></o></p><p><span style="font-family:&quot;Courier New&quot;,serif;">Sincerely,&nbsp;&nbsp;&nbsp; Sam</span><o></o></p><div><p class="M
 soNormal">On 2/11/2020 7:34 PM, Wally Mclaughlin wrote:<o></o></p></div><blockquote style="margin-top:5.0pt;margin-bottom:5.0pt;"><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">All,</span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">Attached, in AWS tape format, is the production version of ISPF Version 2.1. </span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">The JCL 
 below can be used to load all the files from the tape. You will have to change at least the VOL and UNIT parameters, and maybe also the HIL parameter. The product does not require APF-authorization, but unless you are using the ISPF Clist in CLIB, you will need add the LLIB dataset to either the LOGON Proc STEPLIB concatenation, or to the LINKLIST concatenation. See the member INSTALL in the DOC dataset.</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">If you are migrating from a previous version, you do not need to recreate the ISPPROF dataset using the ISPPROF member in the INSTALL dataset, as the ISPPROF file is upward compatible. </span><
 o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">You will need to install Review version 46.6 or higher to interface properly with ISPF, and change the Review datasets referenced in the ISPLOGON Proc and/or the Clist members in CLIB to reflect the version of Review you are using.</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">You will also need to install the MVS 3.8 enhancement mod ZP60038 provided by Greg Price (</span><a href="http://www.prycroft6.com.au/vs2mods/index.html#zp60038"><span style="font
 -family:&quot;Courier New&quot;,serif;color:blue;">www.prycroft6.com.au/vs2mods/index.html#zp60038</span></a><span style="font-family:&quot;Courier New&quot;,serif;">), which provides an API for application programs to access CLIST Variables. If this mod is not installed, Clist variables will not be available to ISPF and vice-versa.</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">If you wish to run ACETEST as full featured APF-authorized, you will need to copy the ACEXXXXX load modules from ISPLLIB into an APF-Authorized library. I recommend you try it first as non-APF authorized to get familiar with the product. Refer to the ACEDOC member i
 n the DOC file for more info. </span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">If you need any help, please let me know. Good luck!</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">Wally</span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span>
 <o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//ISPLOAD&nbsp; JOB&nbsp; name,acct,CLASS=A,MSGCLASS=C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//* CHANGE THE JOB CARD 'name' AND 'acct' TO SUIT YOUR INSTALLATION.&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;</span><
 o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//* CHANGE THE 'vvvvvv' AND 'uuuu' AS REQUIRED.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p
  class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//LOAD&nbsp;&nbsp;&nbsp;&nbsp; PROC HIL=ISP,DSN=LLIB,LABEL=1,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
 nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VOL=vvvvvv,UNIT=uuuu,CYL=2,MEM=20&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//STEP1&nbsp;&nbsp;&nbsp; EXEC PGM=IEBCOPY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><spa
 n style="font-family:&quot;Courier New&quot;,serif;">//SYSPRINT DD&nbsp;&nbsp; SYSOUT=*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//SYSUT1&nbsp;&nbsp; DD&nbsp;&nbsp; DSN=ISP.V2R1M0.&amp;DSN..UNLOAD,DISP=(OLD,KEEP),&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VOL=(PRIVATE,RETAIN,SER=ISP210),UNIT=TAPE,&n
 bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LABEL=(&amp;LABEL,SL,,IN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//SYSUT2&nbsp;&nbsp; DD&nbsp;&nbsp; DSN=&amp;HIL..V2R1M0.&amp;DSN,DISP=(,CATLG),&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o
 ></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VOL=SER=&amp;VOL,UNIT=&amp;UNIT,SPACE=(CYL,(&amp;CYL,0,&amp;MEM),RLSE)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//SYSIN&nbsp;&nbsp;&nbsp; DD&nbsp;&nbsp; DUMMY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//&nbsp;&nbsp;&nbsp;&nb
 sp;&nbsp;&nbsp;&nbsp;&nbsp; PEND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//DELETE&nbsp;&nbsp; EXEC PGM=IEHPROGM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span s
 tyle="font-family:&quot;Courier New&quot;,serif;">//*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//* CHANGE THE 'vvvvvv' AND 'uuuu' AS REQUIRED.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-f
 amily:&quot;Courier New&quot;,serif;">//*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//SYSPRINT DD&nbsp;&nbsp; SYSOUT=*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&
 nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//DASD&nbsp;&nbsp;&nbsp;&nbsp; DD&nbsp;&nbsp; VOL=SER=vvvvvv,UNIT=unit,DISP=SHR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//SYSIN&nbsp;&nbsp;&nbsp; DD&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;SCRATCH DSNAME=ISP.V2R1M
 0.INSTALL,VOL=uuuu=vvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;UNCATLG DSNAME=ISP.V2R1M0.INSTALL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;SCRATCH DSNAME=ISP.V2R1M0.DOC,VOL=uuuu=vvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;UNCATLG DSNAME=ISP.V2R1M0.DOC&nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;SCRATCH DSNAME=ISP.V2R1M0.CLIB,VOL=uuuu=vvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;UNCATLG DSNAME=ISP.V2R1M0.CLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-famil
 y:&quot;Courier New&quot;,serif;">&nbsp;SCRATCH DSNAME=ISP.V2R1M0.LLIB,VOL=uuuu=vvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;UNCATLG DSNAME=ISP.V2R1M0.LLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;SCRATCH DSNAME=ISP.V2R1M0.MLIB,VOL=uuuu=vvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-fam
 ily:&quot;Courier New&quot;,serif;">&nbsp;UNCATLG DSNAME=ISP.V2R1M0.MLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;SCRATCH DSNAME=ISP.V2R1M0.PLIB,VOL=uuuu=vvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;UNCATLG DSNAME=ISP.V2R1M0.PLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
 p;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;SCRATCH DSNAME=ISP.V2R1M0.SLIB,VOL=uuuu=vvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;UNCATLG DSNAME=ISP.V2R1M0.SLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;SCRATCH DSNAME=ISP.V2R1M0.TLIB,VOL=uuuu=vvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n
 bsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;UNCATLG DSNAME=ISP.V2R1M0.TLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//INSTALL&nbsp; EXEC LOAD,DSN=INSTALL,LABEL=1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonorm
 al"><span style="font-family:&quot;Courier New&quot;,serif;">//DOC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=DOC,LABEL=2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//CLIB&nbsp;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=CLIB,LABEL=3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//LLIB&nbsp;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=LLIB,LABEL=4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//MLIB&nbs
 p;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=MLIB,LABEL=5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//PLIB&nbsp;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=PLIB,LABEL=6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//SLIB&nbsp;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=SLIB,LABEL=7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//TLIB&nbsp;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=TLIB,LABEL=8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs
 p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o></o></p><p class="xmsonormal"><span style="font-family:&quot;Courier New&quot;,serif;">//&nbsp;&nbsp; </span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p><p class="MsoNormal"><span style="font-family:&quot;Courier New&quot;,serif;">&nbsp;</span><o></o></p></blockquote></div></p>

    </div>
     

    <!--~-|**|PrettyHtmlStart|**|-~-->
    <div style="color: #fff; height: 0;">__._,_.___</div>

          
  
 

    
    <div style="clear:both"> </div>

    <div id="fromDMARC" style="margin-top: 10px;">
        <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
        Posted by: &quot;Wally Mclaughlin&quot; &lt;wally-DQxrffcZ1q8KSbamj/[email protected]&gt;        <hr style="height:2px ; border-width:0; color:#E3E3E3; background-color:#E3E3E3;">
     </div>
    <div style="clear:both"> </div>

    <table cellspacing=4px style="margin-top: 10px; margin-bottom: 10px; color: #2D50FD;">
      <tbody>
        <tr>
          <td style="font-size: 12px; font-family: arial; font-weight: bold; padding: 7px 5px 5px;"  >
                          <a style="text-decoration: none; color: #2D50FD" href="https://groups.yahoo.com/neo/groups/H390-MVS/conversations/messages/19394;_ylc=X3oDMTJxMGQ4OW5uBF9TAzk3MzU5NzE0BGdycElkAzI1ODc5NjYEZ3Jwc3BJZAMxNzA1MzA5NTQ4BG1zZ0lkAzE5Mzk0BHNlYwNmdHIEc2xrA3JwbHkEc3RpbWUDMTU4MTU1MDAxNQ--?act=reply&messageNum=19394">Reply via web post</a>
                      </td>
          <td>&bull;</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;" >
            <a href="mailto:wally-DQxrffcZ1q8KSbamj/[email protected]?subject=RE%3A%20ISPF%20V2%2E1%20Delivery" style="text-decoration: none; color: #2D50FD;">
               Reply to sender            </a>
          </td>
          <td>&bull;</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;">
            <a href="mailto:[email protected]?subject=RE%3A%20ISPF%20V2%2E1%20Delivery" style="text-decoration: none; color: #2D50FD">
              Reply to group            </a>
          </td>
          <td>&bull;</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;" >
            <a href="https://groups.yahoo.com/neo/groups/H390-MVS/conversations/newtopic;_ylc=X3oDMTJldWY5b2ViBF9TAzk3MzU5NzE0BGdycElkAzI1ODc5NjYEZ3Jwc3BJZAMxNzA1MzA5NTQ4BHNlYwNmdHIEc2xrA250cGMEc3RpbWUDMTU4MTU1MDAxNQ--" style="text-decoration: none; color: #2D50FD">Start a New Topic</a>
          </td>
          <td>&bull;</td>
          <td style="font-size: 12px; font-family: arial; padding: 7px 5px 5px;color: #2D50FD;" >
                            <a href="https://groups.yahoo.com/neo/groups/H390-MVS/conversations/topics/19394;_ylc=X3oDMTM2NzF1ZDA5BF9TAzk3MzU5NzE0BGdycElkAzI1ODc5NjYEZ3Jwc3BJZAMxNzA1MzA5NTQ4BG1zZ0lkAzE5Mzk0BHNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTU4MTU1MDAxNQR0cGNJZAMxOTM5NA--" style="text-decoration: none; color: #2D50FD;">Messages in this topic</a>
                (1)
                      </td>
        </tr>
      </tbody>
    </table>

        

<!------- Start Nav Bar ------>




 

<!-- |**|begin egp html banner|**| -->
<div id="ygrp-vital" style="background-color: #f2f2f2; font-family: Verdana; font-size: 10px; margin-bottom: 10px; padding: 10px;">

    <span id="vithd" style="font-weight: bold; color: #333; text-transform: uppercase; "><a href="https://groups.yahoo.com/neo/groups/H390-MVS/info;_ylc=X3oDMTJlOTkyN3VzBF9TAzk3MzU5NzE0BGdycElkAzI1ODc5NjYEZ3Jwc3BJZAMxNzA1MzA5NTQ4BHNlYwN2dGwEc2xrA3ZnaHAEc3RpbWUDMTU4MTU1MDAxNQ--" style="text-decoration: none;">Visit Your Group</a></span>

     <ul style="list-style-type: none; margin: 0; padding: 0; display: inline;">
                                                    </ul>
  </div>


<div id="ft" style="font-family: Arial; font-size: 11px; margin-top: 5px; padding: 0 2px 0 0; clear: both;">
  <a href="https://groups.yahoo.com/neo;_ylc=X3oDMTJkNTZpNWJsBF9TAzk3NDc2NTkwBGdycElkAzI1ODc5NjYEZ3Jwc3BJZAMxNzA1MzA5NTQ4BHNlYwNmdHIEc2xrA2dmcARzdGltZQMxNTgxNTUwMDE1" style="float: left;"><img src="https://s.yimg.com/ru/0.9.12/min/css/yahoo_en-US_f_pw_101x21.png" height="21" width="101" alt="Yahoo! Groups" style="border: 0;"/></a>
  <div style="color: #747575; float: right;"> &bull; <a href="https://info.yahoo.com/privacy/us/yahoo/groups/details.html" style="text-decoration: none;">Privacy</a> &bull; <a href="mailto:[email protected]?subject=Unsubscribe" style="text-decoration: none;">Unsubscribe</a> &bull; <a href="https://info.yahoo.com/legal/us/yahoo/utos/terms/" style="text-decoration: none;">Terms of Use</a> </div>
</div>
<br>

<!-- |**|end egp html banner|**| -->

  </div> <!-- ygrp-msg -->

 
  <!-- Sponsor -->
  <!-- |**|begin egp html banner|**| -->
  <div id="ygrp-sponsor" style="width:160px; float:right; clear:none; margin:0 0 25px 0; background: #fff;">

<!-- Start Recommendations -->
<div id="ygrp-reco">
     </div>
<!-- End Recommendations -->



  </div>   <!-- |**|end egp html banner|**| -->

  <div style="clear:both; color: #FFF; font-size:1px;">.</div>
</div>

  <img src="http://geo.yahoo.com/serv?s=97359714/grpId=2587966/grpspId=1705309548/msgId=19394/stime=1581550015" width="1" height="1"> <br>

<img src="http://y.analytics.yahoo.com/fpc.pl?ywarid=515FB27823A7407E&a=10001310322279&js=no&resp=img" width="1" height="1"> 

<div style="color: #fff; height: 0;">__,_._,___</div>
<!--~-|**|PrettyHtmlEnd|**|-~-->

</body>

<!--~-|**|PrettyHtmlStart|**|-~-->
<head>
  <style type="text/css">
  <!--
  #ygrp-mkp {
  border: 1px solid #d8d8d8;
  font-family: Arial;
  margin: 10px 0;
  padding: 0 10px;
}

#ygrp-mkp hr {
  border: 1px solid #d8d8d8;
}

#ygrp-mkp #hd {
  color: #628c2a;
  font-size: 85%;
  font-weight: 700;
  line-height: 122%;
  margin: 10px 0;
}

#ygrp-mkp #ads {
  margin-bottom: 10px;
}

#ygrp-mkp .ad {
  padding: 0 0;
}

#ygrp-mkp .ad p {
  margin: 0;
}

#ygrp-mkp .ad a {
  color: #0000ff;
  text-decoration: none;
}
  #ygrp-sponsor #ygrp-lc {
  font-family: Arial;
}

#ygrp-sponsor #ygrp-lc #hd {
  margin: 10px 0px;
  font-weight: 700;
  font-size: 78%;
  line-height: 122%;
}

#ygrp-sponsor #ygrp-lc .ad {
  margin-bottom: 10px;
  padding: 0 0;
}

  #actions {
    font-family: Verdana;
    font-size: 11px;
    padding: 10px 0;
  }

  #activity {
    background-color: #e0ecee;
    float: left;
    font-family: Verdana;
    font-size: 10px;
    padding: 10px;
  }

  #activity span {
    font-weight: 700;
  }

  #activity span:first-child {
    text-transform: uppercase;
  }

  #activity span a {
    color: #5085b6;
    text-decoration: none;
  }

  #activity span span {
    color: #ff7900;
  }

  #activity span .underline {
    text-decoration: underline;
  }

  .attach {
    clear: both;
    display: table;
    font-family: Arial;
    font-size: 12px;
    padding: 10px 0;
    width: 400px;
  }

  .attach div a {
    text-decoration: none;
  }

  .attach img {
    border: none;
    padding-right: 5px;
  }

  .attach label {
    display: block;
    margin-bottom: 5px;
  }

  .attach label a {
    text-decoration: none;
  }
  
  blockquote {
    margin: 0 0 0 4px;
  }

  .bold {
    font-family: Arial;
    font-size: 13px;
    font-weight: 700;
  }

  .bold a {
    text-decoration: none;
  }

  dd.last p a {
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span {
    margin-right: 10px;
    font-family: Verdana;
    font-weight: 700;
  }

  dd.last p span.yshortcuts {
    margin-right: 0;
  }

  div.attach-table div div a {
    text-decoration: none;
  }

  div.attach-table {
    width: 400px;
  }

  div.file-title a, div.file-title a:active, div.file-title a:hover, div.file-title a:visited {
    text-decoration: none;
  }

  div.photo-title a, div.photo-title a:active, div.photo-title a:hover, div.photo-title a:visited {
    text-decoration: none;
  }

  div#ygrp-mlmsg #ygrp-msg p a span.yshortcuts {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
  }

  .green {
    color: #628c2a;
  }

  .MsoNormal {
    margin: 0 0 0 0;
  }

  o {
    font-size: 0;
  }

  #photos div {
    float: left;
    width: 72px;
  }

  #photos div div {
    border: 1px solid #666666;
    height: 62px;
    overflow: hidden;
    width: 62px;
  }

  #photos div label {
    color: #666666;
    font-size: 10px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 64px;
  }

  #reco-category {
    font-size: 77%;
  }

  #reco-desc {
    font-size: 77%;
  }

  .replbq {
    margin: 4px;
  }

  #ygrp-actbar div a:first-child {
   /* border-right: 0px solid #000;*/
    margin-right: 2px;
    padding-right: 5px;
  }

  #ygrp-mlmsg {
    font-size: 13px;
    font-family: Arial, helvetica,clean, sans-serif;
    *font-size: small;
    *font: x-small;
  }

  #ygrp-mlmsg table {
    font-size: inherit;
    font: 100%;
  }

  #ygrp-mlmsg select, input, textarea {
    font: 99% Arial, Helvetica, clean, sans-serif;
  }

  #ygrp-mlmsg pre, code {
    font:115% monospace;
    *font-size:100%;
  }

  #ygrp-mlmsg * {
    line-height: 1.22em;
  }

  #ygrp-mlmsg #logo {
    padding-bottom: 10px;
  }


  #ygrp-msg p a {
    font-family: Verdana;
  }

  #ygrp-msg p#attach-count span {
    color: #1E66AE;
    font-weight: 700;
  }

  #ygrp-reco #reco-head {
    color: #ff7900;
    font-weight: 700;
  }

  #ygrp-reco {
    margin-bottom: 20px;
    padding: 0px;
  }

  #ygrp-sponsor #ov li a {
    font-size: 130%;
    text-decoration: none;
  }

  #ygrp-sponsor #ov li {
    font-size: 77%;
    list-style-type: square;
    padding: 6px 0;
  } 

  #ygrp-sponsor #ov ul {
    margin: 0;
    padding: 0 0 0 8px;
  }

  #ygrp-text {
    font-family: Georgia;
  }

  #ygrp-text p {
    margin: 0 0 1em 0;
  }

  #ygrp-text tt {
    font-size: 120%;
  }

  #ygrp-vital ul li:last-child {
    border-right: none !important; 
  } 
  -->
  </style>
</head>

<!--~-|**|PrettyHtmlEnd|**|-~-->
</html>
<!-- end group email -->


------=_NextPart_001_00AE_01D5E1D1.FDBA7F10--

------=_NextPart_000_00AD_01D5E1D1.FDBA7F10
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment

From: "Wally Mclaughlin" <wally-DQxrffcZ1q8KSbamj/[email protected]>
To: "'Sam Golob'" <[email protected]>
References: <[email protected]> <91ffa132-511a-8e14-c6d1-28aee43db54c-wN+y7Hl3TA9AfugRpC6u6w@public.gmane.org>
In-Reply-To: <91ffa132-511a-8e14-c6d1-28aee43db54c-wN+y7Hl3TA9AfugRpC6u6w@public.gmane.org>
Subject: RE: ISPF V2.1 Delivery
Date: Wed, 12 Feb 2020 15:50:35 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_00A9_01D5E1D1.FDBA30F0"
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQF1lNTdr2/GGd2zTwN18fQunD8sSAHKbPEWqMpMmgA=
Content-Language: en-us

------=_NextPart_000_00A9_01D5E1D1.FDBA30F0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hi Sam,

 

Thank you for the compliments.

 

I'm not sure I want my ISPF to be on the CBT Tape, as I'm not sure who
the audience is. I was always under the impression that it was for
current (real) Z/OS mainframe systems, and I don't want my product
being used as such for many reasons. While the product will run on
Z/OS, it is limited to MVS 3.8 architecture. I also don't want the
support questions I'm going to get from a production environment.

 

Let me know your thoughts -

 

Wally

 

 

From: Sam Golob <[email protected]> 
Sent: Wednesday, February 12, 2020 12:44 AM
To: Wally Mclaughlin <wally-DQxrffcZ1q8KSbamj/[email protected]>
Subject: Re: ISPF V2.1 Delivery

 

Hi Wally,

    Thanks for making this wonderful product available.

    Since you distributed V2.1 to everybody at this point, I packaged
it up for the CBT Tape (File 998) as well.  I am including a
CBT-formatted file in this email for you to look at, before I
distribute it to the public, awaiting your permission to put it out as
File 998.  Please look it over and tell me what you think.

    Thanks again for your enormous amount of work.  We are all
grateful to have it.

    All the best of everything to you and your family.

Sincerely,     Sam

On 2/11/2020 7:34 PM, Wally Mclaughlin wrote:

All,

 

 

Attached, in AWS tape format, is the production version of ISPF
Version 2.1. 

 

The JCL below can be used to load all the files from the tape. You
will have to change at least the VOL and UNIT parameters, and maybe
also the HIL parameter. The product does not require
APF-authorization, but unless you are using the ISPF Clist in CLIB,
you will need add the LLIB dataset to either the LOGON Proc STEPLIB
concatenation, or to the LINKLIST concatenation. See the member
INSTALL in the DOC dataset.

 

If you are migrating from a previous version, you do not need to
recreate the ISPPROF dataset using the ISPPROF member in the INSTALL
dataset, as the ISPPROF file is upward compatible. 

 

You will need to install Review version 46.6 or higher to interface
properly with ISPF, and change the Review datasets referenced in the
ISPLOGON Proc and/or the Clist members in CLIB to reflect the version
of Review you are using.

 

You will also need to install the MVS 3.8 enhancement mod ZP60038
provided by Greg Price (
<http://www.prycroft6.com.au/vs2mods/index.html#zp60038>
www.prycroft6.com.au/vs2mods/index.html#zp60038), which provides an
API for application programs to access CLIST Variables. If this mod is
not installed, Clist variables will not be available to ISPF and
vice-versa.

 

If you wish to run ACETEST as full featured APF-authorized, you will
need to copy the ACEXXXXX load modules from ISPLLIB into an
APF-Authorized library. I recommend you try it first as non-APF
authorized to get familiar with the product. Refer to the ACEDOC
member in the DOC file for more info. 

 

 

If you need any help, please let me know. Good luck!

 

Wally

 

 

 

//ISPLOAD  JOB  name,acct,CLASS=A,MSGCLASS=C


//*


//* CHANGE THE JOB CARD 'name' AND 'acct' TO SUIT YOUR INSTALLATION.


//*


//*


//* CHANGE THE 'vvvvvv' AND 'uuuu' AS REQUIRED.


//*


//LOAD     PROC HIL=ISP,DSN=LLIB,LABEL=1,


//         VOL=vvvvvv,UNIT=uuuu,CYL=2,MEM=20


//STEP1    EXEC PGM=IEBCOPY


//SYSPRINT DD   SYSOUT=*


//SYSUT1   DD   DSN=ISP.V2R1M0.&DSN..UNLOAD,DISP=(OLD,KEEP),


//         VOL=(PRIVATE,RETAIN,SER=ISP210),UNIT=TAPE,


//         LABEL=(&LABEL,SL,,IN)


//SYSUT2   DD   DSN=&HIL..V2R1M0.&DSN,DISP=(,CATLG),


//         VOL=SER=&VOL,UNIT=&UNIT,SPACE=(CYL,(&CYL,0,&MEM),RLSE)


//SYSIN    DD   DUMMY


//         PEND


//DELETE   EXEC PGM=IEHPROGM


//*


//* CHANGE THE 'vvvvvv' AND 'uuuu' AS REQUIRED.


//*


//SYSPRINT DD   SYSOUT=*                                       

//DASD     DD   VOL=SER=vvvvvv,UNIT=unit,DISP=SHR              

//SYSIN    DD   *                                              

 SCRATCH DSNAME=ISP.V2R1M0.INSTALL,VOL=uuuu=vvvvvv             

 UNCATLG DSNAME=ISP.V2R1M0.INSTALL                             

 SCRATCH DSNAME=ISP.V2R1M0.DOC,VOL=uuuu=vvvvvv                 

 UNCATLG DSNAME=ISP.V2R1M0.DOC                                 

 SCRATCH DSNAME=ISP.V2R1M0.CLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.CLIB                                

 SCRATCH DSNAME=ISP.V2R1M0.LLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.LLIB                                

 SCRATCH DSNAME=ISP.V2R1M0.MLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.MLIB                                

 SCRATCH DSNAME=ISP.V2R1M0.PLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.PLIB                                

 SCRATCH DSNAME=ISP.V2R1M0.SLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.SLIB                                

 SCRATCH DSNAME=ISP.V2R1M0.TLIB,VOL=uuuu=vvvvvv                

 UNCATLG DSNAME=ISP.V2R1M0.TLIB


//INSTALL  EXEC LOAD,DSN=INSTALL,LABEL=1            

//DOC      EXEC LOAD,DSN=DOC,LABEL=2                

//CLIB     EXEC LOAD,DSN=CLIB,LABEL=3               

//LLIB     EXEC LOAD,DSN=LLIB,LABEL=4               

//MLIB     EXEC LOAD,DSN=MLIB,LABEL=5               

//PLIB     EXEC LOAD,DSN=PLIB,LABEL=6               

//SLIB     EXEC LOAD,DSN=SLIB,LABEL=7               

//TLIB     EXEC LOAD,DSN=TLIB,LABEL=8               

//   

 

 


------=_NextPart_000_00A9_01D5E1D1.FDBA30F0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV=3D"Content-Type" CONTENT=
=3D"text/html; charset=3Dus-ascii"><meta name=3DGenerator content=3D"Micros=
oft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
p.xmsonormal, li.xmsonormal, div.xmsonormal
	{mso-style-name:x_msonormal;
	margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
span.EmailStyle21
	{mso-style-type:personal-reply;
	font-family:"Courier New",serif;
	color:windowtext;}
..MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3D"#0563C1=
" vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal><span style=
=3D'font-family:"Courier New",serif'>Hi Sam,<o:p></o:p></span></p><p class=
=3DMsoNormal><span style=3D'font-family:"Courier New",serif'><o:p>&nbsp;</o=
:p></span></p><p class=3DMsoNormal><span style=3D'font-family:"Courier New"=
,serif'>Thank you for the compliments.<o:p></o:p></span></p><p class=3DMsoN=
ormal><span style=3D'font-family:"Courier New",serif'><o:p>&nbsp;</o:p></sp=
an></p><p class=3DMsoNormal><span style=3D'font-family:"Courier New",serif'=
>I'm not sure I want my ISPF to be on the CBT Tape, as I'm not sure who the=
 audience is. I was always under the impression that it was for current (re=
al) Z/OS mainframe systems, and I don&#8217;t want my product being used as=
 such for many reasons. While the product will run on Z/OS, it is limited t=
o MVS 3.8 architecture. I also don't want the support questions I'm going t=
o get from a production environment.<o:p></o:p></span></p><p class=3DMsoNor=
mal><span style=3D'font-family:"Courier New",serif'><o:p>&nbsp;</o:p></span=
></p><p class=3DMsoNormal><span style=3D'font-family:"Courier New",serif'>L=
et me know your thoughts -<o:p></o:p></span></p><p class=3DMsoNormal><span =
style=3D'font-family:"Courier New",serif'><o:p>&nbsp;</o:p></span></p><p cl=
ass=3DMsoNormal><span style=3D'font-family:"Courier New",serif'>Wally<o:p><=
/o:p></span></p><p class=3DMsoNormal><span style=3D'font-family:"Courier Ne=
w",serif'><o:p>&nbsp;</o:p></span></p><p class=3DMsoNormal><span style=3D'f=
ont-family:"Courier New",serif'><o:p>&nbsp;</o:p></span></p><div><div style=
=3D'border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><=
p class=3DMsoNormal><b>From:</b> Sam Golob &lt;[email protected]&gt; <br>=
<b>Sent:</b> Wednesday, February 12, 2020 12:44 AM<br><b>To:</b> Wally Mcla=
ughlin &lt;wally-DQxrffcZ1q8KSbamj/[email protected]&gt;<br><b>Subject:</b> Re: ISPF V2.1 Deli=
very<o:p></o:p></p></div></div><p class=3DMsoNormal><o:p>&nbsp;</o:p></p><p=
><span style=3D'font-family:"Courier New",serif'>Hi Wally,</span><o:p></o:p=
></p><p><span style=3D'font-family:"Courier New",serif'>&nbsp;&nbsp;&nbsp; =
Thanks for making this wonderful product available.</span><o:p></o:p></p><p=
><span style=3D'font-family:"Courier New",serif'>&nbsp;&nbsp;&nbsp; Since y=
ou distributed V2.1 to everybody at this point, I packaged it up for the CB=
T Tape (File 998) as well.&nbsp; I am including a CBT-formatted file in thi=
s email for you to look at, before I distribute it to the public, awaiting =
your permission to put it out as File 998.&nbsp; Please look it over and te=
ll me what you think.</span><o:p></o:p></p><p><span style=3D'font-family:"C=
ourier New",serif'>&nbsp;&nbsp;&nbsp; Thanks again for your enormous amount=
 of work.&nbsp; We are all grateful to have it.</span><o:p></o:p></p><p><sp=
an style=3D'font-family:"Courier New",serif'>&nbsp;&nbsp;&nbsp; All the bes=
t of everything to you and your family.</span><o:p></o:p></p><p><span style=
=3D'font-family:"Courier New",serif'>Sincerely,&nbsp;&nbsp;&nbsp;&nbsp; Sam=
</span><o:p></o:p></p><div><p class=3DMsoNormal>On 2/11/2020 7:34 PM, Wally=
 Mclaughlin wrote:<o:p></o:p></p></div><blockquote style=3D'margin-top:5.0p=
t;margin-bottom:5.0pt'><p class=3Dxmsonormal><span style=3D'font-family:"Co=
urier New",serif'>All,</span><o:p></o:p></p><p class=3Dxmsonormal><span sty=
le=3D'font-family:"Courier New",serif'>&nbsp;</span><o:p></o:p></p><p class=
=3Dxmsonormal><span style=3D'font-family:"Courier New",serif'>&nbsp;</span>=
<o:p></o:p></p><p class=3DMsoNormal><span style=3D'font-family:"Courier New=
",serif'>Attached, in AWS tape format, is the production version of ISPF Ve=
rsion 2.1. </span><o:p></o:p></p><p class=3DMsoNormal><span style=3D'font-f=
amily:"Courier New",serif'>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal=
><span style=3D'font-family:"Courier New",serif'>The JCL below can be used =
to load all the files from the tape. You will have to change at least the V=
OL and UNIT parameters, and maybe also the HIL parameter. The product does =
not require APF-authorization, but unless you are using the ISPF Clist in C=
LIB, you will need add the LLIB dataset to either the LOGON Proc STEPLIB co=
ncatenation, or to the LINKLIST concatenation. See the member INSTALL in th=
e DOC dataset.</span><o:p></o:p></p><p class=3DMsoNormal><span style=3D'fon=
t-family:"Courier New",serif'>&nbsp;</span><o:p></o:p></p><p class=3DMsoNor=
mal><span style=3D'font-family:"Courier New",serif'>If you are migrating fr=
om a previous version, you do not need to recreate the ISPPROF dataset usin=
g the ISPPROF member in the INSTALL dataset, as the ISPPROF file is upward =
compatible. </span><o:p></o:p></p><p class=3DMsoNormal><span style=3D'font-=
family:"Courier New",serif'>&nbsp;</span><o:p></o:p></p><p class=3DMsoNorma=
l><span style=3D'font-family:"Courier New",serif'>You will need to install =
Review version 46.6 or higher to interface properly with ISPF, and change t=
he Review datasets referenced in the ISPLOGON Proc and/or the Clist members=
 in CLIB to reflect the version of Review you are using.</span><o:p></o:p><=
/p><p class=3DMsoNormal><span style=3D'font-family:"Courier New",serif'>&nb=
sp;</span><o:p></o:p></p><p class=3DMsoNormal><span style=3D'font-family:"C=
ourier New",serif'>You will also need to install the MVS 3.8 enhancement mo=
d ZP60038 provided by Greg Price (</span><a href=3D"http://www.prycroft6.co=
m.au/vs2mods/index.html#zp60038"><span style=3D'font-family:"Courier New",s=
erif;color:blue'>www.prycroft6.com.au/vs2mods/index.html#zp60038</span></a>=
<span style=3D'font-family:"Courier New",serif'>), which provides an API fo=
r application programs to access CLIST Variables. If this mod is not instal=
led, Clist variables will not be available to ISPF and vice-versa.</span><o=
:p></o:p></p><p class=3DMsoNormal><span style=3D'font-family:"Courier New",=
serif'>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal><span style=3D'font=
-family:"Courier New",serif'>If you wish to run ACETEST as full featured AP=
F-authorized, you will need to copy the ACEXXXXX load modules from ISPLLIB =
into an APF-Authorized library. I recommend you try it first as non-APF aut=
horized to get familiar with the product. Refer to the ACEDOC member in the=
 DOC file for more info. </span><o:p></o:p></p><p class=3DMsoNormal><span s=
tyle=3D'font-family:"Courier New",serif'>&nbsp;</span><o:p></o:p></p><p cla=
ss=3DMsoNormal><span style=3D'font-family:"Courier New",serif'>&nbsp;</span=
><o:p></o:p></p><p class=3DMsoNormal><span style=3D'font-family:"Courier Ne=
w",serif'>If you need any help, please let me know. Good luck!</span><o:p><=
/o:p></p><p class=3DMsoNormal><span style=3D'font-family:"Courier New",seri=
f'>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal><span style=3D'font-fam=
ily:"Courier New",serif'>Wally</span><o:p></o:p></p><p class=3Dxmsonormal><=
span style=3D'font-family:"Courier New",serif'>&nbsp;</span><o:p></o:p></p>=
<p class=3Dxmsonormal><span style=3D'font-family:"Courier New",serif'>&nbsp=
;</span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Co=
urier New",serif'>&nbsp;</span><o:p></o:p></p><p class=3Dxmsonormal><span s=
tyle=3D'font-family:"Courier New",serif'>//ISPLOAD&nbsp; JOB&nbsp; name,acc=
t,CLASS=3DA,MSGCLASS=3DC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal>=
<span style=3D'font-family:"Courier New",serif'>//*&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:=
"Courier New",serif'>//* CHANGE THE JOB CARD 'name' AND 'acct' TO SUIT YOUR=
 INSTALLATION.&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><spa=
n style=3D'font-family:"Courier New",serif'>//*&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;=
</span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Cou=
rier New",serif'>//*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p cl=
ass=3Dxmsonormal><span style=3D'font-family:"Courier New",serif'>//* CHANGE=
 THE 'vvvvvv' AND 'uuuu' AS REQUIRED.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span=
 style=3D'font-family:"Courier New",serif'>//*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <=
/span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Cour=
ier New",serif'>//LOAD&nbsp;&nbsp;&nbsp;&nbsp; PROC HIL=3DISP,DSN=3DLLIB,LA=
BEL=3D1,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonorma=
l><span style=3D'font-family:"Courier New",serif'>//&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp; VOL=3Dvvvvvv,UNIT=3Duuuu,CYL=3D2,MEM=3D20&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <=
/span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Cour=
ier New",serif'>//STEP1&nbsp;&nbsp;&nbsp; EXEC PGM=3DIEBCOPY&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=
=3D'font-family:"Courier New",serif'>//SYSPRINT DD&nbsp;&nbsp; SYSOUT=3D*&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p =
class=3Dxmsonormal><span style=3D'font-family:"Courier New",serif'>//SYSUT1=
&nbsp;&nbsp; DD&nbsp;&nbsp; DSN=3DISP.V2R1M0.&amp;DSN..UNLOAD,DISP=3D(OLD,K=
EEP),&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o=
:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Courier New"=
,serif'>//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VOL=3D(PRIVATE,R=
ETAIN,SER=3DISP210),UNIT=3DTAPE,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o=
:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Courier New",serif=
'>//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LABEL=3D(&amp;LABEL,SL=
,,IN)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-fa=
mily:"Courier New",serif'>//SYSUT2&nbsp;&nbsp; DD&nbsp;&nbsp; DSN=3D&amp;HI=
L..V2R1M0.&amp;DSN,DISP=3D(,CATLG),&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span=
><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Courier N=
ew",serif'>//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VOL=3DSER=3D&=
amp;VOL,UNIT=3D&amp;UNIT,SPACE=3D(CYL,(&amp;CYL,0,&amp;MEM),RLSE)&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span styl=
e=3D'font-family:"Courier New",serif'>//SYSIN&nbsp;&nbsp;&nbsp; DD&nbsp;&nb=
sp; DUMMY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:=
"Courier New",serif'>//&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PEN=
D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal=
><span style=3D'font-family:"Courier New",serif'>//DELETE&nbsp;&nbsp; EXEC =
PGM=3DIEHPROGM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3D=
xmsonormal><span style=3D'font-family:"Courier New",serif'>//*&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'f=
ont-family:"Courier New",serif'>//* CHANGE THE 'vvvvvv' AND 'uuuu' AS REQUI=
RED.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>=
<o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Courier Ne=
w",serif'>//*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><o:p></o:p></p><p class=3Dx=
msonormal><span style=3D'font-family:"Courier New",serif'>//SYSPRINT DD&nbs=
p;&nbsp; SYSOUT=3D*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span st=
yle=3D'font-family:"Courier New",serif'>//DASD&nbsp;&nbsp;&nbsp;&nbsp; DD&n=
bsp;&nbsp; VOL=3DSER=3Dvvvvvv,UNIT=3Dunit,DISP=3DSHR&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p><=
/p><p class=3Dxmsonormal><span style=3D'font-family:"Courier New",serif'>//=
SYSIN&nbsp;&nbsp;&nbsp; DD&nbsp;&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-=
family:"Courier New",serif'>&nbsp;SCRATCH DSNAME=3DISP.V2R1M0.INSTALL,VOL=
=3Duuuu=3Dvvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'fo=
nt-family:"Courier New",serif'>&nbsp;UNCATLG DSNAME=3DISP.V2R1M0.INSTALL&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'=
font-family:"Courier New",serif'>&nbsp;SCRATCH DSNAME=3DISP.V2R1M0.DOC,VOL=
=3Duuuu=3Dvvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmso=
normal><span style=3D'font-family:"Courier New",serif'>&nbsp;UNCATLG DSNAME=
=3DISP.V2R1M0.DOC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o=
:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Courier New",serif=
'>&nbsp;SCRATCH DSNAME=3DISP.V2R1M0.CLIB,VOL=3Duuuu=3Dvvvvvv&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
 </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Co=
urier New",serif'>&nbsp;UNCATLG DSNAME=3DISP.V2R1M0.CLIB&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=
=3D'font-family:"Courier New",serif'>&nbsp;SCRATCH DSNAME=3DISP.V2R1M0.LLIB=
,VOL=3Duuuu=3Dvvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsono=
rmal><span style=3D'font-family:"Courier New",serif'>&nbsp;UNCATLG DSNAME=
=3DISP.V2R1M0.LLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></=
p><p class=3Dxmsonormal><span style=3D'font-family:"Courier New",serif'>&nb=
sp;SCRATCH DSNAME=3DISP.V2R1M0.MLIB,VOL=3Duuuu=3Dvvvvvv&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </sp=
an><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Courier=
 New",serif'>&nbsp;UNCATLG DSNAME=3DISP.V2R1M0.MLIB&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'fon=
t-family:"Courier New",serif'>&nbsp;SCRATCH DSNAME=3DISP.V2R1M0.PLIB,VOL=3D=
uuuu=3Dvvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><s=
pan style=3D'font-family:"Courier New",serif'>&nbsp;UNCATLG DSNAME=3DISP.V2=
R1M0.PLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p clas=
s=3Dxmsonormal><span style=3D'font-family:"Courier New",serif'>&nbsp;SCRATC=
H DSNAME=3DISP.V2R1M0.SLIB,VOL=3Duuuu=3Dvvvvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p><=
/o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Courier New",ser=
if'>&nbsp;UNCATLG DSNAME=3DISP.V2R1M0.SLIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:=
"Courier New",serif'>&nbsp;SCRATCH DSNAME=3DISP.V2R1M0.TLIB,VOL=3Duuuu=3Dvv=
vvvv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp=
;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=
=3D'font-family:"Courier New",serif'>&nbsp;UNCATLG DSNAME=3DISP.V2R1M0.TLIB=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span sty=
le=3D'font-family:"Courier New",serif'>//INSTALL&nbsp; EXEC LOAD,DSN=3DINST=
ALL,LABEL=3D1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family=
:"Courier New",serif'>//DOC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=3DD=
OC,LABEL=3D2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><sp=
an style=3D'font-family:"Courier New",serif'>//CLIB&nbsp;&nbsp;&nbsp;&nbsp;=
 EXEC LOAD,DSN=3DCLIB,LABEL=3D3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dx=
msonormal><span style=3D'font-family:"Courier New",serif'>//LLIB&nbsp;&nbsp=
;&nbsp;&nbsp; EXEC LOAD,DSN=3DLLIB,LABEL=3D4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p=
><p class=3Dxmsonormal><span style=3D'font-family:"Courier New",serif'>//ML=
IB&nbsp;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=3DMLIB,LABEL=3D5&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><=
o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family:"Courier New=
",serif'>//PLIB&nbsp;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=3DPLIB,LABEL=3D6&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n=
bsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=3D'font-family=
:"Courier New",serif'>//SLIB&nbsp;&nbsp;&nbsp;&nbsp; EXEC LOAD,DSN=3DSLIB,L=
ABEL=3D7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonormal><span style=
=3D'font-family:"Courier New",serif'>//TLIB&nbsp;&nbsp;&nbsp;&nbsp; EXEC LO=
AD,DSN=3DTLIB,LABEL=3D8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><o:p></o:p></p><p class=3Dxmsonorma=
l><span style=3D'font-family:"Courier New",serif'>//&nbsp;&nbsp; </span><o:=
p></o:p></p><p class=3DMsoNormal><span style=3D'font-family:"Courier New",s=
erif'>&nbsp;</span><o:p></o:p></p><p class=3DMsoNormal><span style=3D'font-=
family:"Courier New",serif'>&nbsp;</span><o:p></o:p></p></blockquote></div>=
</body></html>
------=_NextPart_000_00A9_01D5E1D1.FDBA30F0--

------=_NextPart_000_00AD_01D5E1D1.FDBA7F10--