I don't recall any DFSMS conversion routine, there is a rexx exec to convert 
HFS to ZFS 
this can be run via TSO interactive (ISPF) BPXWH2Z with no parameters and it 
will prompt for files and parm 
or this can be run batch 
make sure either way the SYS1.SBPXEXEC is part of your SYSEXEC DD 



//ISPBTCH EXEC PGM=IKJEFT01, 

// DYNAMNBR=40,TIME=1440 
//SYSTSIN DD * 
ISPSTART CMD(BPXWH2Z -vc /hfs/zfs/ OMVS.USR.LOCAL 
//SYSTSPRT DD SYSOUT=* 
//SYSEXEC DD DSN=SYS1.SBPXEXEC,DISP=SHR 
//ISPLIST DD SYSOUT=A,DCB=(LRECL=121,BLKSIZE=1210,RECFM=FBA) 
//ISPLOG DD SYSOUT=A,DCB=(LRECL=125,BLKSIZE=129,RECFM=VA) 
//ISPPLIB DD DSN=ISP.SISPPENU,DISP=SHR 
//ISPMLIB DD DSN=ISP.SISPMENU,DISP=SHR 
//ISPSLIB DD DSN=ISP.SISPSENU,DISP=SHR 
//ISPTLIB DD DSN=SYS1.SBPXTENU,DISP=SHR 


HTH's 



Carmen Vitullo 

----- Original Message -----

From: "Hervey Martinez" <[email protected]> 
To: [email protected] 
Sent: Tuesday, December 11, 2018 2:59:49 PM 
Subject: ZFS RECORG=FS 

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? 

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