&RECORG The data set record organization, one of:
KS VSAM key sequenced (KSDS)
ES VSAM entry sequenced (ESDS)
RR VSAM relative record (RRDS)
LS VSAM linear
FS VSAM linear zFS data set

That's from the DFSMS manual
________________________________
From: IBM Mainframe Discussion List <[email protected]> on behalf of 
Lizette Koehler <[email protected]>
Sent: Wednesday, December 12, 2018 10:14 AM
To: [email protected]
Subject: Re: ZFS RECORG=FS

Note -

You cannot code FS for an LS dataset.  That will not work.  zFS are Linear and
would use LS

I have never coded RECORG in any thing that uses zFS Files.  Either during the
DEF LINEAR or when using then in JCL or other actions.

I am not sure why you want to use it for your process.

Please post the documentation that requires the use of RECORG for this process.

This does not make sense to me.

Lizette


> -----Original Message-----
> From: IBM Mainframe Discussion List <[email protected]> On Behalf Of
> Hervey Martinez
> Sent: Wednesday, December 12, 2018 8:11 AM
> To: [email protected]
> Subject: Re: ZFS RECORG=FS
>
> We don't have a problem defining or converting files.
>
> The issue is in ISMF. It will not recognize the FS for RECORG when defining a
> test case, it just gives an error saying it's not a valid RECORG.
>
> ________________________________
> From: IBM Mainframe Discussion List <[email protected]> on behalf of
> Lizette Koehler <[email protected]>
> Sent: Wednesday, December 12, 2018 10:07 AM
> To: [email protected]
> Subject: Re: ZFS RECORG=FS
>
> Did you include the keyword LINEAR in your VSAM Define of the zFS?
>
> Actually there are tools provided to convert HFS to zFS.
>
> 1)  Please show Vsam Define statements
>
> 2)  Please show how you formatted the zFS
>
> 3)  Please show the messages you get when the RECORG is not recognized - do
> not filter the output but mask shop proprietary   information
>
> Lizette
>
>
> > -----Original Message-----
> > From: IBM Mainframe Discussion List <[email protected]> On
> > Behalf Of Mark Jacobs - Listserv
> > Sent: Tuesday, December 11, 2018 2:15 PM
> > To: [email protected]
> > Subject: Re: ZFS RECORG=FS
> >
> > A zFS is a specially formatted VSAM LDS. How are you creating the ZFS?
> >
> > Hervey Martinez wrote on 12/11/18 3:59 PM:
> >
> > Working on HFS to ZFS conversion and the DFSMS manual for zos 2.3
> > mentions the RECORG=FS to be used for ZFS files.
> >
> > In creating a test case in ISMF, it does not recognize this parm and
> > it give an error. i did add this to the ACS routines and we are able
> > to allocate a ZFS and convert an HFS to ZFS.
> >
> > Any idea how to correct this RECORG=FS?
> >
> >
> > --
> >
> > Mark Jacobs
> > Time Customer Service
> > Global Technology Services
> >
> > The standard you walk past is the standard you accept.
> > Lt. Gen. David Morrison
> >
> >

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