I see you are specifying a catalog too.   Why?   Are you sure you are using the 
correct catalog?  If not, you wont see it either.

_________________________________________________________________
Dave Jousma
Assistant Vice President, Mainframe Services
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H
p 616.653.8429
f 616.653.2717

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Steve Conway
Sent: Friday, May 25, 2012 8:16 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: SMS Dataset Alloc Issue

Saurabh,

By specifying the volume, you will only see the DATA.  The CLUSTER part is just 
a catalog entry, not a physical dataset.  (Yeah, guys, I know, but let's keep 
it simple, OK?)

Leave off the VOLUME on ISPF 3.4, and you will see both the Cluster and Data 
portions.


Cheers,,,Steve

Steven F. Conway, CISSP
LA Systems
z/OS Systems Support
Phone: 703.295.1926
steve_con...@ao.uscourts.gov



From:   saurabh khandelwal <sourabhkhandelwal...@gmail.com>
To:     IBM-MAIN@bama.ua.edu
Date:   05/25/2012 06:49 AM
Subject:        SMS Dataset Alloc Issue
Sent by:        IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu>



Hello Group,

I have used below JCL to allocate SMS dataset. But when I checked, JCL has
created only data part not cluster part of the dataset. not sure why it 
has
happened.
I tried ISPF 3.4 against volume. Only Data part is visible.

//SMSALOC  JOB (660),SAURABH,
//             CLASS=A,NOTIFY=&SYSUID,
//             MSGCLASS=A
//*
//ALLOC   EXEC PGM=IDCAMS,REGION=512K
//DDSOZ1D1 DD  DISP=OLD,UNIT=SYSALLDA,VOL=SER=SOZ1D1
//SYSPRINT DD  SYSOUT=*
//SYSIN    DD  *

   /* ALLOCATE SCDS  */

   DEFINE  CLUSTER( -
                  NAME(SYS1.SMS.SCDS)        -
                  LINEAR                     -
                  VOLUMES(SOZ1D1)            -
                  TRK(6 6)                   -
                  SHAREOPTIONS(2,3)          -
                      )                      -
           DATA(                             -
                  NAME(SYS1.SMS.SCDS.DATA) -
               )                             -
           CATALOG(SOZ1D.MASTER.CATALOG)

   /* ALLOCATE ACDS  */

   DEFINE  CLUSTER( -
                  NAME(SYS1.SMS.ACDS)        -
                  LINEAR                     -
                  VOLUMES(SOZ1D1)            -
                  TRK(6 6)                   -
                  SHAREOPTIONS(3,3)          -
                      )                      -
           DATA(                             -
                  NAME(SYS1.SMS.ACDS.DATA) -
               )                             -
           CATALOG(SOZ1D.MASTER.CATALOG)

   /* ALLOCATE COMMDS */

   DEFINE  CLUSTER( -
                  NAME(SYS1.SMS.COMMDS)      -
                  LINEAR                     -
                  VOLUMES(SOZ1D1)            -
                  TRK(1 1)                   -
                  SHAREOPTIONS(3,3)          -
                      )                      -
           DATA(                             -
                  NAME(SYS1.SMS.COMMDS.DATA) -
                )                             -
            CATALOG(SOZ1D.MASTER.CATALOG)
 /*
 //

-- 
Thanks & Regards
Saurabh

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN
[attachment "SMS.txt" deleted by Steve Conway/DCA/AO/USCOURTS] 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

Reply via email to