Hi Charles,
When using OPT 3.4, please be sure to put a slash to the left of 
"Include Additional Qualifiers"
   Menu  RefList  RefMode  Utilities Help
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
                             Data Set List Utility
Option ===>

    blank Display data set list               P Print data set list
        V Display VTOC information           PV Print VTOC information

Enter one or both of the parameters below:
    Dsname Level . . .
    Volume serial  . .

Data set list options
    Initial View                 Enter "/" to select option
    1  1. Volume                 /  Confirm Data Set Delete
       2. Space                  /  Confirm Member Delete
       3. Attrib                 /  Include Additional Qualifiers
       4. Total                  /  Display Catalog Name
                                    Display Total Tracks

Here is JCL I have used successfully to create a Multi-volume zFS on 
z/OS V2.3:
//ALLOCZFS JOB (ACCT),
//             '                    ',
//             CLASS=A,
//             MSGCLASS=X,
//             MSGLEVEL=(1,1),
//             REGION=0M,
// NOTIFY=&SYSUID
//DEFINE  EXEC PGM=IDCAMS
//SYSPRINT DD  SYSOUT=*
//SYSUDUMP DD  SYSOUT=*
//AMSDUMP  DD  SYSOUT=*
//SYSIN    DD     *
   DEF CL( -
          NAME(ZFS.LOCAL1) -
          DATACLAS(DCZFSEXT) -
          STORCLAS(SCZFSEXT) -
       /* VOL(ZFS000) */ -
          LINEAR -
          TRK(100000 10000) -
          SHR(3) -
         )
//CREATE  EXEC PGM=IOEAGFMT,REGION=0M,
//             PARM=('-aggregate ZFS.LOCAL1 -compat')
//SYSPRINT DD  SYSOUT=*
//STDOUT   DD  SYSOUT=*
//STDERR   DD  SYSOUT=*
//SYSUDUMP DD  SYSOUT=*
//CEEDUMP  DD  SYSOUT=*

Regards,
David

On 2019-10-07 19:27, Charles Mills wrote:
> I don't know. I am totally lost with this stuff.
>
>> Do you have a Sysprog or Storage Admin to help?
> If I did I would be bothering him or her instead of you all <g>. I do have
> another developer who may know more than I do. Getting him involved.
>
> It is a flaw of the IBM Dallas Center theory. (Not IBM's fault; just a
> logical flaw.) The theory is that IBM is not your sysprog: they give you an
> LPAR with z/OS installed and say "click here to IPL" and that is in theory
> about it. But if you are small enough to be running on IBM Dallas you
> probably do not have a storage administrator on staff. IBM does help -- this
> is not a slam on the Dallas guys at all; they are great; it is just not in
> their job description to be your sysprog -- just saying that there is a
> logical flaw in the assumptions.
>
> I created a VSAM LDS on the volume. I cataloged it in a user catalog, but I
> guess I screwed that up, because I do not see it in 3.4 under the HLQ. And
> then the MOUNT fails of course.
>
> Charles
>
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Gibney, Dave
> Sent: Monday, October 7, 2019 4:06 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Add space to OMVS filesystem?
>
> There are a few potential complications. Is existing SMS? Is new volume SMS?
> Was existing created with agggrow enabled?
>
> Do you have a Sysprog or Storage Admin to help?
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> .
>


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

Reply via email to