Sure . Thank you John !

On Fri, Jun 7, 2013 at 5:43 PM, John McKown <[email protected]>wrote:

> I agree. One argument that I have gotten in the past was "but I can easily
> allocate an HFS filesystem using simple JCL. To allocate a ZFS, I need to
> run an IDCAMS, then the initialization program. What a bother!". Well,
> assuming that your ZFS data sets are SMS managed, you can easily allocate
> and format a ZFS data set using simple JCL too! I use:
>
> // SET FS= DATA SET NAME
> //MKZFS     EXEC PGM=IOEAGFMT,REGION=0M,
> //          PARM=('-aggregate &FS -compat')
> //ZFS       DD DSN=&FS,
> //          DISP=(NEW,CATLG),
> //          UNIT=SYSDA,
> //          SPACE=(CYL,(200,100)),
> //          RECORG=LS
> //SYSPRINT  DD SYSOUT=*
> //STDOUT    DD SYSOUT=*
> //STDERR    DD SYSOUT=*
> //SYSUDUMP  DD SYSOUT=*
> //CEEDUMP   DD SYSOUT=*
> //*
>
> The only changes are to the // SET FS= to set the DSN name. And perhaps to
> change the SPACE= in the JCL. "Easy, easy!" as my Russian teacher would
> say.
>
> On Fri, Jun 7, 2013 at 2:19 AM, Miklos Szigetvari <
> [email protected]> wrote:
>
> > I think it would be better , to use ZFS instead of HFS.
> >
> > On 06.06.2013 23:57, baby eklavya wrote:
> >
> >> Greetings ,
> >>
> >> Thanks everyone for your inputs .
> >>
> >> I converted those volumes to SMS managed and added them to a new storage
> >> group . Modified the STGROUP ACS routines by adding &DSNTYPE = HFS .
> >> coding
> >> &LLQ=HFS also worked fine in my case . The dataset was allocated as SMS
> >> managed and i was able to mount it successfully .
> >>
> >> Regards,
> >>   Baby
> >>
> >>
> >>
> >>
> >>
> >> On Thu, Jun 6, 2013 at 6:54 PM, Elardus Engelbrecht <
> >> [email protected]**> wrote:
> >>
> >>  Lizette Koehler wrote:
> >>>
> >>>> My code looks like (Pseudo).  This is not perfect, but more in what
> code
> >>>>
> >>> could do
> >>>
> >>>> You would need to review the ACS constructs to see what would work for
> >>>>
> >>> your shop.  You might use a DSN Mask or VOLSER mask.
> >>>
> >>> What would &ACSENVIR be in the case of TSO / ISPF allocation?
> >>>
> >>> Perhaps evaluating &JOB or &XMODE can help you to determine the
> >>> environment.
> >>>
> >>>  If LLQ = 'HFS'
> >>>>   Then STGROUP = HFSVOLS
> >>>> Else
> >>>> WRITE ' Not using HFS Pool '
> >>>> EXIT
> >>>>
> >>> Consider adding &DSNTYPE = 'HFS' in your IF statement in the ACS
> >>> routines.
> >>>
> >>> Groete / Greetings
> >>> Elardus Engelbrecht
> >>>
> >>> ------------------------------**------------------------------**
> >>> ----------
> >>> For IBM-MAIN subscribe / signoff / archive access instructions,
> >>> send email to [email protected] with the message: INFO IBM-MAIN
> >>>
> >>>  ------------------------------**------------------------------**
> >> ----------
> >> For IBM-MAIN subscribe / signoff / archive access instructions,
> >> send email to [email protected] with the message: INFO IBM-MAIN
> >>
> >>
> >>
> >
> > --
> > Kind regards, / Mit freundlichen Grüßen
> > Miklos Szigetvari
> >
> > Research&  Development
> > ISIS Papyrus Europe AG
> > Alter Wienerweg 12, A-2344 Maria Enzersdorf, Austria
> > T: +43(2236) 27551 333, F: +43(2236)21081
> > E-mail: miklos.szigetvari@isis-**papyrus.com<
> [email protected]>
> > Info: [email protected] Hotline: +43-2236-27551-111
> > Visit our brand new extended Website at www.isis-papyrus.com
> > ------------------------------**------------------------------**---
> > This e-mail is only intended for the recipient and not legally
> > binding. Unauthorised use, publication, reproduction or
> > disclosure of the content of this e-mail is not permitted.
> > This email has been checked for known viruses, but ISIS Papyrus accepts
> > no responsibility for malicious or inappropriate content.
> > ------------------------------**------------------------------**---
> >
> >
> ------------------------------**------------------------------**----------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [email protected] with the message: INFO IBM-MAIN
> >
>
>
>
> --
> This is a test of the Emergency Broadcast System. If this had been an
> actual emergency, do you really think we'd stick around to tell you?
>
> Maranatha! <><
> John McKown
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to