On Thu, 17 Apr 2025 08:19:51 -0500, Peter Ten Eyck wrote:

>This works:
>    ...>//SYSIN   DD    *                                                  
>BIN                                                                
>CD /CMOD/ANI/load                                                  
>PUT 'SPD2.RACF.ZEKE.RACFGRP' +                                     
>    'CTLD.ZEJRFGRP.ANI_90D_3YR_AGT.RCKX...&YYMMDD..00000000.ARD'   
>QUIT                                                               
>//*    

As opposed to:
>//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                                                               
>//*    

Multiple dots (.. or ...) before &TODAY?

Of course substitution swallowed one following dot.

why was it different if you performed the substitution earlier?

Was the target a UNIX path?

What does "logging-DDname" show?
<https://www.ibm.com/docs/en/zos/3.1.0?topic=sp-syntax-6>

-- 
gill

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to