Re: Is HFS still a thing?

2022-09-26 Thread Paul Gilmartin
On Mon, 26 Sep 2022 13:16:50 +0200, Radoslaw Skorupka wrote:

>Well, maybe I should submit RCF on various UNIT=3350...
>Oh, I did it many years ago. No result, AFAIK.
> 
UNIT=SYSALLDA would be better.  BLKSIZE=3120 is covered by the
Historic Preservation Act.

I did submit an RCF about ALLOCATE DSNTYPE(HFS).  No result yet.

And an RCF about several IDCAMS topics.  They said clearly they'd
make "job step" vs. "jobstep" consistent, in favor of the former.

But they conspicuously did not address PARM length, important now
that PARMDD allows up to 32,767.  I suspect Binder LONGPARM(NO)
may cover it, but it might need clarification.

-- 
gil

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


Re: Is HFS still a thing?

2022-09-26 Thread Radoslaw Skorupka

Well, maybe I should submit RCF on various UNIT=3350...
Oh, I did it many years ago. No result, AFAIK.


--
Radoslaw Skorupka
Lodz, Poland




W dniu 14.09.2022 o 20:05, Paul Gilmartin pisze:

I just submitted an RCF on various z/OS 2.5. TSO/E publications which
mention HFS with no mention of HFS EOS.



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


Re: Is HFS still a thing?

2022-09-14 Thread Paul Gilmartin
On Wed, 14 Sep 2022 16:25:43 -0500, Matthew Stitt wrote:

>If you specify HFS as a filesystem in BPXPRMxx on z/OS V2R5 it will get 
>rejected.  The system will come up, but the mounting of HFS file systems will 
>fail.
>
>You can also specify ZFS as a parameter in IDCAMS when defining a VSAM 
>dataset.  This replaces the Dataset type of LINEAR and obviates the need for a 
>separate format step.  The format will take place when the file system is 
>mounted the first time.
> 
Is this, then, something that TSO tolerates for compatibility but essentially 
ignores?
Even if so, the Ref. etc. should make that clear.

I have never specified DSNTYPE and PATH on the same allocation.  Long ago, and
infrequently I created DSNTYPE HFS with ISPF 3.2.

-- 
gil

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


Re: Is HFS still a thing?

2022-09-14 Thread Matthew Stitt
If you specify HFS as a filesystem in BPXPRMxx on z/OS V2R5 it will get 
rejected.  The system will come up, but the mounting of HFS file systems will 
fail.

You can also specify ZFS as a parameter in IDCAMS when defining a VSAM dataset. 
 This replaces the Dataset type of LINEAR and obviates the need for a separate 
format step.  The format will take place when the file system is mounted the 
first time.

Matthew

On Wed, 14 Sep 2022 14:29:18 -0500, Paul Gilmartin  wrote:

>On Wed, 14 Sep 2022 18:32:48 +, Michael Watkins wrote:
>
>>IBM says: 'Before z/OS V1R7, the HFS file system was the primary hierarchical 
>>file system. As of z/OS V1R7, you can use any combination of HFS and zFS file 
>>systems. Because zFS has higher performance characteristics than HFS and is 
>>the strategic file system, you should migrate your HFS file systems to zFS.'
>>
>>See: 'z/OS DFSMS Using Data Sets', Version 2, Release 5, p.451
>>
>Is DSNTYPE ever needed, or even useful when allocating an existing data set?
>Is DISP=OLD,DSNTYPE=?? allowed to differ from the DSNTYPE at creation
>of the data set, even as an overriding DSORG can be useful?
>
>-- 
>gil

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


Re: Is HFS still a thing?

2022-09-14 Thread Paul Gilmartin
On Wed, 14 Sep 2022 18:32:48 +, Michael Watkins wrote:

>IBM says: 'Before z/OS V1R7, the HFS file system was the primary hierarchical 
>file system. As of z/OS V1R7, you can use any combination of HFS and zFS file 
>systems. Because zFS has higher performance characteristics than HFS and is 
>the strategic file system, you should migrate your HFS file systems to zFS.'
>
>See: 'z/OS DFSMS Using Data Sets', Version 2, Release 5, p.451
>
Is DSNTYPE ever needed, or even useful when allocating an existing data set?
Is DISP=OLD,DSNTYPE=?? allowed to differ from the DSNTYPE at creation
of the data set, even as an overriding DSORG can be useful?

-- 
gil

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


Re: Is HFS still a thing?

2022-09-14 Thread Paul Gilmartin
On Wed, 14 Sep 2022 18:20:19 +, Farley, Peter x23353 wrote:

>Well, both JCL and the TSO/E ALLOCATE command still only take "HFS" as a value 
>for DSNTYPE when allocating a Unix PATH file.
>
>E.G. for ALLOC:
>
>ALLOC FI(MYDDNAME) PATH('/u/tsouser/file') DSNTYPE(HFS) PATHMODE(SIRUSR) 
>PATHOPTS(ORDONLY) FILEDATA(TEXT) PATHDISP(KEEP, KEEP)
>
>For J,L, see here: 
>https://www.ibm.com/docs/en/zos/2.5.0?topic=dp-syntax-10
>
On closely related 
:
HFS
Specifies an HFS data set. Specify HFS only when the DD statement also 
specifies
a DSNAME parameter.

Which you didn't.  But that was TSO.

>For ALLOCATE see here: 
>https://www.ibm.com/docs/en/zos/2.5.0?topic=command-allocate-operands
>
Those developers don't talk to each other, do they?

I thought that DSNTYPE=HFS was used only to create a HFS "aggregate" (? 
whatever)
and is superfluous (should be mutex) when specifying PATH.  And there is no 
similar JCL
option for zFS -- you need to use IDCAMS.

-- 
gil

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


Re: Is HFS still a thing?

2022-09-14 Thread Michael Watkins
IBM says: 'Before z/OS V1R7, the HFS file system was the primary hierarchical 
file system. As of z/OS V1R7, you can use any combination of HFS and zFS file 
systems. Because zFS has higher performance characteristics than HFS and is the 
strategic file system, you should migrate your HFS file systems to zFS.'

See: 'z/OS DFSMS Using Data Sets', Version 2, Release 5, p.451



-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Farley, Peter x23353
Sent: Wednesday, September 14, 2022 1:20 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Is HFS still a thing?

CAUTION: This email originated from outside of the Texas Comptroller's email 
system.
DO NOT click links or open attachments unless you expect them from the sender 
and know the content is safe.

Well, both JCL and the TSO/E ALLOCATE command still only take "HFS" as a value 
for DSNTYPE when allocating a Unix PATH file.

E.G. for ALLOC:

ALLOC FI(MYDDNAME) PATH('/u/tsouser/file') DSNTYPE(HFS) PATHMODE(SIRUSR) 
PATHOPTS(ORDONLY) FILEDATA(TEXT) PATHDISP(KEEP, KEEP)

For JCL, see here:  
https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fdocs%2Fen%2Fzos%2F2.5.0%3Ftopic%3Ddp-syntax-10&data=05%7C01%7Cmichael.watkins%40CPA.TEXAS.GOV%7C38bbe74c449f46f0f16308da967dd705%7C2055feba299d4d0daa5a73b8b42fef08%7C0%7C0%7C637987764474288674%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=PRgUqloWkSzEy0OdPI93ByVVHYmenqJ4%2BGE6A6OVZqA%3D&reserved=0
For ALLOCATE see here:  
https://gcc02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fdocs%2Fen%2Fzos%2F2.5.0%3Ftopic%3Dcommand-allocate-operands&data=05%7C01%7Cmichael.watkins%40CPA.TEXAS.GOV%7C38bbe74c449f46f0f16308da967dd705%7C2055feba299d4d0daa5a73b8b42fef08%7C0%7C0%7C637987764474288674%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=fXVHhkfKLjpRSr0zmUfk69mvtkjQPE0vmRLEOnhNR3s%3D&reserved=0

Peter

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Paul Gilmartin
Sent: Wednesday, September 14, 2022 2:05 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Is HFS still a thing?

I just submitted an RCF on various z/OS 2.5. TSO/E publications which mention 
HFS with no mention of HFS EOS.

--

This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.


--
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: Is HFS still a thing?

2022-09-14 Thread Farley, Peter x23353
Well, both JCL and the TSO/E ALLOCATE command still only take "HFS" as a value 
for DSNTYPE when allocating a Unix PATH file.

E.G. for ALLOC:

ALLOC FI(MYDDNAME) PATH('/u/tsouser/file') DSNTYPE(HFS) PATHMODE(SIRUSR) 
PATHOPTS(ORDONLY) FILEDATA(TEXT) PATHDISP(KEEP, KEEP)

For JCL, see here:  
https://www.ibm.com/docs/en/zos/2.5.0?topic=dp-syntax-10
For ALLOCATE see here:  
https://www.ibm.com/docs/en/zos/2.5.0?topic=command-allocate-operands

Peter

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Paul Gilmartin
Sent: Wednesday, September 14, 2022 2:05 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Is HFS still a thing?

I just submitted an RCF on various z/OS 2.5. TSO/E publications which
mention HFS with no mention of HFS EOS.

-- 

This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.


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