Re: Extended format system ZFS files

2017-09-22 Thread Edward Gould
> On Sep 19, 2017, at 2:03 PM, Jousma, David  wrote:
> 
> If it were me, I'd use DFDSS to copy with rename the filesystems.   If 
> applicable, IPL onto the new ones, before deleting the old ones.  I use DFDSS 
> to clone filesystems as a regular part of maintenance. If they are mounted 
> READ only, then the DFDSS job can be run anywhere.  If mounted RDWR, you need 
> to either unmount, or expect DFDSS to temporarily quiesce the filesystem from 
> updates while running.
> 

Dave,

Doesn’t DFDSS under the covers use IDCAMS repo?
I have heard that IBM doesn’t cotton to report for ZFS’s .

Ed


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


Re: Extended format system ZFS files

2017-09-21 Thread Carmen Vitullo
I've used REPRO as a way to quickly expand a filesystem and had no issue, as 
part of my maint procedure I prefer to use pax 


pax -rwkv -pe . /Service/SYSx/ 

I think the BPX Rexx exec to convert HFS to ZFS uses pax also, and yes, system 
auditing flag are an issue if you don't have audit authority, user audit I can 
turn off as uid(0) 
Carmen 

- Original Message -

From: "John McKown" <john.archie.mck...@gmail.com> 
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Thursday, September 21, 2017 12:19:37 PM 
Subject: Re: Extended format system ZFS files 

On Thu, Sep 21, 2017 at 12:05 PM, Lizette Koehler <stars...@mindspring.com> 
wrote: 

> When I used REPRO on a zFS the same size was used no matter how the TO 
> file was set up. So I think REPRO works for a like-to-like copy. 
> 
> If you want to resize, you need to create a new zFS then use OMVS to cp 
> the file with appropriate functions. 
> 
> cp -R -p source target 
> 

​Just to be a technical bother, there is a slight problem with that 
command. If there is a "mount point" with a second filesystem mounted on it 
below the "source" directory, then all the data on that (and any other) 
filesystem will also be copied to "target". Which is rarely what is wanted. 
It is better to run "pax" in copy mode. 

pax ​-M -peW -X source target 

​Note that the pax command above will most likely need to be done with an 
effective UID of 0 (I use "sudo", but installation of that is optional) and 
by a user with the RACF AUDITOR attribute (the W copies the audit 
attributes and requires RACF AUDITOR). ​ 
​ 


> 
> This way I keep my files and attributes, etc in tack in the target file 
> 
> Lizette 
> 
> 

-- 
*L'Shanah Tovah Tikatevu* 

Maranatha! <>< 
John McKown 

-- 
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


Re: Extended format system ZFS files

2017-09-21 Thread John McKown
On Thu, Sep 21, 2017 at 12:05 PM, Lizette Koehler 
wrote:

> When I used REPRO on a zFS the same size was used no matter how the TO
> file was set up.  So I think REPRO works for a like-to-like copy.
>
> If you want to resize, you need to create a new zFS then use OMVS to cp
> the file with appropriate functions.
>
>cp -R -p source target
>

​Just to be a technical bother, there is a slight problem with that
command. If there is a "mount point" with a second filesystem mounted on it
below the "source" directory, then all the data on that (and any other)
filesystem will also be copied to "target". Which is rarely what is wanted.
It is better to run "pax" in copy mode.

pax ​-M -peW -X source target

​Note that the pax command above will most likely need to be done with an
effective UID of 0 (I use "sudo", but installation of that is optional) and
by a user with the RACF AUDITOR attribute (the W copies the audit
attributes and requires RACF AUDITOR). ​
​


>
> This way I keep my files and attributes, etc  in tack in the target file
>
> Lizette
>
>

-- 
*L'Shanah Tovah Tikatevu*

Maranatha! <><
John McKown

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


Re: Extended format system ZFS files

2017-09-21 Thread Lizette Koehler
When I used REPRO on a zFS the same size was used no matter how the TO file was 
set up.  So I think REPRO works for a like-to-like copy.

If you want to resize, you need to create a new zFS then use OMVS to cp the 
file with appropriate functions. 

   cp -R -p source target

This way I keep my files and attributes, etc  in tack in the target file

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of R.S.
> Sent: Thursday, September 21, 2017 8:28 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: Extended format system ZFS files
> 
> W dniu 2017-09-21 o 14:01, Shaffer, Terri pisze:
> > I was able to use REPRO and everything worked great.  The key is just do
> the allocation of the ZFS and not the format as repro will copy the format
> and ZFS changes to ZFS when I mounted.
> 
> That's easy to explain: you copy CI's - kind of "physical blocks"
> (actually they are physical blocks AFAIK), so you copy entire content of the
> ZFS container. So, target ZFS has to be empty or reused
> (overwritten) otherwise there would be APPEND operation instead of copy, and
> that will break the structure of filesystem.
> 
> Things less obvious:
> 1. Can I copy from non-EA to EA cluster?
> 2. Is SMS-managed source and non-SMS target OK? (I bet yes) 3. Can I copy
> from 1000-cyl single extent to a 3000-cyl primary allocation cluster?
> 
> --
> Radoslaw Skorupka
> Lodz, Poland

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


Re: Extended format system ZFS files

2017-09-21 Thread R.S.

W dniu 2017-09-21 o 14:01, Shaffer, Terri pisze:

I was able to use REPRO and everything worked great.  The key is just do the 
allocation of the ZFS and not the format as repro will copy the format and ZFS 
changes to ZFS when I mounted.


That's easy to explain: you copy CI's - kind of "physical blocks" 
(actually they are physical blocks AFAIK), so you copy entire content of 
the ZFS container. So, target ZFS has to be empty or reused 
(overwritten) otherwise there would be APPEND operation instead of copy, 
and that will break the structure of filesystem.


Things less obvious:
1. Can I copy from non-EA to EA cluster?
2. Is SMS-managed source and non-SMS target OK? (I bet yes)
3. Can I copy from 1000-cyl single extent to a 3000-cyl primary 
allocation cluster?


--
Radoslaw Skorupka
Lodz, Poland




==


   --
Treść tej wiadomości może zawierać informacje prawnie chronione Banku 
przeznaczone wyłącznie do użytku służbowego adresata. Odbiorcą może być jedynie 
jej adresat z wyłączeniem dostępu osób trzecich. Jeżeli nie jesteś adresatem 
niniejszej wiadomości lub pracownikiem upoważnionym do jej przekazania 
adresatowi, informujemy, że jej rozpowszechnianie, kopiowanie, rozprowadzanie 
lub inne działanie o podobnym charakterze jest prawnie zabronione i może być 
karalne. Jeżeli otrzymałeś tę wiadomość omyłkowo, prosimy niezwłocznie 
zawiadomić nadawcę wysyłając odpowiedź oraz trwale usunąć tę wiadomość 
włączając w to wszelkie jej kopie wydrukowane lub zapisane na dysku.

This e-mail may contain legally privileged information of the Bank and is 
intended solely for business use of the addressee. This e-mail may only be 
received by the addressee and may not be disclosed to any third parties. If you 
are not the intended addressee of this e-mail or the employee authorized to 
forward it to the addressee, be advised that any dissemination, copying, 
distribution or any other similar activity is legally prohibited and may be 
punishable. If you received this e-mail by mistake please advise the sender 
immediately by using the reply facility in your e-mail software and delete 
permanently this e-mail including any copies of it either printed or saved to 
hard drive.

mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 Warszawa, 
www.mBank.pl, e-mail: kont...@mbank.plsąd Rejonowy dla m. st. Warszawy XII 
Wydział Gospodarczy Krajowego Rejestru Sądowego, nr rejestru przedsiębiorców 
KRS 025237, NIP: 526-021-50-88. Według stanu na dzień 01.01.2016 r. kapitał 
zakładowy mBanku S.A. (w całości wpłacony) wynosi 168.955.696 złotych.
   


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


Re: Extended format system ZFS files

2017-09-21 Thread Shaffer, Terri
I was able to use REPRO and everything worked great.  The key is just do the 
allocation of the ZFS and not the format as repro will copy the format and ZFS 
changes to ZFS when I mounted.

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com​

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of R.S.
Sent: Thursday, September 21, 2017 3:24 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Extended format system ZFS files

My $0.02:
It wouldn't be bad thing to create some chapter in the documentation, or 
redbook with possible (correct) methods for (at least) few basic ZFS/HFS 
operations.
My proposals:
* copy entire ZFS to a new ZFS
* discuss the above with non-equal parameters for source and target (EA, SMS, 
maybe other)
* copy HFS to/from ZFS
* rename, move ZFS
* dump/restore, other forms of backup
* split/merge ZFS -  copy entire tree, etc.
* enlarge ZFS - just grow into extents and what to do if it's not feasible
* shrink ZFS

--
Radoslaw Skorupka
Lodz, Poland




==


--
 Treść tej wiadomości może zawierać informacje prawnie chronione Banku 
przeznaczone wyłącznie do użytku służbowego adresata. Odbiorcą może być jedynie 
jej adresat z wyłączeniem dostępu osób trzecich. Jeżeli nie jesteś adresatem 
niniejszej wiadomości lub pracownikiem upoważnionym do jej przekazania 
adresatowi, informujemy, że jej rozpowszechnianie, kopiowanie, rozprowadzanie 
lub inne działanie o podobnym charakterze jest prawnie zabronione i może być 
karalne. Jeżeli otrzymałeś tę wiadomość omyłkowo, prosimy niezwłocznie 
zawiadomić nadawcę wysyłając odpowiedź oraz trwale usunąć tę wiadomość 
włączając w to wszelkie jej kopie wydrukowane lub zapisane na dysku.

 This e-mail may contain legally privileged information of the Bank and is 
intended solely for business use of the addressee. This e-mail may only be 
received by the addressee and may not be disclosed to any third parties. If you 
are not the intended addressee of this e-mail or the employee authorized to 
forward it to the addressee, be advised that any dissemination, copying, 
distribution or any other similar activity is legally prohibited and may be 
punishable. If you received this e-mail by mistake please advise the sender 
immediately by using the reply facility in your e-mail software and delete 
permanently this e-mail including any copies of it either printed or saved to 
hard drive.

 mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 Warszawa, 
www.mBank.pl, e-mail: kont...@mbank.plsąd Rejonowy dla m. st. Warszawy XII 
Wydział Gospodarczy Krajowego Rejestru Sądowego, nr rejestru przedsiębiorców 
KRS 025237, NIP: 526-021-50-88. Według stanu na dzień 01.01.2016 r. kapitał 
zakładowy mBanku S.A. (w całości wpłacony) wynosi 168.955.696 złotych.


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

 [https://www.aciworldwide.com/-/media/aci-footer] <http://www.aciworldwide.com>
This email message and any attachments may contain confidential, proprietary or 
non-public information. The information is intended solely for the designated 
recipient(s). If an addressing or transmission error has misdirected this 
email, please notify the sender immediately and destroy this email. Any review, 
dissemination, use or reliance upon this information by unintended recipients 
is prohibited. Any opinions expressed in this email are those of the author 
personally.

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


Re: Extended format system ZFS files

2017-09-21 Thread R.S.

My $0.02:
It wouldn't be bad thing to create some chapter in the documentation, or 
redbook with possible (correct) methods for (at least) few basic ZFS/HFS 
operations.

My proposals:
* copy entire ZFS to a new ZFS
* discuss the above with non-equal parameters for source and target (EA, 
SMS, maybe other)

* copy HFS to/from ZFS
* rename, move ZFS
* dump/restore, other forms of backup
* split/merge ZFS -  copy entire tree, etc.
* enlarge ZFS - just grow into extents and what to do if it's not feasible
* shrink ZFS

--
Radoslaw Skorupka
Lodz, Poland




==


   --
Treść tej wiadomości może zawierać informacje prawnie chronione Banku 
przeznaczone wyłącznie do użytku służbowego adresata. Odbiorcą może być jedynie 
jej adresat z wyłączeniem dostępu osób trzecich. Jeżeli nie jesteś adresatem 
niniejszej wiadomości lub pracownikiem upoważnionym do jej przekazania 
adresatowi, informujemy, że jej rozpowszechnianie, kopiowanie, rozprowadzanie 
lub inne działanie o podobnym charakterze jest prawnie zabronione i może być 
karalne. Jeżeli otrzymałeś tę wiadomość omyłkowo, prosimy niezwłocznie 
zawiadomić nadawcę wysyłając odpowiedź oraz trwale usunąć tę wiadomość 
włączając w to wszelkie jej kopie wydrukowane lub zapisane na dysku.

This e-mail may contain legally privileged information of the Bank and is 
intended solely for business use of the addressee. This e-mail may only be 
received by the addressee and may not be disclosed to any third parties. If you 
are not the intended addressee of this e-mail or the employee authorized to 
forward it to the addressee, be advised that any dissemination, copying, 
distribution or any other similar activity is legally prohibited and may be 
punishable. If you received this e-mail by mistake please advise the sender 
immediately by using the reply facility in your e-mail software and delete 
permanently this e-mail including any copies of it either printed or saved to 
hard drive.

mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 Warszawa, 
www.mBank.pl, e-mail: kont...@mbank.plsąd Rejonowy dla m. st. Warszawy XII 
Wydział Gospodarczy Krajowego Rejestru Sądowego, nr rejestru przedsiębiorców 
KRS 025237, NIP: 526-021-50-88. Według stanu na dzień 01.01.2016 r. kapitał 
zakładowy mBanku S.A. (w całości wpłacony) wynosi 168.955.696 złotych.
   


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


Re: Extended format system ZFS files

2017-09-20 Thread Sankaranarayanan, Vignesh
> Why? What are you afraid of?

That's deep...

I can never be too careful.. but you all have a lot more experience than me and 
can surely make the right call on which option to choose.
The other day, when someone was asking about issuing thousands of RACF 
commands, I remembered my scar from a similar event (firefighting on behalf of 
someone).

- Vignesh
Mainframe Infrastructure

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Peter Hunkeler
Sent: 20 September 2017 23:37
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: AW: Re: Extended format system ZFS files

>Although this is possible and you'd have a backup, I'd rather move chunks of 
>folders at a time using USS-specific tools.


Why? What are you afraid of?


I can't remember all the details, but about 3 years ago we had to copy a really 
large file system into a new cluster (I think because the old one ran out of 
extents). Copying with REPRO turned out to be the fastest option by far. The 
target cluster must be newly allocated and *unformatted*, and both file systems 
mzst be unmounted during the repro.


--
Peter Hunkeler




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

MARKSANDSPENCER.COM

 Unless otherwise stated above:
Marks and Spencer plc
Registered Office:
Waterside House
35 North Wharf Road
London
W2 1NW

Registered No. 214436 in England and Wales.

Telephone (020) 7935 4422
Facsimile (020) 7487 2670

www.marksandspencer.com

Please note that electronic mail may be monitored.

This e-mail is confidential. If you received it by mistake, please let us know 
and then delete it from your system; you should not copy, disclose, or 
distribute its contents to anyone nor act in reliance on this e-mail, as this 
is prohibited and may be unlawful.

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


AW: Re: Extended format system ZFS files

2017-09-20 Thread Peter Hunkeler
>Although this is possible and you'd have a backup, I'd rather move chunks of 
>folders at a time using USS-specific tools.


Why? What are you afraid of?


I can't remember all the details, but about 3 years ago we had to copy a really 
large file system into a new cluster (I think because the old one ran out of 
extents). Copying with REPRO turned out to be the fastest option by far. The 
target cluster must be newly allocated and *unformatted*, and both file systems 
mzst be unmounted during the repro.


--
Peter Hunkeler




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


Re: Extended format system ZFS files

2017-09-20 Thread Sankaranarayanan, Vignesh
I remember a time when I was stuck in a rut with a zFS and I REPRO'd into a 
VSAM LDS that was formatted with zfsadm.
Turns out you have to allocate a VSAM LDS and REPRO into it directly from the 
source zFS.
That automatically formats the target as a zFS.

Although this is possible and you'd have a backup, I'd rather move chunks of 
folders at a time using USS-specific tools.

– Vignesh
Mainframe Infrastructure

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Allan Staller
Sent: 20 September 2017 00:25
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Extended format system ZFS files

Depends on the size. Repro would be a *VERY BAD* idea. IBM has multiple caveats 
on how to handle ZFS files.
IIRC REPRO is specifically forbidden.

The short answer is delete/define and copy with pax (or copytree).

There is no painless was to get from here to there.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Shaffer, Terri
Sent: Tuesday, September 19, 2017 1:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Extended format system ZFS files

So I have a question.

Is it possible to convert my z/OS system ZFS files from SMS Extended to Non-SMS 
datasets?

What would be the process?  Repro out and back?  Is there a simpler way?

I know technically this works fine, but I don’t like my system datasets being 
SMS managed and the previous person here set this up.

Thanks

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com<mailto:terri.shaf...@aciworldwide.com>​


[https://www.aciworldwide.com/-/media/aci-footer]<http://www.aciworldwide.com>
This email message and any attachments may contain confidential, proprietary or 
non-public information. The information is intended solely for the designated 
recipient(s). If an addressing or transmission error has misdirected this 
email, please notify the sender immediately and destroy this email. Any review, 
dissemination, use or reliance upon this information by unintended recipients 
is prohibited. Any opinions expressed in this email are those of the author 
personally.

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


::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or 
may contain viruses in transmission. The e mail and its contents (with or 
without referred errors) shall therefore not attach any liability on the 
originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the views or opinions of HCL or its 
affiliates. Any form of reproduction, dissemination, copying, disclosure, 
modification, distribution and / or publication of this message without the 
prior written consent of authorized representative of HCL is strictly 
prohibited. If you have received this email in error please delete it and 
notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.




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

MARKSANDSPENCER.COM

 Unless otherwise stated above:
Marks and Spencer plc
Registered Office:
Waterside House
35 North Wharf Road
London
W2 1NW

Registered No. 214436 in England and Wales.

Telephone (020) 7935 4422
Facsimile (020) 7487 2670

www.marksandspencer.com

Please note that electronic mail may be monitored.

This e-mail is confidential. If you received it by mistake, please let us know 
and then delete it from your system; you should not copy, disclose, or 
distribute its contents to anyone nor act in reliance on this e-mail, as this 
is prohibited and may be unlawful.

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


Re: Extended format system ZFS files

2017-09-19 Thread Shaffer, Terri
So without getting into a philosophical discussion here, it is 100 times easier 
for cloning and manipulation of ZFS (SYSTEM ONLY) files, when nothing currently 
exists in SMS routines, besides some HLQ's.  Yes I can set this up in SMS and 
build ACS routines and init volumes as SMS, ETC, as I am the storage admin, 
RACF, and sysprog, so everything is doable.  For now, I am going to take the 
path of least resistance for now and just init my secondary RES volume as SMS 
and add to my storage group.

When I install z/OS 2.3, I will fix this and make it non-sms then.

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com​

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jesse 1 Robinson
Sent: Tuesday, September 19, 2017 2:53 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Extended format system ZFS files

This question has overtones (undertones?) reminiscent of avoiding PDSE. Just 
isn't necessary. Our HFS/ZFS files have been SMS managed for many years with no 
problems. I'm pretty sure that no particular task is required to open an 
existing file. If DFSMS is broken in some catastrophic way, you have a lot of 
other problems to occupy your attention.

SMS can help a lot for allocating new ZFS to a specific DASD pool and keeping 
out interlopers who shouldn't be there. Not to mention the advantages of EAV.

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, September 19, 2017 12:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: Extended format system ZFS files

If it were me, I'd use DFDSS to copy with rename the filesystems.   If 
applicable, IPL onto the new ones, before deleting the old ones.  I use DFDSS 
to clone filesystems as a regular part of maintenance.   If they are mounted 
READ only, then the DFDSS job can be run anywhere.  If mounted RDWR, you need 
to either unmount, or expect DFDSS to temporarily quiesce the filesystem from 
updates while running.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President 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@LISTSERV.UA.EDU] On Behalf 
Of Shaffer, Terri
Sent: Tuesday, September 19, 2017 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Extended format system ZFS files

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

So I have a question.

Is it possible to convert my z/OS system ZFS files from SMS Extended to Non-SMS 
datasets?

What would be the process?  Repro out and back?  Is there a simpler way?

I know technically this works fine, but I don’t like my system datasets being 
SMS managed and the previous person here set this up.

Thanks

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com<mailto:terri.shaf...@aciworldwide.com>​


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

 [https://www.aciworldwide.com/-/media/aci-footer] <http://www.aciworldwide.com>
This email message and any attachments may contain confidential, proprietary or 
non-public information. The information is intended solely for the designated 
recipient(s). If an addressing or transmission error has misdirected this 
email, please notify the sender immediately and destroy this email. Any review, 
dissemination, use or reliance upon this information by unintended recipients 
is prohibited. Any opinions expressed in this email are those of the author 
personally.

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


Re: Extended format system ZFS files

2017-09-19 Thread Paul Gilmartin
On 2017-09-19, at 12:55, Allan Staller wrote:
>  
> The short answer is delete/define and copy with pax (or copytree).
>  
I might do that in a different order.

-- gil

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


Re: Extended format system ZFS files

2017-09-19 Thread Matthew Stitt
Does you SMS Storage Class list have one which can be specified to make a 
dataset non SMS managed?  And does your SMS ACS routines test for that non SMS 
storage class and obey your wishes?  If so, then add the STORCLAS parameter to 
your DFDSS copy job along with the destination volume.

Also your storage administrator could set up a Data Class routine to capture 
your new ZFS dataset name and assign it to a non extended data class.  Define 
your new ZFS, then use the Replace parameter on the DFDSS copy.

Hope this helps.

Matthew

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


AW: Re: Extended format system ZFS files

2017-09-19 Thread Peter Hunkeler

>Depends on the size. Repro would be a *VERY BAD* idea. IBM has multiple 
>caveats on how to handle ZFS files.
>IIRC REPRO is specifically forbidden.


This is not true! Read the z/OS Distributed File Service zFS Administration 
guide, and search for REPRO. It is a described way for certain file system 
activities.


--
Peter Hunkeler



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


Re: Extended format system ZFS files

2017-09-19 Thread Jesse 1 Robinson
This question has overtones (undertones?) reminiscent of avoiding PDSE. Just 
isn't necessary. Our HFS/ZFS files have been SMS managed for many years with no 
problems. I'm pretty sure that no particular task is required to open an 
existing file. If DFSMS is broken in some catastrophic way, you have a lot of 
other problems to occupy your attention. 

SMS can help a lot for allocating new ZFS to a specific DASD pool and keeping 
out interlopers who shouldn't be there. Not to mention the advantages of EAV. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, September 19, 2017 12:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: Extended format system ZFS files

If it were me, I'd use DFDSS to copy with rename the filesystems.   If 
applicable, IPL onto the new ones, before deleting the old ones.  I use DFDSS 
to clone filesystems as a regular part of maintenance.   If they are mounted 
READ only, then the DFDSS job can be run anywhere.  If mounted RDWR, you need 
to either unmount, or expect DFDSS to temporarily quiesce the filesystem from 
updates while running.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President 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@LISTSERV.UA.EDU] On Behalf 
Of Shaffer, Terri
Sent: Tuesday, September 19, 2017 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Extended format system ZFS files

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

So I have a question.

Is it possible to convert my z/OS system ZFS files from SMS Extended to Non-SMS 
datasets?

What would be the process?  Repro out and back?  Is there a simpler way?

I know technically this works fine, but I don’t like my system datasets being 
SMS managed and the previous person here set this up.

Thanks

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com<mailto:terri.shaf...@aciworldwide.com>​


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


Re: Extended format system ZFS files

2017-09-19 Thread Jousma, David
Terri, sorry to lead you astray.  I guess my brain wasn’t in gear this 
afternoon.  The suggestion Allan gave you is probably the best.   If it were my 
decision, it wouldn’t be worth the effort to convert, but next upgrade 
Serverpack, I would make the change.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President
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@LISTSERV.UA.EDU] On Behalf 
Of Shaffer, Terri
Sent: Tuesday, September 19, 2017 3:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Extended format system ZFS files

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Tried that, or to copy and got, I didn’t try to backup/restore.

ADR971E (001)-ALLOC(01), LOGICAL COPY FOR CLUSTER OMVS.RES213.SCFZHFS2 IN 
CATALOG USERCAT.GSD FAILED, 2

Which basically states, only can copy EF to EF format.

And no, they are not using any EF features.  IE, not compressed or >4G in size.

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com​

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, September 19, 2017 2:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Extended format system ZFS files

If it were me, I'd use DFDSS to copy with rename the filesystems.   If 
applicable, IPL onto the new ones, before deleting the old ones.  I use DFDSS 
to clone filesystems as a regular part of maintenance.   If they are mounted 
READ only, then the DFDSS job can be run anywhere.  If mounted RDWR, you need 
to either unmount, or expect DFDSS to temporarily quiesce the filesystem from 
updates while running.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President 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@LISTSERV.UA.EDU] On Behalf 
Of Shaffer, Terri
Sent: Tuesday, September 19, 2017 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Extended format system ZFS files

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

So I have a question.

Is it possible to convert my z/OS system ZFS files from SMS Extended to Non-SMS 
datasets?

What would be the process?  Repro out and back?  Is there a simpler way?

I know technically this works fine, but I don’t like my system datasets being 
SMS managed and the previous person here set this up.

Thanks

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com<mailto:terri.shaf...@aciworldwide.com>​


[https://www.aciworldwide.com/-/media/aci-footer]<http://www.aciworldwide.com>
This email message and any attachments may contain confidential, proprietary or 
non-public information. The information is intended solely for the designated 
recipient(s). If an addressing or transmission error has misdirected this 
email, please notify the sender immediately and destroy this email. Any review, 
dissemination, use or reliance upon this information by unintended recipients 
is prohibited. Any opinions expressed in this email are those of the author 
personally.

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

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

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...@listserv.ua.edu with the message: INFO IBM-MAIN 
  
[https://www.aciworldwide.com/-/media/aci-footer] <http://www.aciworldwide.com> 
This email message and any at

Re: Extended format system ZFS files

2017-09-19 Thread Shaffer, Terri
Tried that, or to copy and got, I didn’t try to backup/restore.

ADR971E (001)-ALLOC(01), LOGICAL COPY FOR CLUSTER OMVS.RES213.SCFZHFS2 IN 
CATALOG USERCAT.GSD FAILED, 2

Which basically states, only can copy EF to EF format.

And no, they are not using any EF features.  IE, not compressed or >4G in size.

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com​

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, September 19, 2017 2:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Extended format system ZFS files

If it were me, I'd use DFDSS to copy with rename the filesystems.   If 
applicable, IPL onto the new ones, before deleting the old ones.  I use DFDSS 
to clone filesystems as a regular part of maintenance.   If they are mounted 
READ only, then the DFDSS job can be run anywhere.  If mounted RDWR, you need 
to either unmount, or expect DFDSS to temporarily quiesce the filesystem from 
updates while running.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President 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@LISTSERV.UA.EDU] On Behalf 
Of Shaffer, Terri
Sent: Tuesday, September 19, 2017 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Extended format system ZFS files

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

So I have a question.

Is it possible to convert my z/OS system ZFS files from SMS Extended to Non-SMS 
datasets?

What would be the process?  Repro out and back?  Is there a simpler way?

I know technically this works fine, but I don’t like my system datasets being 
SMS managed and the previous person here set this up.

Thanks

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com<mailto:terri.shaf...@aciworldwide.com>​


[https://www.aciworldwide.com/-/media/aci-footer]<http://www.aciworldwide.com>
This email message and any attachments may contain confidential, proprietary or 
non-public information. The information is intended solely for the designated 
recipient(s). If an addressing or transmission error has misdirected this 
email, please notify the sender immediately and destroy this email. Any review, 
dissemination, use or reliance upon this information by unintended recipients 
is prohibited. Any opinions expressed in this email are those of the author 
personally.

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

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

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...@listserv.ua.edu with the message: INFO IBM-MAIN

 [https://www.aciworldwide.com/-/media/aci-footer] <http://www.aciworldwide.com>
This email message and any attachments may contain confidential, proprietary or 
non-public information. The information is intended solely for the designated 
recipient(s). If an addressing or transmission error has misdirected this 
email, please notify the sender immediately and destroy this email. Any review, 
dissemination, use or reliance upon this information by unintended recipients 
is prohibited. Any opinions expressed in this email are those of the author 
personally.

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


Re: Extended format system ZFS files

2017-09-19 Thread Jousma, David
BTW, this assumes that none of the ones you want to actually copy, are not 
using extended format features (like size).   My IBM supplied, z/OS filesystems 
are all non-SMS, and live on my sysres volume.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President
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@LISTSERV.UA.EDU] On Behalf 
Of Jousma, David
Sent: Tuesday, September 19, 2017 3:04 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Extended format system ZFS files

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

If it were me, I'd use DFDSS to copy with rename the filesystems.   If 
applicable, IPL onto the new ones, before deleting the old ones.  I use DFDSS 
to clone filesystems as a regular part of maintenance.   If they are mounted 
READ only, then the DFDSS job can be run anywhere.  If mounted RDWR, you need 
to either unmount, or expect DFDSS to temporarily quiesce the filesystem from 
updates while running.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President 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@LISTSERV.UA.EDU] On Behalf 
Of Shaffer, Terri
Sent: Tuesday, September 19, 2017 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Extended format system ZFS files

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

So I have a question.

Is it possible to convert my z/OS system ZFS files from SMS Extended to Non-SMS 
datasets?

What would be the process?  Repro out and back?  Is there a simpler way?

I know technically this works fine, but I don’t like my system datasets being 
SMS managed and the previous person here set this up.

Thanks

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com<mailto:terri.shaf...@aciworldwide.com>​


[https://www.aciworldwide.com/-/media/aci-footer]<http://www.aciworldwide.com>
This email message and any attachments may contain confidential, proprietary or 
non-public information. The information is intended solely for the designated 
recipient(s). If an addressing or transmission error has misdirected this 
email, please notify the sender immediately and destroy this email. Any review, 
dissemination, use or reliance upon this information by unintended recipients 
is prohibited. Any opinions expressed in this email are those of the author 
personally.

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

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

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...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

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...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Extended format system ZFS files

2017-09-19 Thread Jousma, David
If it were me, I'd use DFDSS to copy with rename the filesystems.   If 
applicable, IPL onto the new ones, before deleting the old ones.  I use DFDSS 
to clone filesystems as a regular part of maintenance.   If they are mounted 
READ only, then the DFDSS job can be run anywhere.  If mounted RDWR, you need 
to either unmount, or expect DFDSS to temporarily quiesce the filesystem from 
updates while running.

_
Dave Jousma
Manager Mainframe Engineering, Assistant Vice President
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@LISTSERV.UA.EDU] On Behalf 
Of Shaffer, Terri
Sent: Tuesday, September 19, 2017 2:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Extended format system ZFS files

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

So I have a question.

Is it possible to convert my z/OS system ZFS files from SMS Extended to Non-SMS 
datasets?

What would be the process?  Repro out and back?  Is there a simpler way?

I know technically this works fine, but I don’t like my system datasets being 
SMS managed and the previous person here set this up.

Thanks

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com<mailto:terri.shaf...@aciworldwide.com>​


[https://www.aciworldwide.com/-/media/aci-footer]<http://www.aciworldwide.com>
This email message and any attachments may contain confidential, proprietary or 
non-public information. The information is intended solely for the designated 
recipient(s). If an addressing or transmission error has misdirected this 
email, please notify the sender immediately and destroy this email. Any review, 
dissemination, use or reliance upon this information by unintended recipients 
is prohibited. Any opinions expressed in this email are those of the author 
personally.

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

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

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...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Extended format system ZFS files

2017-09-19 Thread Doug Fuerst
 I'd back them up and restore to a different name. But if it ain't 
broke


Doug Fuerst
Principal Consultant
BK Associates
718.921.2620 (O)
917.572.7364 (C)
d...@bkassociates.net



-- Original Message --
From: "Shaffer, Terri" <017d5f778222-dmarc-requ...@listserv.ua.edu>
To: IBM-MAIN@listserv.ua.edu
Sent: 19-Sep-17 2:11:06 PM
Subject: Extended format system ZFS files


So I have a question.

Is it possible to convert my z/OS system ZFS files from SMS Extended to 
Non-SMS datasets?


What would be the process? Repro out and back? Is there a simpler way?

I know technically this works fine, but I don’t like my system datasets 
being SMS managed and the previous person here set this up.


Thanks

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com<mailto:terri.shaf...@aciworldwide.com>​


[https://www.aciworldwide.com/-/media/aci-footer]<http://www.aciworldwide.com>
This email message and any attachments may contain confidential, 
proprietary or non-public information. The information is intended 
solely for the designated recipient(s). If an addressing or 
transmission error has misdirected this email, please notify the sender 
immediately and destroy this email. Any review, dissemination, use or 
reliance upon this information by unintended recipients is prohibited. 
Any opinions expressed in this email are those of the author 
personally.


--
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


Re: Extended format system ZFS files

2017-09-19 Thread Allan Staller
Depends on the size. Repro would be a *VERY BAD* idea. IBM has multiple caveats 
on how to handle ZFS files. 
IIRC REPRO is specifically forbidden.

The short answer is delete/define and copy with pax (or copytree).

There is no painless was to get from here to there.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Shaffer, Terri
Sent: Tuesday, September 19, 2017 1:11 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Extended format system ZFS files

So I have a question.

Is it possible to convert my z/OS system ZFS files from SMS Extended to Non-SMS 
datasets?

What would be the process?  Repro out and back?  Is there a simpler way?

I know technically this works fine, but I don’t like my system datasets being 
SMS managed and the previous person here set this up.

Thanks

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com<mailto:terri.shaf...@aciworldwide.com>​


[https://www.aciworldwide.com/-/media/aci-footer]<http://www.aciworldwide.com>
This email message and any attachments may contain confidential, proprietary or 
non-public information. The information is intended solely for the designated 
recipient(s). If an addressing or transmission error has misdirected this 
email, please notify the sender immediately and destroy this email. Any review, 
dissemination, use or reliance upon this information by unintended recipients 
is prohibited. Any opinions expressed in this email are those of the author 
personally.

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


::DISCLAIMER::


The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.




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


Extended format system ZFS files

2017-09-19 Thread Shaffer, Terri
So I have a question.

Is it possible to convert my z/OS system ZFS files from SMS Extended to Non-SMS 
datasets?

What would be the process?  Repro out and back?  Is there a simpler way?

I know technically this works fine, but I don’t like my system datasets being 
SMS managed and the previous person here set this up.

Thanks

Ms Terri E Shaffer
Senior Systems Engineer,
z/OS Support:
ACIWorldwide – Telecommuter
H(412-766-2697) C(412-519-2592)
terri.shaf...@aciworldwide.com​


[https://www.aciworldwide.com/-/media/aci-footer]
This email message and any attachments may contain confidential, proprietary or 
non-public information. The information is intended solely for the designated 
recipient(s). If an addressing or transmission error has misdirected this 
email, please notify the sender immediately and destroy this email. Any review, 
dissemination, use or reliance upon this information by unintended recipients 
is prohibited. Any opinions expressed in this email are those of the author 
personally.

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