Have you ever heard of a program called CCKDLOAD? You FTP, in binary format, the Hercules DASD images up to your mainframe. You need to create the mainframe files as RECFM=F, LRECL=4096, and BLKSIZE=4096.
Then run the following JCL which executles CCKDLOAD. Check out the Yahoo Hercules-390 discussion list, April/May time fram. Someone from the list told me how to get CCKDLOAD. //LOAD EXEC PGM=CCKDLOAD,PARM=3E02 //STEPLIB DD DISP=SHR,DSN=BHSRP.RWP.LOAD //SYSPRINT DD SYSOUT=* //SYSUT1 DD DISP=SHR,DSN=BHSRP.TAO3390.AD3E02 The mainframe DASD address is 3E02 and must be offline while the job is running. Under Hercules I created my Linux/390 DASD images as CDL so I could use my OS/390 backup utility to dump the volumes for backup purposes. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
