Installing TDS182

download Installing TDS182

of 6

description

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

Transcript of Installing TDS182

Employee weekly status report

IBM Tivoli Decision Support for z/OS 1.8.2

iNSTALLING ibm tIVOLI dECISION sUPPORT 1.8.21. 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.

1.2 Upload Files of installation to USS Connect to z/OS system to start the installation.

Create a directory into USS (/TDS182)

Create a Subfolders into /TDS182/SMPPTFIN

Create a Subfolders into /TDS182/SMPHOLD

Create a Subfolders into /TDS182/SMPRELF

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)

Changing the directory on USS

cd /TDS182/SMPPTFIN (38 files)Changing the directory on Windows

lcd c:\20150924\SMPPTFINmput *.* (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.

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'