On 2013-11-06, at 09:06, Pommier, Rex wrote: > . > > . ===> smcopy fds(/etc/logs) tds(/u/rex/log-deleteme) > > > IKJ56700A ENTER INPUT SOURCE DATASET NAME - > > /etc/logs > IKJ56709I INVALID DATA SET NAME, /etc/logs > Actually, that could be a valid data set name with DISABLE(DSNCHECK) in effect. It appears to me that SMCOPY hasn't been updated to support the new facilities of catalogs. Otherwise, I (somewhat) agree with SMCOPY: a pathname is not a data set name. Consider:
//SYSUT2 DD DISP=(NEW,KEEP),UNIT=SYSALLDA,DSN='/u/&SYSUID/wombat' ... which allocates and keeps on a storage pack a DSORG=PS DASD data set. It could be catalogued, though not with JCL, with DISABLE(DSNCHECK) in effect. SMS might be an obstacle. -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
