|
OpenMake Meister |
The installation files can be found on the Installation CD under a directory called zosinstall. These files are TRANSMIT files that are stored on the CD in the zosinstall directory.
Step 1:
FTP in binary mode the contents of the zosinstall directory as members to a installation PDS on the mainframe that has the following attributes:
40 cylinders of space
FB LRECL=80
Step 2:
Go to your installation PDS and execute the REXX script called INSTALL.
Step 3:
Follow the prompts and enter the name of the Openmake XMIT PDS. Note: This should be the name of the installation PDS created in Step 1.
Enter the High Level qualifier for Openmake. The default is the <installer’s userid>.OPENMAKE
Step 4:
You must update the REXX script that starts the Openmake ISPF panels to specify the location of the installation. Update the
<high level qualifier>.OPENMAKE.OOMEXEC(OOMEPL00) member
as follows:
Update:
OPENMAKE=’IBMUSER.OPENMAKE’
To your installation High Level Qualifier:
OPENMAKE=”<your high level qualifier>.OPENMAKE
For example:
OPENMAKE=CM.OPENMAKE
Add the ISPF client to your ISPF options by adding the following to execute:
<high level qualifier>.OPENMAKE.OOMEXEC(OOMEPL01)
Step 5:
Environment variables, referenced by om and command scripts are managed by an environment variable dataset called:
<high level Openmake install qualifier>.OOMDATA(OOMDSENV)
The following variables are predefined as part of the installation:
CBC_SCCNCMP=CBC.SCCNCMP
CEE_SCEELKED=CEE.SCEELKED
CEE_SCEERUN=CEE.SCEERUN
CICSE_SYSF_SDFHCOB=CICSE.SYSF.SDFHCOB
CICSE_SYSF_SDFHLOAD=CICSE.SYSF.SDFHLOAD
CICS_SDFHLOAD=CICSTS21.CICS.SDFHLOAD
CICS_SDFHCOB=CICSTS21.CICS.SDFHCOB
IGY210_SIGYCOMP=IGY210.SIGYCOMP
IGY_SIGYCOM=IGY.SIGYCOM
SYS1_MACLIB=SYS1.MACLIB
SYS1_MODGEN=SYS1.MODGEN
DSN_SDSNEXIT=DSN710.SDSNEXIT
DSN_SDSNLOAD=DSN710.SDSNLOAD
These pre-defined variables may need to be updated to reflect the installation of CICS, DB2, ISPF and C runtime datasets and Operating System version.