Model 204 installation: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
 
(44 intermediate revisions by 4 users not shown)
Line 1: Line 1:
See the installation page for the version of Model 204 you are installing, and the operating system you use.  The list of supported operating systems for each version of Model 204 is [[Model 204 operating system support|shown on its own page]].


This page is [[under construction]].
==Version 7.5 and later (z/OS)==
[[Model 204 installation on IBM z/OS]]


==z/OS installation==
<div id="7.5"></div>


This section is [[under construction]].
==Version 7.5 and later (VSE)==
<!--Caution: <div> above-->
[[Model 204 installation on IBM z/VSE]]


===Downloading the object library in z/OS===
==Version 7.4==
The version 7.4 installation guides provide useful reference information:


This section is [[under construction]].
<ul><var class="book">
<li>[[Media:M204_InstallzOS_V74.pdf|Rocket Model 204 Installation Guide for IBM z/OS, version 7.4]]</li>


<div id="zOS_link_onl "></div>
<li>[[Media:M204_InstallzVM_V74.pdf|Rocket Model 204 Installation Guide for IBM z/VM, version 7.4]] </li>
===Linking the Model 204 ONLINE load module===
<!--Warning: <div> above-->


After [[#Downloading the object library in z/OS|downloading the object library]], one of the members of ROKOB204 is
<li>[[Media:M204_InstallzVSE_V74.pdf|Rocket Model 204 Installation Guide for IBM z/VSE, version 7.4]] </li>
named [[#JZLONLN|JZLONLN - the basic ONLINE link JCL]].  You can use this to link-edit the <var class="product">Model 204</var> online.  It contains a number of choices which you can make to modify this basic JCL; each choice is indicated in the JCL by a line which ends with <code>&lt;&lt;</code>.
</var></ul>


<p>Most of the choices are "optional", in the sense that a working ONLINE does not require the indicated modification, although, for many customers' environments, a modification will be needed, for example, to select an external authorizer.
</p>


<p>
[[Category:Installation]]
Only one modification is always required - whether the ONLINE is to use RSQL (for Connect*) or not:
<ul>
<li>To link an ONLINE which <b>does</b> use RSQL, you must un-comment  the INCLUDE ROKOB204(<b>LKSQLONL</b>) statement.
<li>To link an ONLINE which <b>does not</b> use RSQL, you must un-comment the INCLUDE ROKOB204(<b>LKNOSONL</b>) statement.
</ul>
</p>
 
<p>The other modification frequently needed is to use an external authorizer such as RACF or ACF2.  If you do, you must:</p>
<ul>
<li>Prepare the appropriate xxxPARM object file (e.g., RACFPARM or
ACF2PARM), adding that to a *different* object library (with the same
DCB attributes as ROKOB204).  We refer to this as your local object
libary (it will also be used for other assemble output, such as your
FUNU).
<li>In the SYSLIN DD *, un-comment the appropriate INCLUDE statement(s) for your external authorizer.
<p class="note"><b>Note:</b>
If you use ACF2, there are two INCLUDE statements to be
un-commented; one refers to your system ACF2 library.  You must
un-comment the ACF2 DD as well, and fill in the DSN for that library.
</p>
 
<p>
If you have other programs which you assemble for your Model 204 ONLINE
module, for example, FUNU, they should be assembled into your local
object library (creating one - with the same DCB attributes as ROKOB204
- if you have not already created one for the external authorizer
xxxxPARM object file).  You do *not* need to add additional INCLUDE
statements for FUNU or other locally assembled object files - they are
already present in the include streams from ROKOB204.
</p>
 
<p>
Hence, there are two choices for the ROKOB204 DD statement.  If you have a
local object library, fill that in for the first concatenation, and
fill in the ROKOB204 DSN for the second concatenation.  If you do not
have a local object library, there is only one dataset for the ROKOB204
DD - your ROKOB204 library.
</p>
 
Finally, change the DSN of the SYSLMOD DD to the load module library you have allocated for it.
 
<blockquote class="note"><b>Notes:</b>                                                                                           
<ul>
<li>There is not a separate link step for BATCH204.  It is not
maintained as a separate module; the same module as ONLINE is used,
with a BATCH204 alias.
<li>The object library has the authorization zap pre-applied, so you *do
not* need to get a new one from the web site.
<li>It also has the maintenance zaps (as of the time the stream was
prepared) pre-applied, so you *do not* need to apply any maintenance.
</ul>
</blockquote>
 
<div id="JZLONLN"></div>
===Basic JCL to link ONLINE===
<!--Warning: <div> above-->
 
{{Template:JZLONLN}}

Latest revision as of 20:49, 6 February 2017

See the installation page for the version of Model 204 you are installing, and the operating system you use. The list of supported operating systems for each version of Model 204 is shown on its own page.

Version 7.5 and later (z/OS)

Model 204 installation on IBM z/OS

Version 7.5 and later (VSE)

Model 204 installation on IBM z/VSE

Version 7.4

The version 7.4 installation guides provide useful reference information: