Re: Allocate ZFS data set

2008-11-12 Thread Mark Jacobs
Gray, Larry - Larry A wrote:
 IDCAMS to allocate.  IOEAGFMT to format.


 Larry Gray
 Large Systems Engineering
 Lowe's Companies
 336-658-7944
   

There is also a nice interface for allocation of ZFS datasets in the ISH
application.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
 jason lowe
 Sent: Wednesday, November 12, 2008 8:52 AM
 To: IBM-MAIN@BAMA.UA.EDU
 Subject: Allocate ZFS data set

 What utility do I use to allocate a ZFS file?

 JL

 Jason Lowe - Mainframe Systems  - Cornell Information Technologies [EMAIL 
 PROTECTED]
 (607) 255-7851

 The Supreme Court has surrendered.
   It has destroyed the Civil Rights Bill, and converted the Republican party 
 into a party of money rather than a party of morals.

   
Frederick Douglass, 1894


 --
 For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at 
 http://bama.ua.edu/archives/ibm-main.html



 NOTICE:
 All information in and attached to the e-mail(s) below may be proprietary, 
 confidential, privileged and otherwise protected from improper or erroneous 
 disclosure.  If you are not the sender's intended recipient, you are not 
 authorized to intercept, read, print, retain, copy, forward, or disseminate 
 this message.  If you have erroneously received this communication, please 
 notify the sender immediately by phone
 (704-758-1000) or by e-mail and destroy all copies of this message 
 (electronic, paper, or otherwise).  Thank you.

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
 Search the archives at http://bama.ua.edu/archives/ibm-main.html


   


-- 
Mark Jacobs
Time Customer Service
Tampa, FL


We're in the stickiest situation since Sticky the 
stick insect got stuck on a sticky bun.

Rowan Atkinson as Captain Edmund Blackadder in
Blackadder Goes Forth

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Allocate ZFS data set

2008-11-12 Thread John McKown
On Wed, 12 Nov 2008 08:51:37 -0500, jason lowe [EMAIL PROTECTED] wrote:

What utility do I use to allocate a ZFS file?

JL

Jason Lowe - Mainframe Systems  - Cornell Information Technologies

Assuming that your TSO id has the ability to su to root, I would use
ISHELL. On the upper left corner of the display is Setup. Select that. Use
option 7 to Enable superuser mode. Now select File_Systems and use
option 4 New zFS. Fill in the panel and Bob's your uncle.

--
John

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Allocate ZFS data set

2008-11-12 Thread Lizette Koehler
I would recommend a read through the Distributed File Service zSeries File 
System Administration SC24-5989-07

Lizette 




What utility do I use to allocate a ZFS file?

JL

Jason Lowe - Mainframe Systems  - Cornell Information Technologies
[EMAIL PROTECTED]
(607) 255-7851

The Supreme Court has surrendered.
  It has destroyed the Civil Rights Bill, and converted the Republican 
party into a party of money rather than a party of morals.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Allocate ZFS data set

2008-11-12 Thread jason lowe

What utility do I use to allocate a ZFS file?

JL

Jason Lowe - Mainframe Systems  - Cornell Information Technologies
[EMAIL PROTECTED]
(607) 255-7851

The Supreme Court has surrendered.
 It has destroyed the Civil Rights Bill, and converted the Republican 
party into a party of money rather than a party of morals.


Frederick 
Douglass, 1894



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
   



Re: Allocate ZFS data set

2008-11-12 Thread Gray, Larry - Larry A
IDCAMS to allocate.  IOEAGFMT to format.


Larry Gray
Large Systems Engineering
Lowe's Companies
336-658-7944

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
jason lowe
Sent: Wednesday, November 12, 2008 8:52 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Allocate ZFS data set

What utility do I use to allocate a ZFS file?

JL

Jason Lowe - Mainframe Systems  - Cornell Information Technologies [EMAIL 
PROTECTED]
(607) 255-7851

The Supreme Court has surrendered.
  It has destroyed the Civil Rights Bill, and converted the Republican party 
into a party of money rather than a party of morals.


 Frederick Douglass, 1894


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html



NOTICE:
All information in and attached to the e-mail(s) below may be proprietary, 
confidential, privileged and otherwise protected from improper or erroneous 
disclosure.  If you are not the sender's intended recipient, you are not 
authorized to intercept, read, print, retain, copy, forward, or disseminate 
this message.  If you have erroneously received this communication, please 
notify the sender immediately by phone
(704-758-1000) or by e-mail and destroy all copies of this message (electronic, 
paper, or otherwise).  Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Allocate ZFS data set

2008-11-12 Thread Veilleux, Jon L
Here's some sample JCL:

//STEP1  EXEC  PGM=IDCAMS  
//SYSPRINT  DD  SYSOUT=*   
//SYSIN   DD  *
DEFINE CLUSTER(NAME(MY.NEW.ZFS) VOLUMES(*) - 
   LINEAR CYLINDERS(20   30 ) SHAREOPTIONS(2) )
//FORMAT EXEC  PGM=IOEAGFMT,REGION=0M, 
//   PARM=('-aggregate MY.NEW.ZFS -compat')  
//STEPLIB   DD  DISP=SHR,DSN=SYS1.SIOELMOD 
//SYSPRINT  DD  SYSOUT=*   
//STDOUTDD  SYSOUT=*   
//STDERRDD  SYSOUT=*   
//SYSUDUMP  DD  SYSOUT=*   
//CEEDUMP   DD  SYSOUT=*


Jon L. Veilleux 
[EMAIL PROTECTED] 
(860) 636-2683 


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of jason lowe
Sent: Wednesday, November 12, 2008 8:52 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Allocate ZFS data set

What utility do I use to allocate a ZFS file?

JL

Jason Lowe - Mainframe Systems  - Cornell Information Technologies
[EMAIL PROTECTED]
(607) 255-7851

The Supreme Court has surrendered.
  It has destroyed the Civil Rights Bill, and converted the Republican
party into a party of money rather than a party of morals.

 
Frederick Douglass, 1894


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


This e-mail may contain confidential or privileged information. If
you think you have received this e-mail in error, please advise the
sender by reply e-mail and then delete this e-mail immediately.
Thank you. Aetna   

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html