ADSM-L

Re: TSO TSM client

2002-03-06 21:37:13
Subject: Re: TSO TSM client
From: StorageGroupAdmin StorageGroupAdmin <StorageGroupAdmin AT SYDNEYWATER.COM DOT AU>
Date: Thu, 7 Mar 2002 13:34:15 +1000
I find the best way to start TSM via TSO is to create a REXX pgm and
allocated the required DDs within the rexx. This is based on the belief
that the that the required DD's are rarely allocated in your TSO logon
proc due to the limitted number of peple requiring access to the server
line command.

eg

/* rexx */
 "ALLOC F(DSCOPT) DA('prod.client.OPTIONS') SHR REU"
 "ALLOC F(DSCLANG) DA('SYS1.TIVOLI.SANSMSG(ANSMENU)') SHR REU"
address tso "dsmadmc / -TCPSERVERADDRESS=TSMSERVER"




-----------------------------------------------------------
This e-mail is solely for the use of the intended recipient
This e-mail is solely for the use of the intended recipient
and may contain information which is confidential or
privileged. Unauthorised use of its contents is prohibited.
If you have received this e-mail in error, please notify
the sender immediately via e-mail and then delete the
original e-mail.
-----------------------------------------------------------
=========================================================================
<Prev in Thread] Current Thread [Next in Thread>