Here's the clist I execute....

PROC 0
PROFILE PROMPT PRE(&SYSUID)
CONTROL NOLIST NOCONLIST MSG FLUSH PROMPT
/* IT IS IMPORTANT TO INCLUDE THE PARAMETER "PROMPT" */
/* IN THE PROFILE AND CONTROL STATEMENTS TO ALLOW    */
/* DSMADMC (TSO ADMIN CLIENT MODULE) TO PROMPT FOR   */
/* INPUT (E.G. PASSWORD).                            */
ALLOC F(DSCOPT) DA('SYS2.TSMTSO.$ADSM.OPTIONS') SHR REU
ALLOC F(DSCLANG) DA('SYS1.SANSMSG(ANSMENU)') SHR REU
CALL 'SYS2.TSM.V4219.LOADLIB(DSMADMC)'
FREE F(DSCOPT DSCLANG )
PROFILE NOPRE

Here's what I get...
ADSTAR Distributed Storage Manager

Command Line Administrative Interface - Version 3, Release 1, Level 0.7
(C) Copyright IBM Corporation, 1990, 1999, All Rights Reserved.

Enter your user id:

o8x

ANS8059E The TCP/IP functions have not been linked into this module.
ANS8023E Unable to establish session with server.
ANS8002I Highest return code was -224.


We created a job to link TSM and TCPIP(attached as tsmtcpip.txt)
I also attached the options file.

Can someone out there make point me in the direction I need to solve this
problem?

Thank you in advance...


Blue Cross Blue Shield of Florida, Inc., and its subsidiary and
affiliate companies are not responsible for errors or omissions in this e-mail 
message. Any personal comments made in this e-mail do not reflect the views of Blue 
Cross Blue Shield of Florida, Inc.

//O48JOB JOB (8218,08017,48,G),'R.JUSTICE-X56351',CLASS=U,MSGCLASS=H,   00000010
//     NOTIFY=O48                                                       00000020
//**********************************************************************
//*
//* THE FOLLOWING JOB WAS GENERATED FROM THE REPORT CALLLIBS COMMAND
//* FOR TARGET ZONE ZOSE01   ON 02.079 AT 11.55.49.
//*
//**********************************************************************
//LINK0001 EXEC PGM=HEWLH096,
//         PARM=('NCAL,LIST,LET,CALL')
//**********************************************************************
//*
//* LMODS LINKED IN THIS STEP:
//*
//*    ANSADM
//*
//**********************************************************************
//SYSLIB   DD DSN=SYS1.SANSINC2,
//            UNIT=3390,VOL=SER=ZOSE01,
//            DISP=(SHR)
//         DD DSN=SYS1.SEZACMTX,
//            UNIT=3390,VOL=SER=ZOSE01,
//            DISP=(SHR)
//         DD DSN=SYS1.SANSINC1,
//            UNIT=3390,VOL=SER=ZOSE01,
//            DISP=(SHR)
//         DD DSN=SYS1.SCEELKED,
//            UNIT=3390,VOL=SER=ZOSE01,
//            DISP=(SHR)
//SYSPRINT DD SYSOUT=*
//SYSLMOD  DD DSN=SYS2.TSM.V4219.LOADLIB,
//            DISP=(SHR)
//SYSUT1   DD UNIT=3390,
//            SPACE=(CYL,(600,100))
//SMPLTS   DD DSN=SMPE.ZOS120.ZOSE01.SMPLTS,
//            DISP=(SHR)
//SYSLIN   DD *
 ALIAS   DSMADMC
 MODE    AMODE(31),RMODE(ANY)
 SETCODE AC(0)
 ENTRY   SVMSTART
  INCLUDE SMPLTS(ANSADM)
  NAME ANSADM(R)
/*
**********************************************************************
***            Tivoli Storage Manager                              ***
***            Product Number 5697-TS9/5698-TSM                    ***
***            "Contains Restricted Materials of IBM"              ***
***            (c) Copyright IBM Corporation 1990,2001             ***
***            Refer to copyright instructions                     ***
**********************************************************************
*
**********************************************************************
* Sample Options for TSO Admin Client Version 3 Release 1
**********************************************************************
*
**********************************************************************
* COMMMethod
*
* Format
* +------------------+----------------------------------------------+
* | COMMMethod       | IUCV | SNAlu6.2 | TCPip                      |
* +------------------+----------------------------------------------+
* System defaults:
*
*     TSO:  IUCV
*
* Option file examples:
*
* COMMMethod IUCV
* COMMMethod SNALU6.2
COMMMethod TCPIP
************************************************************************
*
************************************************************************
* CPICBUffersize
*
* +------------------+----------------------------------------------+
* | CPICBUffersize   | cpic_buffer_size                             |
* +------------------+----------------------------------------------+
* Default: 15 (Kbytes)
* Min    : 1  (Kbytes)
* Max    : 31 (Kbytes)
*
* Option file example:
*
* CPICBUffersize 31
************************************************************************
*
************************************************************************
* SYMbolicdestination
*    for APPC  - Advanced Program-to-Program Communication
*
* +------------------+----------------------------------------------+
* | SYMbolicdestination  | sym_dest_name                            |
* +------------------+----------------------------------------------+
* Default: none
*    This statement is required if the COMMmethod SNAlu6.2 is
*    used and if a partner LU name and TP name are not provided.
*    "sym_dest_name" can be up to 8 characters in length.
*
* Option file example:
*
* SYMBOLICDESTINATION adsmlu
************************************************************************
*
************************************************************************
* LANGuage
*
* +------------------+----------------------------------------------+
* | LANGuage         | language                                     |
* +------------------+----------------------------------------------+
*
* Default: AMENG
*
* Option file example:
*
* LANGuage AMENG
************************************************************************
*
************************************************************************
* SERVERname
*
* +------------------+----------------------------------------------+
* | SERVERname       | server_name                                  |
* +------------------+----------------------------------------------+
* Default: DSSERV
*    This statement is required if the COMMMethod IUCV is used.
*    When IUCV is used, server_name is the JOB name in the JCL that is
*    used to start the TSM server.
*    Server names up to 8 bytes in length are supported.
*
* Option file example:
*
* SERVERname TIVSM
************************************************************************
*
************************************************************************
* TCPPort
*
* +------------------+----------------------------------------------+
* | TCPPort          | port_addr                                    |
* +------------------+----------------------------------------------+
* Default: 1500
* Min:     1000
* Max:     32767
*    This statement is required if the COMMMethod TCPIP is used.
*
* Option file example:
*
TCPPort 1500
************************************************************************
*
************************************************************************
* TCPServeraddress
*
* +------------------+----------------------------------------------+
* | TCPServeraddress | server_addr                                  |
* +------------------+----------------------------------------------+
* Default: None
*    This statement is required if the COMMMethod TCPIP is used.
*    TCPServeraddress up to 64 bytes in length are supported.
*
* Option file examples:
*
* TCPServeraddress  VMA.ALMADEN.IBM.COM
TCPServeraddress  ADSMHOST
************************************************************************
*
************************************************************************
* ICSSName
*
* +------------------+----------------------------------------------+
* | ICSSName         | subsysid                                     |
* +------------------+----------------------------------------------+
* Default: None
*    This statement is required if Sterling Software TCPaccess is
*    to be used.  COMMMethod TCPIP must also be specified.
*    "subsysid" is the 4-character subsystem ID defined for TCPaccess
*    on your system.
*
* Option file examples:
*
* ICSSName  ACSS
* ICSSName  ACS4
************************************************************************
*

Reply via email to