Hi Guillaume, I take it these SMF files are on tape. Can terse take a tape dataset as input and write out a tersed tape? If so, and you're then PUTting the file to Ituriel, FTP should work fine reading the file from tape to transmit it to the intermediary Windows box. We do this on a regular basis, FTPing large (~100 GB) files straight from tape to Windows.
Rex -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Boesel Guillaume Sent: Wednesday, December 14, 2022 10:18 AM To: [email protected] Subject: [EXTERNAL] Re: Transmitting SMF records Hi all, "I have a customer that has a huge SMF dataset" I'm the "customer" who sent these huge SMF datasets. We are not able to offload them on DASD to terse or xmit them, there are really to much huge (around 80-100 GB per files), we don't have enough disk space. I sent the same files to IBM using their AMAPDUPL tool without problem. IBM was able to read them. But with Ituriel, I can't use AMAPDUPL and I have to use FTP. i used these job to transfer the SMF tape file to a intern windows FTP server. After, I used filezilla to transfer from intern windows server to Ituriel server. //STEP1 EXEC PGM=FTP //FTPDATA DD DISP=SHR,DSN=USERID.FTPDATA.FWFRIEND //* FTPDATA.FWFRIEND CONTAINS "FWFRIENDLY TRUE" //FTPFIL1 DD DISP=SHR,DSN=SMF.REC110.SAVJOUR.G6034V00, // DCB=(RECFM=U) //OUTPUT DD SYSOUT=* //INPUT DD * server_name 21 user password binary cd / pwd put //DD:FTPFIL1 XXX.CICS.SMF.XXX.J297.A2022 close As a test, I used AMAPDUPL to send SMF file to Ituriel, it transferred around ten files. It could be a solution if we know how to reassemble AMAPDUPL files... Thanks Guillaume ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- The information contained in this message is confidential, protected from disclosure and may be legally privileged. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, distribution, copying, or any action taken or action omitted in reliance on it, is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to this message and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
