Jopaz 1.2.0 | Jopaz for Adabas | Installing Jopaz for Adabas
 
Installing Jopaz for Adabas
This section describes the installation steps of Jopaz for Adabas.
1. Create an empty z/OS dataset with following attributes:
DSN=SAG.JPZADvrs.XMIT
Dataset Organisation=PS
SPACE=(CYL,(5,5,5))
DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120)
2. Using an FTP connection in binary mode, copy the XMIT file with the same DSN as the previously created dataset and paste it on your mainframe machine.
A prompt appears asking you if the existing dataset should be overwritten.
3. Confirm the prompt.
4. Copy the JCL unpack job UPJPZADA.jcl using an FTP connection in ASCII mode to an accessible location on z/OS.
5. In the UPJPZADA.jcl job change:
*the location of the XMIT file. Look for SAG.JPZADvrs.XMIT.
*the location of the target dataset. Look for SAG.JPZADvrs.CONT.
*the HLQ in the RENAMEU statement.
*the CLASS and MSGCLASS parameters of the job header to their respective valid values. This depends on your machine configuration.
6. Run the job as a JES batch job.
After unpacking, you should find the HLQ.JPZADvrs.TAR dataset under the specified HLQ.
If the unpacking was successful, you can now delete the XMIT file and the target container dataset. They are no longer necessary for completing the installation.
7. Copy and uncompress the .tar.Z archive in the UNIX System Services filesystem with the following lines of code.
a. Create a directory in the UNIX System Services filesystem to use as the JPZ installation directory.
$ mkdir -p /opt/softwareag
Note:
These instructions use /opt/softwareag as the default installation directory, but you must change it according to your system cofiguration.
b. Copy the supplied JPZADvrs.tar.Z package to the installation directory.
$ cp "//’HLQ.JPZADvrs.TAR(JPZADTAR)’" /opt/softwareag/JPZADvrs.tar.Z
c. Extract the contents of JPZADvrs.tar.Z into the nstallation directory.
$ cd /opt/softwareag
$ uncompress < JPZADvrs.tar.Z | tar -oxf -
You should now see the jpz-ada-installer directory containing the following subdirectories:
*jpz-ada-cobol-templates
*jpz-ada-jcl-templates
*jpz-ada-uss-templates
*AdabasClient