Classification: Confidential SYSSYM=ALLOW in JES2?. I have also seen many (both commercial and homegrown) programs to perform the substitution on the input job prior to job submission. Probably many examples on CBTTAPE.
HTH, -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Peter Ten Eyck Sent: Thursday, April 17, 2025 7:22 AM To: [email protected] Subject: FTP dataset issue (using today's date) [CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don’t click links or open attachments as it may be a Phishing email, which can steal your Information and compromise your Computer.] Struggling to ftp a dataset with today's date in the name. This job does not work: //******************************************************** //** FTP TO CMOD SERVER //******************************************************** // SET TODAY=&MMDDYYYY // EXPORT SYMLIST=(TODAY) //STEPB EXEC PGM=FTP, // PARM='CPL101.DNxxxxxx.xxxxxNET.COM' //OUTPUT DD SYSOUT=* //NETRC DD * machine cpl101.DNxxxxxx.xxxxxxxx.com login xxxxxx password xxxxxxxx //SYSIN DD *,SYMBOLS=JCLONLY BIN CD /CMOD/ANI/load PUT 'SPD2.RACF.ZEKE.RACFGRP' + CTLD.ZEJRFGRP.ANI_90D_3YR_AGT.RCKX..&TODAY.00000000.ARD QUIT //* The above job gets this result: EZA1701I >>> STOR CTLD.ZEJRFGRP.ANI_90D_3YR_AGT.RCKX..&TODAY.00000000.ARD. Substitution does not work. Any suggestions on how to get this working. ---------------------------------------------------------------------- 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
