0% found this document useful (0 votes)
153 views

Installing TDS182

Como insta;lar o TDS 182 no z/os 2.1

Uploaded by

Marcelo Santiago
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
153 views

Installing TDS182

Como insta;lar o TDS 182 no z/os 2.1

Uploaded by

Marcelo Santiago
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

IBM Tivoli Decision Support for z/OS 1.8.

INSTALLING IBM TIVOLI DECISION SUPPORT 1.8.2


1. Requirements:
User: permission to create users (RACF), connect user to group, put DNS (modules) in LPA/LINKLIST, permission to
create/alter/define DB2 issues.
After you downloaded the installations files from SHOPz, put into a directory c:/TDS182 at windows.

a.

Upload Files of installation to USS

Connect to z/OS system to start the installation.

Create a directory into USS (/TDS182)

Marcelo Santiago
SMPO z/SW Leader Latin America
Senior Client Technical Sales CMA 2.1
msan@br.ibm.com

IBM Tivoli Decision Support for z/OS 1.8.2

Create a Subfolders into /TDS182/SMPPTFIN

Create a Subfolders into /TDS182/SMPHOLD

Create a Subfolders into /TDS182/SMPRELF

Marcelo Santiago
SMPO z/SW Leader Latin America
Senior Client Technical Sales CMA 2.1
msan@br.ibm.com

IBM Tivoli Decision Support for z/OS 1.8.2

Open a cmd (windows command) from directory with files for TDS.

Send the command:


FTP 172.24.200.10 (ip z/OS)
User: userid
Password: pw

Send the command:


Bin Binary mode
Prompt Deselect y/n
CD /TDS182 (set the directory on USS to receive the files)
mput gim*.* (send the gim* prefix files to /TDS182 directory on USS) (2 files)

mput s00*.* (send the S00* prefix files to /TDS182 directory on uss) (5 files)

Marcelo Santiago
SMPO z/SW Leader Latin America
Senior Client Technical Sales CMA 2.1
msan@br.ibm.com

IBM Tivoli Decision Support for z/OS 1.8.2


Changing the directory on USS
cd /TDS182/SMPPTFIN (38 files)
Changing the directory on Windows
lcd c:\20150924\SMPPTFIN
mput *.* (send all files into SMPPTFIN directory form windows to USS SMPPTFIN directory)

Changing the directory on USS


cd /TDS182/SMPHOLD (1 file)
Changing the directory on Windows
lcd c:\20150924\SMPHOLD

Changing the directory on USS


cd /TDS182/SMPRELF
Changing the directory on Windows
lcd c:\20150924\SMPRELF (35 files)

After all, send the command bye to finish the ftp mode.
Remember all files need to upload with Binary mode.
Ok, all files transferred to USS on z/OS.

Unzip the USS files to z/OS files.

Marcelo Santiago
SMPO z/SW Leader Latin America
Senior Client Technical Sales CMA 2.1
msan@br.ibm.com

IBM Tivoli Decision Support for z/OS 1.8.2


On ISPF option 13,11.
In front of file: S0079.CSP.STP36860.GIMUNZIP put the command E to edit the file

Dont change for caps on


//GIMUNZIP JOB (ACCT#),
//
'PGMRNAME',
//
USER=,
/*RACF*/
//
GROUP=,
/*RACF*/
//
PASSWORD=,
/*RACF*/
//
NOTIFY=,
//
CLASS=A,
//
MSGCLASS=X,
//
MSGLEVEL=(1,1)
//*
/*JCTRL*/
//*
//* 5751-CS3 COPYRIGHT IBM CORPORATION 1985, 2006
//*
//*
//********************************************************************
//*
DO NOT TURN CAPS ON. THIS JOB CONTAINS CASE
//*
SENSITIVE CONTROL CARDS.
//********************************************************************
//*
//* DOC: This job extracts CBPDO non-SMP/E files from archives
//*
created by the GIMZIP program
//*
//*
Change the JOB statement as required to match
//*
your installation's requirements.
//*
//* NOTE 1: Change the HASH value to YES if you require
//*
SHA-1 hash checking for the archive files.
//*
//* NOTE 2: If you are using SMP/E level 34.09 or higher,
//*
uncomment the SMPJHOME and SMPCPATH DD
//*
Statements. If you are at SMP/E 3.4, it is
//*
recommended you be at least 34.09.
//*
//* NOTE 3: Change the directory name on the SMPDIR DD to
//*
to match your system's SMPNTS directory name.
//*
STP36860 is the subdirectory id
//*
assigned to your order during the RECEIVE
//*
FROMNETWORK (RFNJOB).
//*
//* NOTE 4: Replace volser on each volume control statement
//*
with a valid volume serial number. Deleting this
//*
control statement will cause SYSALLDA to be used
//*
as the unit type.
//*
//* NOTE 5: Replace hlq on each newname control statement
//*
with a valid data set high level qualifer.
//*
//*
//*
Expect RC 00
//*
//*-----------------------------------------------------------//UNZIP EXEC PGM=GIMUNZIP,REGION=0M,PARM='HASH=NO' <=== NOTE 1
//SYSUT3 DD UNIT=SYSALLDA,SPACE=(CYL,(50,10))
//SYSUT4 DD UNIT=SYSALLDA,SPACE=(CYL,(25,5))
//*SMPJHOME DD PATH='/usr/lpp/java/J1.4/'
<===NOTE 2
//*SMPCPATH DD PATH='/usr/lpp/smp/classes/'
<===NOTE 2
//SMPOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SMPDIR DD PATH='/TDS182/SMPNTS/STP36860',
<=== NOTE 3
//
PATHDISP=KEEP
//SYSIN DD *
<GIMUNZIP>
<ARCHDEF
name="S0002.CSP.STP36860.DOCLIB.pax.Z"
volume="volser"
newname="hlq.DOCLIB">
</ARCHDEF>
<ARCHDEF
name="S0003.CSP.STP36860.RIMLIB.pax.Z"
volume="volser"
newname="hlq.RIMLIB">
</ARCHDEF>
<ARCHDEF
name="S0005.CSP.STP36860.PGMDIR.pax.Z"
volume="volser"

Marcelo Santiago
SMPO z/SW Leader Latin America
Senior Client Technical Sales CMA 2.1
msan@br.ibm.com

IBM Tivoli Decision Support for z/OS 1.8.2


newname="hlq.PGMDIR">
</ARCHDEF>
</GIMUNZIP>
/*

You need to change the yellow marked parameters:


Change the directory on USS that you defined to receive the files for TDS182
//SMPDIR DD PATH='/TDS182/SMPNTS/STP36860',
Change the volser (volume disc name)

Marcelo Santiago
SMPO z/SW Leader Latin America
Senior Client Technical Sales CMA 2.1
msan@br.ibm.com

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy