Hi,

Confirm if the JOBCLASS has SYSSYM=ALLOW, and check if the SYSIN has specified
something like the example below:

//IFA1     EXEC  PGM=ICEGENER    
//SYSPRINT DD SYSOUT=*           
//SYSUT2   DD SYSOUT=*           
//SYSUT1   DD *,SYMBOLS=(EXECSYS)
  &SYSNAME &SYSCLONE             
  &JOBNAME                       
  &LDAY                          
  &LHHMMSS                       
//SYSIN    DD DUMMY              



Best Regards

Ituriel do Nascimento Neto
z/OS System Programmer






Em terça-feira, 29 de abril de 2025 às 09:56:28 GMT+2, ITschak Mugzach 
<[email protected]> escreveu: 





I am trying to copy some datasets and name the new copy with an additional
qualifier of Dyymmdd from system symbols. It seems that it does not work,
or I am doing that wrong. here is my code:

COPY DATASET(        -
  INCLUDE(AAA.V8R14.**))  -
  OUTDYNAM((USER24)) -
  RENAMEU(AAA.V8R14.**,AAABCK.V8R14.D&YYMMDD.**))


DSS response is ADR123E ITEM 'QIFBCK.V8R14.D&YYMMDD.** ' DOES NOT ADHERE TO
RESTRICTIONS

ITschak Mugzach
*|** IronSphere Platform* *|* *Information Security Continuous Monitoring
for z/OS, x/Linux & IBM I **| z/VM coming soon  *

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

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

Reply via email to