Chapter 3. Preparing the environment 113
-------- --- ------ ----- -------- ----------
N AUTO 4800
N MANUAL 4900
DISTANT N STORE 200
IBMATL Y AUTO 4800
LOCAL N STORE 300
NEWYORK Y STORE 100 *
SAVE Y BINS STORE 2000 *
SHELF N 5000
SANJOSE Y BINS STORE 2000 *
Action Status
-------- ---------
NOTIFY Pending
RETURN Pending
SCRATCH Pending
REPLACE Unknown
INIT Unknown
ERASE Unknown
Source Target Move Type Status
-------- -------- --------- ---------
DISTANT ATL3494E NOTRTS Complete
READY
3.4.2 Add owner information
Use the ADDOWNER subcommand to define an owner to DFSMSrmm. An
owner can be an individual or group defined by a RACF group name, or any
value you choose. The owner value contains one to eight alphanumeric
characters.
DFSMSrmm automatically creates an owner record if a user who is not defined
to DFSMSrmm requests a job that writes to a volume managed by DFSMSrmm.
DFSMSrmm uses the user ID that requests the job as an DFSMSrmm owner ID.
In all other cases the owner must be defined manually, and must be defined
before you can use a RMM TSO subcommand that includes owner information.
Use the LISTOWNER subcommand to display information about a single owner
defined to DFSMSrmm.
Example:
Add details of a new owner and in STEP02 request information recorded by
DFSMSrmm about the owner whose owner ID is SCHLUM (see
Example 3-28).
114 Converting to DFSMSrmm from TLMS
Example 3-28 Sample JCL to add owner information
//ADDOWNER JOB ,140.SCHLUMBERGER,NOTIFY=SCHLUM,
// MSGCLASS=H,CLASS=A,MSGLEVEL=(1,1)
//* ****************************************************************** *
//* STEP 1 ADDING NEW OWNER *
//* 2 LIST OWNER INFORMATION *
//* ****************************************************************** *
//STEP01 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RMM ADDOWNER SCHLUM -
FNAME('NORBERT') -
SNAME('SCHLUMBERGER') -
DEPARTEMENT('International Projects (6304)') -
ADD1('IBM Deutschland Informationssysteme GmbH') -
ADD2('Am Keltenwald 1') -
ADD3('D-71139 Ehningen') -
INTEL('919-3579') -
EXTEL('++49-(0)-7034-15-3579') -
USER(SCHLUM) -
NODE(IBMDE)
/*
//STEP02 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
RMM LISTOWNER SCHLUM
/*
The output of the TSO RMM LISTOWNER subcommand is shown in
Example 3-29.
Example 3-29 Sample RMM LISTOWNER subcommand output
Owner = SCHLUM
Last name = SCHLUMBERGER First names = NORBERT
Department = INTERNATIONALE PROJECTS (6304)
Address = IBM DEUTSCHLAND INFORMATIONSSYSTEME GMBH
AM KELTENWALD 1
71139 EHNINGEN (GERMANY)
Telephone:
Internal = 919-3579 External = +49-(0)7034-15-3579
Electronic mail:
Userid = SCHLUM Node = IBMDE
Volumes = 0

Get Converting to DFSMSrmm from TLMS now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.