"//DD:DDNAME" or something similar? -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Jousma, David Sent: Wednesday, May 23, 2018 7:25 AM To: [email protected] Subject: File transfer Red Alert
Does anyone find this funny? Comes today, with compliance date of tomorrow. Anyway, I'm playing with the JAVA version of the utility. First off, I'll point out that the download link for the .jar file downloads the file as a .zip file. After uploading to my sandbox, I had to rename it to .jar. Initial test is successful, the only issue I have is that by default it wants to look into filesystem for the files to upload. I'm not smart enough, but is there syntax to have it pull traditional MVS dataset? If not how would I copy an SVC dump into my filesystem without losing the necessary attributes....doc says TERSE ahead of time is not necessary. //BPXS1 EXEC PGM=BPXBATCH,REGION=256M //STDOUT DD SYSOUT=* //STDERR DD SYSOUT=* //*** use the current java environment //STDENV DD * PATH=/bin:/usr/sbin:/opt/fitb/java/Jre:. //STDPARM DD * SH java -classpath /home/myhome/ibmsdduu.jar ibmsdduu.cmd -threads=4 -encrypt -compress -server=testcase.boulder.ibm.com -pmr -id=00000.000.000 /test.txt /* _________________________________________________________________ Dave Jousma Manager Mainframe Engineering, Assistant Vice President [email protected] 1830 East Paris, Grand Rapids, MI 49546 MD RSCB2H p 616.653.8429 f 616.653.2717 This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the addressee(s) named above. If you receive this e-mail in error, please do not read, copy or disseminate it in any manner. If you are not the intended recipient, any disclosure, copying, distribution or use of the contents of this information is prohibited. Please reply to the message immediately by informing the sender that the message was misdirected. After replying, please erase it from your computer system. Your assistance in correcting this error is appreciated. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ::DISCLAIMER:: -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
